Skip to content

Commit 9c69f34

Browse files
Bump org.checkerframework:checker-qual from 3.49.5 to 3.51.0 (#5627)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Perkins <[email protected]>
1 parent edecc95 commit 9c69f34

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4040
- Bump `com.nimbusds:nimbus-jose-jwt:9.48` from 9.48 to 10.4.2 ([#5595](https://github.com/opensearch-project/security/pull/5595))
4141
- Bump `actions/github-script` from 7 to 8 ([#5610](https://github.com/opensearch-project/security/pull/5610))
4242
- Bump `org.eclipse.platform:org.eclipse.core.runtime` from 3.33.100 to 3.34.0 ([#5628](https://github.com/opensearch-project/security/pull/5628))
43+
- Bump `org.checkerframework:checker-qual` from 3.49.5 to 3.51.0 ([#5627](https://github.com/opensearch-project/security/pull/5627))
4344

4445
### Documentation
4546

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ configurations {
482482
force "org.apache.httpcomponents:httpclient:4.5.14"
483483
force "org.apache.httpcomponents:httpcore:4.4.16"
484484
force "com.google.errorprone:error_prone_annotations:2.41.0"
485-
force "org.checkerframework:checker-qual:3.49.5"
485+
force "org.checkerframework:checker-qual:3.51.0"
486486
force "ch.qos.logback:logback-classic:1.5.18"
487487
force "commons-io:commons-io:2.20.0"
488488
force "com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.3"
@@ -720,7 +720,7 @@ dependencies {
720720
runtimeOnly 'org.apache.ws.xmlschema:xmlschema-core:2.3.1'
721721
runtimeOnly 'org.apache.santuario:xmlsec:2.3.5'
722722
runtimeOnly "com.github.luben:zstd-jni:${versions.zstd}"
723-
runtimeOnly 'org.checkerframework:checker-qual:3.49.5'
723+
runtimeOnly 'org.checkerframework:checker-qual:3.51.0'
724724
runtimeOnly 'org.scala-lang.modules:scala-java8-compat_3:1.0.2'
725725

726726

0 commit comments

Comments
 (0)