Skip to content

Commit a93b500

Browse files
Bump org.checkerframework:checker-qual from 3.51.1 to 3.52.0 (#5821)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ea77e1 commit a93b500

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5454
- Bump `org.scala-lang:scala-library` from 2.13.16 to 2.13.18 ([#5682](https://github.com/opensearch-project/security/pull/5682), [#5809](https://github.com/opensearch-project/security/pull/5809))
5555
- Bump `kafka_version` from 4.0.0 to 4.1.1 ([#5613](https://github.com/opensearch-project/security/pull/5613), [#5806](https://github.com/opensearch-project/security/pull/5806))
5656
- Bump `org.gradle.test-retry` from 1.6.2 to 1.6.4 ([#5706](https://github.com/opensearch-project/security/pull/5706))
57-
- Bump `org.checkerframework:checker-qual` from 3.51.0 to 3.51.1 ([#5705](https://github.com/opensearch-project/security/pull/5705))
57+
- Bump `org.checkerframework:checker-qual` from 3.51.0 to 3.52.0 ([#5705](https://github.com/opensearch-project/security/pull/5705), [#5821](https://github.com/opensearch-project/security/pull/5821))
5858
- Bump `org.ow2.asm:asm` from 9.8 to 9.9 ([#5707](https://github.com/opensearch-project/security/pull/5707))
5959
- Bump `stefanzweifel/git-auto-commit-action` from 6 to 7 ([#5704](https://github.com/opensearch-project/security/pull/5704))
6060
- Bump `net.bytebuddy:byte-buddy` from 1.17.7 to 1.17.8 ([#5703](https://github.com/opensearch-project/security/pull/5703))

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ configurations {
509509
force "org.apache.httpcomponents:httpclient:4.5.14"
510510
force "org.apache.httpcomponents:httpcore:4.4.16"
511511
force "com.google.errorprone:error_prone_annotations:2.44.0"
512-
force "org.checkerframework:checker-qual:3.51.1"
512+
force "org.checkerframework:checker-qual:3.52.0"
513513
force "ch.qos.logback:logback-classic:1.5.20"
514514
force "commons-io:commons-io:2.21.0"
515515
force "com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.3"
@@ -742,7 +742,7 @@ dependencies {
742742
runtimeOnly 'org.apache.ws.xmlschema:xmlschema-core:2.3.2'
743743
runtimeOnly 'org.apache.santuario:xmlsec:2.3.5'
744744
runtimeOnly "com.github.luben:zstd-jni:${versions.zstd}"
745-
runtimeOnly 'org.checkerframework:checker-qual:3.51.1'
745+
runtimeOnly 'org.checkerframework:checker-qual:3.52.0'
746746
runtimeOnly 'org.scala-lang.modules:scala-java8-compat_3:1.0.2'
747747

748748

0 commit comments

Comments
 (0)