Skip to content

Commit

Permalink
[Backport 2.x] Update ospackage, checker-qual, zcxvbn and error_prone…
Browse files Browse the repository at this point in the history
…_annotations, camel-xmlsecurity (opensearch-project#3023) (opensearch-project#3032)

* Update ospackage, checker-qual, zcxvbn and error_prone_annotations, camel-xmlsecurity (opensearch-project#3023)

- Bumps com.netflix.nebula.ospackage from 11.1.0 to 11.3.0
- Bumps org.checkerframework:checker-qual from 3.5.0 to 3.36.0
- Bumps com.nulab-inc:zxcvbn from 1.7.0 to 1.8.0
- Bumps com.google.errorprone:error_prone_annotations from 2.3.4 to 2.20.0
- Bumps org.apache.camel:camel-xmlsecurity from 3.14.2 to 3.21.0

Signed-off-by: Craig Perkins <cwperx@amazon.com>
(cherry picked from commit ab6778d)

* missed error_prone_annotations

Signed-off-by: Craig Perkins <cwperx@amazon.com>

---------

Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks authored Jul 21, 2023
1 parent 89df7b4 commit 38dab2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ plugins {
id 'maven-publish'
id 'com.diffplug.spotless' version '6.19.0'
id 'checkstyle'
id 'com.netflix.nebula.ospackage' version "11.0.0"
id 'com.netflix.nebula.ospackage' version "11.3.0"
id "org.gradle.test-retry" version "1.5.2"
id "com.github.spotbugs" version "5.0.13"
id "com.google.osdetector" version "1.7.1"
Expand Down Expand Up @@ -456,12 +456,12 @@ dependencies {
runtimeOnly 'com.eclipsesource.minimal-json:minimal-json:0.9.5'
runtimeOnly 'commons-codec:commons-codec:1.14'
runtimeOnly 'org.cryptacular:cryptacular:1.2.4'
runtimeOnly 'com.google.errorprone:error_prone_annotations:2.3.4'
runtimeOnly 'com.google.errorprone:error_prone_annotations:2.20.0'
runtimeOnly 'com.sun.istack:istack-commons-runtime:3.0.12'
runtimeOnly 'jakarta.xml.bind:jakarta.xml.bind-api:2.3.3'
runtimeOnly 'org.ow2.asm:asm:9.1'

testImplementation 'org.apache.camel:camel-xmlsecurity:3.14.2'
testImplementation 'org.apache.camel:camel-xmlsecurity:3.21.0'

implementation 'net.shibboleth.utilities:java-support:7.5.1'
implementation 'org.opensaml:opensaml-core:3.4.5'
Expand All @@ -473,7 +473,7 @@ dependencies {
implementation ('org.opensaml:opensaml-saml-impl:3.4.5') {
exclude(group: 'org.apache.velocity', module: 'velocity')
}
implementation "com.nulab-inc:zxcvbn:1.7.0"
implementation "com.nulab-inc:zxcvbn:1.8.0"
testImplementation 'org.opensaml:opensaml-messaging-impl:3.4.5'
implementation 'org.opensaml:opensaml-messaging-api:3.4.5'
runtimeOnly 'org.opensaml:opensaml-profile-api:3.4.5'
Expand Down Expand Up @@ -502,7 +502,7 @@ dependencies {
runtimeOnly 'org.apache.ws.xmlschema:xmlschema-core:2.2.5'
runtimeOnly 'org.apache.santuario:xmlsec:2.2.3'
runtimeOnly "com.github.luben:zstd-jni:${versions.zstd}"
runtimeOnly 'org.checkerframework:checker-qual:3.5.0'
runtimeOnly 'org.checkerframework:checker-qual:3.36.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 38dab2e

Please sign in to comment.