Skip to content

Commit 3b94522

Browse files
Bump org.checkerframework:checker-qual from 3.42.0 to 3.43.0 (opensearch-project#4322)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c18a36 commit 3b94522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ configurations {
496496
force "org.apache.httpcomponents:httpclient:4.5.14"
497497
force "org.apache.httpcomponents:httpcore:4.4.16"
498498
force "com.google.errorprone:error_prone_annotations:2.27.1"
499-
force "org.checkerframework:checker-qual:3.42.0"
499+
force "org.checkerframework:checker-qual:3.43.0"
500500
force "ch.qos.logback:logback-classic:1.5.6"
501501
}
502502
}
@@ -650,7 +650,7 @@ dependencies {
650650
runtimeOnly 'org.apache.ws.xmlschema:xmlschema-core:2.3.1'
651651
runtimeOnly 'org.apache.santuario:xmlsec:2.3.4'
652652
runtimeOnly "com.github.luben:zstd-jni:${versions.zstd}"
653-
runtimeOnly 'org.checkerframework:checker-qual:3.42.0'
653+
runtimeOnly 'org.checkerframework:checker-qual:3.43.0'
654654
runtimeOnly "org.bouncycastle:bcpkix-jdk18on:${versions.bouncycastle}"
655655
runtimeOnly 'org.scala-lang.modules:scala-java8-compat_3:1.0.2'
656656

0 commit comments

Comments
 (0)