From 38dab2e7ec12ab4e65d45e3365e6bb66c34e9c15 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Fri, 21 Jul 2023 12:40:41 -0400 Subject: [PATCH] [Backport 2.x] Update ospackage, checker-qual, zcxvbn and error_prone_annotations, camel-xmlsecurity (#3023) (#3032) * Update ospackage, checker-qual, zcxvbn and error_prone_annotations, camel-xmlsecurity (#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 (cherry picked from commit ab6778d135109e460d7019672a8c4cbecb2a4018) * missed error_prone_annotations Signed-off-by: Craig Perkins --------- Signed-off-by: Craig Perkins --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 1817f3c0d7..6980e3fcfd 100644 --- a/build.gradle +++ b/build.gradle @@ -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" @@ -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' @@ -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' @@ -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'