File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
clickstream_analytics_java Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ dependencies {
5959 testImplementation " junit:junit:${ junitVersion} "
6060 testImplementation " org.hamcrest:hamcrest:${ hamcrestVersion} "
6161 testImplementation " org.apache.beam:beam-sdks-java-test-utils:${ beamVersion} "
62- implementation ' org.checkerframework:checker-qual:3.49.0 '
62+ implementation ' org.checkerframework:checker-qual:3.49.1 '
6363 errorprone " com.google.errorprone:error_prone_core:${ errorProneCoreVersion} "
6464
6565 // Google Java format for Gradle
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ dependencies {
9797 testImplementation " org.hamcrest:hamcrest:${ hamcrestVersion} "
9898 testImplementation " org.apache.beam:beam-sdks-java-test-utils:${ beamVersion} "
9999
100- implementation ' org.checkerframework:checker-qual:3.49.0 '
100+ implementation ' org.checkerframework:checker-qual:3.49.1 '
101101 errorprone " com.google.errorprone:error_prone_core:${ errorProneCoreVersion} "
102102
103103 // Google Java format for Gradle
You can’t perform that action at this time.
0 commit comments