Skip to content

Commit

Permalink
[Backport 2.x] Bump org.checkerframework:checker-qual from 3.47.0 to …
Browse files Browse the repository at this point in the history
…3.48.1 (#4808) and ch.qos.logback:logback-classic from 1.5.8 to 1.5.10 (#4807) (#4813)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
cwperks and dependabot[bot] authored Oct 15, 2024
1 parent da29451 commit 9a9ad0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -501,9 +501,9 @@ configurations {
force "org.apache.httpcomponents:httpcore:4.4.16"
force "org.apache.httpcomponents:httpcore-nio:4.4.16"
force "org.apache.httpcomponents:httpasyncclient:4.1.5"
force 'org.checkerframework:checker-qual:3.47.0'
force "com.google.errorprone:error_prone_annotations:2.31.0"
force "ch.qos.logback:logback-classic:1.5.8"
force "com.google.errorprone:error_prone_annotations:2.33.0"
force "org.checkerframework:checker-qual:3.48.1"
force "ch.qos.logback:logback-classic:1.5.10"
force "commons-io:commons-io:2.17.0"
}
}
Expand Down Expand Up @@ -653,7 +653,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.47.0'
runtimeOnly 'org.checkerframework:checker-qual:3.48.1'
runtimeOnly "org.bouncycastle:bcpkix-jdk18on:${versions.bouncycastle}"
runtimeOnly 'org.scala-lang.modules:scala-java8-compat_3:1.0.2'

Expand Down

0 comments on commit 9a9ad0b

Please sign in to comment.