Skip to content

Commit da7d66a

Browse files
Bump org.checkerframework:checker-qual from 3.49.4 to 3.49.5 (#5462)
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 c6c0791 commit da7d66a

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
@@ -43,6 +43,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4343
- Bump `com.google.errorprone:error_prone_annotations` from 2.38.0 to 2.39.0 ([#5447](https://github.com/opensearch-project/security/pull/5447))
4444
- Bump `io.dropwizard.metrics:metrics-core` from 4.2.32 to 4.2.33 ([#5428](https://github.com/opensearch-project/security/pull/5428))
4545
- Bump `org.junit.jupiter:junit-jupiter` from 5.13.2 to 5.13.3 ([#5460](https://github.com/opensearch-project/security/pull/5460))
46+
- Bump `org.checkerframework:checker-qual` from 3.49.4 to 3.49.5 ([#5462](https://github.com/opensearch-project/security/pull/5462))
4647

4748
### Documentation
4849

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.39.0"
485-
force "org.checkerframework:checker-qual:3.49.4"
485+
force "org.checkerframework:checker-qual:3.49.5"
486486
force "ch.qos.logback:logback-classic:1.5.18"
487487
force "commons-io:commons-io:2.19.0"
488488
force "com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.3"
@@ -715,7 +715,7 @@ dependencies {
715715
runtimeOnly 'org.apache.ws.xmlschema:xmlschema-core:2.3.1'
716716
runtimeOnly 'org.apache.santuario:xmlsec:2.3.5'
717717
runtimeOnly "com.github.luben:zstd-jni:${versions.zstd}"
718-
runtimeOnly 'org.checkerframework:checker-qual:3.49.4'
718+
runtimeOnly 'org.checkerframework:checker-qual:3.49.5'
719719
runtimeOnly 'org.scala-lang.modules:scala-java8-compat_3:1.0.2'
720720

721721

0 commit comments

Comments
 (0)