Skip to content

Commit

Permalink
[Backport] [2.x] Bump org.checkerframework:checker-qual from 3.40.0 t…
Browse files Browse the repository at this point in the history
…o 3.42.0 (#3857) (#3866)

Backport of #3857 to
`2.x`

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
reta and dependabot[bot] authored Dec 18, 2023
1 parent af2b595 commit 62c3bea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ configurations {
force "org.apache.httpcomponents:httpasyncclient:4.1.5"
force 'org.checkerframework:checker-qual:3.40.0'
force "com.google.errorprone:error_prone_annotations:2.23.0"
force "org.checkerframework:checker-qual:3.42.0"
force "ch.qos.logback:logback-classic:1.2.13"
}
}
Expand Down Expand Up @@ -641,7 +642,7 @@ dependencies {
runtimeOnly 'org.apache.ws.xmlschema:xmlschema-core:2.3.1'
runtimeOnly 'org.apache.santuario:xmlsec:2.3.4'
runtimeOnly "com.github.luben:zstd-jni:${versions.zstd}"
runtimeOnly 'org.checkerframework:checker-qual:3.40.0'
runtimeOnly 'org.checkerframework:checker-qual:3.42.0'
runtimeOnly "org.bouncycastle:bcpkix-jdk15to18:${versions.bouncycastle}"
runtimeOnly 'org.scala-lang.modules:scala-java8-compat_3:1.0.2'

Expand Down

0 comments on commit 62c3bea

Please sign in to comment.