Skip to content

Commit fbce919

Browse files
Bump org.checkerframework:checker-qual from 3.49.3 to 3.51.0 (#976)
* Bump org.checkerframework:checker-qual from 3.49.3 to 3.51.0 Bumps [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) from 3.49.3 to 3.51.0. - [Release notes](https://github.com/typetools/checker-framework/releases) - [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md) - [Commits](typetools/checker-framework@checker-framework-3.49.3...checker-framework-3.51.0) --- updated-dependencies: - dependency-name: org.checkerframework:checker-qual dependency-version: 3.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update lockfiles for checker-qual] --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vladislav Sidorovich <vsidorovich@google.com>
1 parent 849f8a7 commit fbce919

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

dumper/app/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ org.apache.zookeeper:zookeeper-jute:3.8.3=compileClasspath,runtimeClasspath,test
224224
org.apache.zookeeper:zookeeper:3.8.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
225225
org.bouncycastle:bcprov-jdk15on:1.70=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
226226
org.checkerframework:checker-compat-qual:2.5.6=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
227-
org.checkerframework:checker-qual:3.33.0=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
228-
org.checkerframework:checker-qual:3.49.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
227+
org.checkerframework:checker-qual:3.51.0=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
228+
org.checkerframework:checker-qual:3.51.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
229229
org.codehaus.jettison:jettison:1.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
230230
org.codehaus.mojo:animal-sniffer-annotations:1.24=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
231231
org.codehaus.woodstox:stax2-api:4.2.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

dumper/lib-common/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ commons-io:commons-io:2.19.0=testCompileClasspath,testFixturesCompileClasspath,t
2222
junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath
2323
org.apache.commons:commons-compress:1.27.1=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
2424
org.apache.commons:commons-lang3:3.17.0=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
25-
org.checkerframework:checker-qual:3.49.3=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
26-
org.checkerframework:checker-qual:3.49.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
25+
org.checkerframework:checker-qual:3.51.0=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
26+
org.checkerframework:checker-qual:3.51.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
2727
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
2828
org.slf4j:jcl-over-slf4j:2.0.17=testRuntimeClasspath
2929
org.slf4j:jul-to-slf4j:1.7.36=testRuntimeClasspath

dumper/lib-dumper-spi/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ com.google.guava:guava:32.1.2-jre=compileClasspath,testCompileClasspath,testFixt
2424
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,compileClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath
2525
com.google.j2objc:j2objc-annotations:2.8=annotationProcessor,compileClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath
2626
junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath
27-
org.checkerframework:checker-qual:3.49.3=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
28-
org.checkerframework:checker-qual:3.49.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
27+
org.checkerframework:checker-qual:3.51.0=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
28+
org.checkerframework:checker-qual:3.51.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
2929
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
3030
org.slf4j:jcl-over-slf4j:2.0.17=testRuntimeClasspath
3131
org.slf4j:jul-to-slf4j:1.7.36=testRuntimeClasspath

dumper/lib-ext-bigquery/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ org.apache.arrow:arrow-vector:17.0.0=compileClasspath,runtimeClasspath,testCompi
9090
org.apache.httpcomponents:httpclient:4.5.14=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9191
org.apache.httpcomponents:httpcore:4.4.16=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9292
org.checkerframework:checker-compat-qual:2.5.6=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
93-
org.checkerframework:checker-qual:3.33.0=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
94-
org.checkerframework:checker-qual:3.49.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
93+
org.checkerframework:checker-qual:3.51.0=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
94+
org.checkerframework:checker-qual:3.51.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9595
org.codehaus.mojo:animal-sniffer-annotations:1.24=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9696
org.conscrypt:conscrypt-openjdk-uber:2.5.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9797
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath

dumper/lib-ext-hive-metastore/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ org.apache.zookeeper:zookeeper-jute:3.8.3=hive312RuntimeClasspath
243243
org.apache.zookeeper:zookeeper:3.8.3=hive312RuntimeClasspath
244244
org.bouncycastle:bcprov-jdk15on:1.70=hive312RuntimeClasspath
245245
org.checkerframework:checker-qual:2.5.2=hive312RuntimeClasspath
246-
org.checkerframework:checker-qual:3.33.0=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
247-
org.checkerframework:checker-qual:3.49.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
246+
org.checkerframework:checker-qual:3.51.0=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
247+
org.checkerframework:checker-qual:3.51.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
248248
org.codehaus.groovy:groovy-all:2.4.11=hive312RuntimeClasspath
249249
org.codehaus.jackson:jackson-core-asl:1.9.13=hive312RuntimeClasspath
250250
org.codehaus.jackson:jackson-jaxrs:1.9.2=hive312RuntimeClasspath

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ auto-value = "1.11.0"
1111
aws-java-sdk = "1.12.791"
1212
ben-manes-versions-plugin = "0.52.0"
1313
cel = "0.8.0"
14-
checkerframework = "3.49.3"
14+
checkerframework = "3.51.0"
1515
commons-io = "2.19.0"
1616
datanucleus-api-jdo = "4.2.5"
1717
datanucleus-core = "4.1.17"

0 commit comments

Comments
 (0)