Skip to content

Commit

Permalink
Update dependency com.google.errorprone:error_prone_core to v2.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 30, 2024
1 parent 6e06797 commit 1fc0284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipelines/clickstream_analytics_java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {
junitVersion = "4.13.2"
hamcrestVersion = "2.2"
googleJavaFormat = '1.17.0'
errorProneCoreVersion = '2.26.1'
errorProneCoreVersion = '2.36.0'

}
repositories {
Expand Down
2 changes: 1 addition & 1 deletion pipelines/etl_integration_java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ext {
hamcrestVersion = "2.2"
autoValueVersion = '1.11.0'
autoServiceVersion = '1.1.1'
errorProneCoreVersion = '2.28.0'
errorProneCoreVersion = '2.36.0'

googleJavaFormat = '1.17.0'
confluentRepoURL = "https://packages.confluent.io/maven"
Expand Down

0 comments on commit 1fc0284

Please sign in to comment.