diff --git a/common/gradle.lockfile b/common/gradle.lockfile index 90821d417..7fe4442e6 100644 --- a/common/gradle.lockfile +++ b/common/gradle.lockfile @@ -49,10 +49,10 @@ org.checkerframework:checker-qual:3.12.0=checkstyle org.checkerframework:checker-qual:3.33.0=annotationProcessor,errorprone,testAnnotationProcessor,testingAnnotationProcessor org.checkerframework:checker-qual:3.42.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath,testing,testingCompileClasspath org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath,testing,testingCompileClasspath -org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.11=jacocoAnt -org.jacoco:org.jacoco.core:0.8.11=jacocoAnt -org.jacoco:org.jacoco.report:0.8.11=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt +org.jacoco:org.jacoco.core:0.8.12=jacocoAnt +org.jacoco:org.jacoco.report:0.8.12=jacocoAnt org.javassist:javassist:3.28.0-GA=checkstyle org.jspecify:jspecify:0.3.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath,testing,testingCompileClasspath org.junit.jupiter:junit-jupiter-api:5.11.0=testCompileClasspath,testRuntimeClasspath @@ -61,10 +61,9 @@ org.junit.platform:junit-platform-commons:1.11.0=testCompileClasspath,testRuntim org.junit.platform:junit-platform-engine:1.11.0=testCompileClasspath,testRuntimeClasspath org.junit:junit-bom:5.11.0=testCompileClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath -org.ow2.asm:asm-commons:9.6=jacocoAnt -org.ow2.asm:asm-tree:9.6=jacocoAnt -org.ow2.asm:asm:9.6=jacocoAnt -org.ow2.asm:asm:9.7=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath,testing,testingCompileClasspath +org.ow2.asm:asm-commons:9.7=jacocoAnt +org.ow2.asm:asm-tree:9.7=jacocoAnt +org.ow2.asm:asm:9.7=compileClasspath,deploy_jar,jacocoAnt,runtimeClasspath,testCompileClasspath,testRuntimeClasspath,testing,testingCompileClasspath org.pcollections:pcollections:3.1.4=annotationProcessor,errorprone,testAnnotationProcessor,testingAnnotationProcessor org.reflections:reflections:0.10.2=checkstyle empty=testingCompile,testingRuntime,testingRuntimeClasspath diff --git a/config/dependency-license/allowed_licenses.json b/config/dependency-license/allowed_licenses.json index e9d39bae4..47433410c 100644 --- a/config/dependency-license/allowed_licenses.json +++ b/config/dependency-license/allowed_licenses.json @@ -27,6 +27,9 @@ { "moduleLicense": "Apache License V2.0" }, + { + "moduleLicense": "Apache License Version 2.0" + }, { "moduleLicense": "Apache License, Version 2.0" }, @@ -147,6 +150,9 @@ { "moduleLicense": "\\n Dual license consisting of the CDDL v1.1 and GPL v2\\n " }, + { + "moduleLicense": "EPL-2.0" + }, { "moduleLicense": "Eclipse Distribution License (New BSD License)" }, @@ -354,11 +360,6 @@ "moduleVersion": "4.8.0", "moduleName": "com.squareup.wire:wire-schema" }, - { - "moduleLicense": "Apache License Version 2.0", - "moduleVersion": "3.0.0.M2", - "moduleName": "io.apicurio:apicurio-registry-protobuf-schema-utilities" - }, { // "Apache License, Version 2.0". The plugin is able to parse up to // 2.0.33.Final but not this verson. diff --git a/console-webapp/gradle.lockfile b/console-webapp/gradle.lockfile index 1d8cfcfab..45a5b948d 100644 --- a/console-webapp/gradle.lockfile +++ b/console-webapp/gradle.lockfile @@ -34,14 +34,14 @@ net.sf.saxon:Saxon-HE:10.6=checkstyle org.antlr:antlr4-runtime:4.9.3=checkstyle org.checkerframework:checker-qual:3.12.0=checkstyle org.checkerframework:checker-qual:3.33.0=annotationProcessor,errorprone,testAnnotationProcessor -org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.11=jacocoAnt -org.jacoco:org.jacoco.core:0.8.11=jacocoAnt -org.jacoco:org.jacoco.report:0.8.11=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt +org.jacoco:org.jacoco.core:0.8.12=jacocoAnt +org.jacoco:org.jacoco.report:0.8.12=jacocoAnt org.javassist:javassist:3.28.0-GA=checkstyle -org.ow2.asm:asm-commons:9.6=jacocoAnt -org.ow2.asm:asm-tree:9.6=jacocoAnt -org.ow2.asm:asm:9.6=jacocoAnt +org.ow2.asm:asm-commons:9.7=jacocoAnt +org.ow2.asm:asm-tree:9.7=jacocoAnt +org.ow2.asm:asm:9.7=jacocoAnt org.pcollections:pcollections:3.1.4=annotationProcessor,errorprone,testAnnotationProcessor org.reflections:reflections:0.10.2=checkstyle empty=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath diff --git a/core/gradle.lockfile b/core/gradle.lockfile index 3ce369a01..3811d12de 100644 --- a/core/gradle.lockfile +++ b/core/gradle.lockfile @@ -412,7 +412,7 @@ org.apache.sshd:sshd-common:2.13.2=testCompileClasspath,testRuntimeClasspath org.apache.sshd:sshd-core:2.13.2=testCompileClasspath,testRuntimeClasspath org.apache.sshd:sshd-scp:2.13.2=testCompileClasspath,testRuntimeClasspath org.apache.sshd:sshd-sftp:2.13.2=testCompileClasspath,testRuntimeClasspath -org.apache.tomcat:tomcat-annotations-api:11.0.0-M24=testCompileClasspath,testRuntimeClasspath +org.apache.tomcat:tomcat-annotations-api:11.0.0-M25=testCompileClasspath,testRuntimeClasspath org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath org.bouncycastle:bcpg-jdk18on:1.78.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.bouncycastle:bcpkix-jdk18on:1.78.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath @@ -458,10 +458,10 @@ org.hibernate.common:hibernate-commons-annotations:6.0.6.Final=deploy_jar,nonpro org.hibernate.orm:hibernate-ant:6.5.2.Final=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.hibernate.orm:hibernate-core:6.5.2.Final=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.hibernate.orm:hibernate-hikaricp:6.5.2.Final=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.11=jacocoAnt -org.jacoco:org.jacoco.core:0.8.11=jacocoAnt -org.jacoco:org.jacoco.report:0.8.11=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt +org.jacoco:org.jacoco.core:0.8.12=jacocoAnt +org.jacoco:org.jacoco.report:0.8.12=jacocoAnt org.javassist:javassist:3.28.0-GA=checkstyle org.jboss.logging:jboss-logging:3.5.0.Final=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath org.jcommander:jcommander:1.83=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath @@ -511,16 +511,15 @@ org.ow2.asm:asm-analysis:7.0=soy org.ow2.asm:asm-analysis:9.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-commons:7.0=soy org.ow2.asm:asm-commons:9.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.ow2.asm:asm-commons:9.6=jacocoAnt +org.ow2.asm:asm-commons:9.7=jacocoAnt org.ow2.asm:asm-tree:7.0=soy org.ow2.asm:asm-tree:9.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.ow2.asm:asm-tree:9.6=jacocoAnt +org.ow2.asm:asm-tree:9.7=jacocoAnt org.ow2.asm:asm-util:7.0=soy org.ow2.asm:asm-util:9.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm:7.0=soy org.ow2.asm:asm:9.2=compileClasspath,nonprodCompileClasspath -org.ow2.asm:asm:9.6=jacocoAnt -org.ow2.asm:asm:9.7=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.ow2.asm:asm:9.7=deploy_jar,jacocoAnt,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.pcollections:pcollections:3.1.4=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor org.postgresql:postgresql:42.7.3=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.reflections:reflections:0.10.2=checkstyle diff --git a/db/gradle.lockfile b/db/gradle.lockfile index d88babf30..17dbf0163 100644 --- a/db/gradle.lockfile +++ b/db/gradle.lockfile @@ -94,10 +94,10 @@ org.checkerframework:checker-qual:3.42.0=deploy_jar,runtimeClasspath,testCompile org.flywaydb:flyway-core:10.17.3=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.flywaydb:flyway-database-postgresql:10.17.3=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath -org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.11=jacocoAnt -org.jacoco:org.jacoco.core:0.8.11=jacocoAnt -org.jacoco:org.jacoco.report:0.8.11=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt +org.jacoco:org.jacoco.core:0.8.12=jacocoAnt +org.jacoco:org.jacoco.report:0.8.12=jacocoAnt org.javassist:javassist:3.28.0-GA=checkstyle org.jetbrains:annotations:17.0.0=testCompileClasspath,testRuntimeClasspath org.jspecify:jspecify:0.3.0=testCompileClasspath,testRuntimeClasspath @@ -109,13 +109,12 @@ org.junit:junit-bom:5.11.0=testCompileClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=deploy_jar,runtimeClasspath,testRuntimeClasspath org.ow2.asm:asm-commons:9.2=deploy_jar,runtimeClasspath,testRuntimeClasspath -org.ow2.asm:asm-commons:9.6=jacocoAnt +org.ow2.asm:asm-commons:9.7=jacocoAnt org.ow2.asm:asm-tree:9.2=deploy_jar,runtimeClasspath,testRuntimeClasspath -org.ow2.asm:asm-tree:9.6=jacocoAnt +org.ow2.asm:asm-tree:9.7=jacocoAnt org.ow2.asm:asm-util:9.2=deploy_jar,runtimeClasspath,testRuntimeClasspath org.ow2.asm:asm:9.2=deploy_jar,runtimeClasspath -org.ow2.asm:asm:9.6=jacocoAnt -org.ow2.asm:asm:9.7=testCompileClasspath,testRuntimeClasspath +org.ow2.asm:asm:9.7=jacocoAnt,testCompileClasspath,testRuntimeClasspath org.pcollections:pcollections:3.1.4=annotationProcessor,errorprone,testAnnotationProcessor org.postgresql:postgresql:42.7.4=deploy_jar,runtimeClasspath,testRuntimeClasspath org.reflections:reflections:0.10.2=checkstyle diff --git a/dependencies.gradle b/dependencies.gradle index 8fde9f448..adb5f817b 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,4 +1,4 @@ -// Copyright 2019 The Nomulus Authors. All Rights Reserved. +/// Copyright 2019 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -49,6 +49,10 @@ ext { // CAPPED VERSIONS START HERE. + // 2.0+ versions of jcommander have breaking changes that impact how + // collections are parsed. + 'org.jcommander:jcommander:[1.83, 2.0)!!', + // 6.6 is alpha. 'org.hibernate.orm:hibernate-core:[6.0,6.6)!!', 'org.hibernate.orm:hibernate-hikaricp:[6.0,6.6)!!', @@ -67,8 +71,6 @@ ext { // OkHttp 5.0 is in alpha. 'com.squareup.okhttp3:okhttp:[4.10.0, 5.0.0)!!', - 'com.sun.xml.bind:jaxb-xjc:[4.0.5,)!!', - // Dagger doesn't support the Jakarta namespace yet. Pre-2.0 Jakarta // Inject still use the old javax namespace. // TODO: Remove the cap when https://github.com/google/dagger/issues/2058 @@ -84,15 +86,8 @@ ext { // google-api-client major version 1. 'com.google.apis:google-api-services-dns:[v1-rev20240419-2.0.0, v2beta)', - // Later versions of jcommander have breaking changes that we do not wish to pick up - 'org.jcommander:jcommander:1.83', - // DYNAMIC VERSIONS START HERE. - // There are breaking changes in the 4.x range of antlr so we need to make sure we don't - // pick up any older versions from transitive dependencies - 'org.antlr:antlr4:[4.13.2,)', - 'org.antlr:antlr4-runtime:[4.13.2,)', 'args4j:args4j:[2.0.26,)', 'com.fasterxml.jackson.core:jackson-databind:[2.11.2,)', 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:[2.17.2,)', @@ -161,6 +156,7 @@ ext { 'com.squareup:javapoet:[1.13.0,)', 'com.sun.xml.bind:jaxb-impl:[4.0.5,)', 'com.sun.xml.bind:jaxb-osgi:[4.0.5,)', + 'com.sun.xml.bind:jaxb-xjc:[4.0.5,)', 'com.zaxxer:HikariCP:[3.4.5,)', 'commons-codec:commons-codec:[1.15,)', 'dnsjava:dnsjava:[3.3.1,)', @@ -174,6 +170,10 @@ ext { 'jakarta.xml.bind:jakarta.xml.bind-api:[4.0.2,)', 'joda-time:joda-time:[2.9.2,)', 'junit:junit:[4.13,)', + // Antlr is not a direct dependency, but we need to ensure that the + // compile-time and runtime dependencies are compatible. + 'org.antlr:antlr4:[4.13.2,)', + 'org.antlr:antlr4-runtime:[4.13.2,)', 'org.apache.avro:avro:[1.8.2,)', 'org.apache.beam:beam-runners-core-construction-java:[2.37.0,)', 'org.apache.beam:beam-runners-direct-java:[2.37.0,)', diff --git a/gradle.lockfile b/gradle.lockfile index 36fbee01c..b2253875b 100644 --- a/gradle.lockfile +++ b/gradle.lockfile @@ -15,13 +15,13 @@ info.picocli:picocli:4.6.2=checkstyle net.sf.saxon:Saxon-HE:10.6=checkstyle org.antlr:antlr4-runtime:4.9.3=checkstyle org.checkerframework:checker-qual:3.12.0=checkstyle -org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.11=jacocoAnt -org.jacoco:org.jacoco.core:0.8.11=jacocoAnt -org.jacoco:org.jacoco.report:0.8.11=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt +org.jacoco:org.jacoco.core:0.8.12=jacocoAnt +org.jacoco:org.jacoco.report:0.8.12=jacocoAnt org.javassist:javassist:3.28.0-GA=checkstyle -org.ow2.asm:asm-commons:9.6=jacocoAnt -org.ow2.asm:asm-tree:9.6=jacocoAnt -org.ow2.asm:asm:9.6=jacocoAnt +org.ow2.asm:asm-commons:9.7=jacocoAnt +org.ow2.asm:asm-tree:9.7=jacocoAnt +org.ow2.asm:asm:9.7=jacocoAnt org.reflections:reflections:0.10.2=checkstyle empty=errorprone,shadow diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index dedd5d1e6..1ed247ec1 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-all.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index b740cf133..f5feea6d6 100755 --- a/gradlew +++ b/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) -APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/gradlew.bat b/gradlew.bat index 7101f8e46..9b42019c7 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/jetty/gradle.lockfile b/jetty/gradle.lockfile index 53ed5e0b4..2011f4ae6 100644 --- a/jetty/gradle.lockfile +++ b/jetty/gradle.lockfile @@ -332,10 +332,10 @@ org.hibernate.common:hibernate-commons-annotations:6.0.6.Final=deploy_jar,runtim org.hibernate.orm:hibernate-ant:6.5.2.Final=deploy_jar,runtimeClasspath,testRuntimeClasspath org.hibernate.orm:hibernate-core:6.5.2.Final=deploy_jar,runtimeClasspath,testRuntimeClasspath org.hibernate.orm:hibernate-hikaricp:6.5.2.Final=deploy_jar,runtimeClasspath,testRuntimeClasspath -org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.11=jacocoAnt -org.jacoco:org.jacoco.core:0.8.11=jacocoAnt -org.jacoco:org.jacoco.report:0.8.11=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt +org.jacoco:org.jacoco.core:0.8.12=jacocoAnt +org.jacoco:org.jacoco.report:0.8.12=jacocoAnt org.javassist:javassist:3.28.0-GA=checkstyle org.jboss.logging:jboss-logging:3.5.0.Final=deploy_jar,runtimeClasspath,testRuntimeClasspath org.jcommander:jcommander:1.83=deploy_jar,runtimeClasspath,testRuntimeClasspath @@ -360,12 +360,11 @@ org.jspecify:jspecify:0.3.0=deploy_jar,runtimeClasspath,testRuntimeClasspath org.ogce:xpp3:1.1.6=deploy_jar,runtimeClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=deploy_jar,runtimeClasspath,testRuntimeClasspath org.ow2.asm:asm-commons:9.2=deploy_jar,runtimeClasspath,testRuntimeClasspath -org.ow2.asm:asm-commons:9.6=jacocoAnt +org.ow2.asm:asm-commons:9.7=jacocoAnt org.ow2.asm:asm-tree:9.2=deploy_jar,runtimeClasspath,testRuntimeClasspath -org.ow2.asm:asm-tree:9.6=jacocoAnt +org.ow2.asm:asm-tree:9.7=jacocoAnt org.ow2.asm:asm-util:9.2=deploy_jar,runtimeClasspath,testRuntimeClasspath -org.ow2.asm:asm:9.6=jacocoAnt -org.ow2.asm:asm:9.7=deploy_jar,runtimeClasspath,testRuntimeClasspath +org.ow2.asm:asm:9.7=deploy_jar,jacocoAnt,runtimeClasspath,testRuntimeClasspath org.pcollections:pcollections:3.1.4=annotationProcessor,errorprone,testAnnotationProcessor org.postgresql:postgresql:42.7.3=deploy_jar,runtimeClasspath,testRuntimeClasspath org.reflections:reflections:0.10.2=checkstyle diff --git a/load-testing/gradle.lockfile b/load-testing/gradle.lockfile index 2112802d8..77c70f666 100644 --- a/load-testing/gradle.lockfile +++ b/load-testing/gradle.lockfile @@ -55,15 +55,15 @@ org.checkerframework:checker-compat-qual:2.5.3=compileClasspath,deploy_jar,runti org.checkerframework:checker-qual:3.12.0=checkstyle org.checkerframework:checker-qual:3.33.0=annotationProcessor,errorprone,testAnnotationProcessor org.checkerframework:checker-qual:3.43.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.11=jacocoAnt -org.jacoco:org.jacoco.core:0.8.11=jacocoAnt -org.jacoco:org.jacoco.report:0.8.11=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt +org.jacoco:org.jacoco.core:0.8.12=jacocoAnt +org.jacoco:org.jacoco.report:0.8.12=jacocoAnt org.javassist:javassist:3.28.0-GA=checkstyle org.jcommander:jcommander:1.83=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.ow2.asm:asm-commons:9.6=jacocoAnt -org.ow2.asm:asm-tree:9.6=jacocoAnt -org.ow2.asm:asm:9.6=jacocoAnt +org.ow2.asm:asm-commons:9.7=jacocoAnt +org.ow2.asm:asm-tree:9.7=jacocoAnt +org.ow2.asm:asm:9.7=jacocoAnt org.pcollections:pcollections:3.1.4=annotationProcessor,errorprone,testAnnotationProcessor org.reflections:reflections:0.10.2=checkstyle empty= diff --git a/networking/gradle.lockfile b/networking/gradle.lockfile index 665d77dba..b223b13c4 100644 --- a/networking/gradle.lockfile +++ b/networking/gradle.lockfile @@ -141,10 +141,10 @@ org.conscrypt:conscrypt-openjdk-uber:2.5.2=deploy_jar,runtimeClasspath,testRunti org.eclipse.angus:angus-activation:2.0.2=deploy_jar,runtimeClasspath,testRuntimeClasspath org.eclipse.angus:jakarta.mail:2.0.3=deploy_jar,runtimeClasspath,testRuntimeClasspath org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath -org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.11=jacocoAnt -org.jacoco:org.jacoco.core:0.8.11=jacocoAnt -org.jacoco:org.jacoco.report:0.8.11=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt +org.jacoco:org.jacoco.core:0.8.12=jacocoAnt +org.jacoco:org.jacoco.report:0.8.12=jacocoAnt org.javassist:javassist:3.28.0-GA=checkstyle org.jetbrains.kotlin:kotlin-reflect:1.6.10=annotationProcessor,testAnnotationProcessor org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0=annotationProcessor,testAnnotationProcessor @@ -164,10 +164,9 @@ org.junit.platform:junit-platform-suite-api:1.11.0=testCompileClasspath,testRunt org.junit.platform:junit-platform-suite-commons:1.11.0=testRuntimeClasspath org.junit:junit-bom:5.11.0=testCompileClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath -org.ow2.asm:asm-commons:9.6=jacocoAnt -org.ow2.asm:asm-tree:9.6=jacocoAnt -org.ow2.asm:asm:9.6=jacocoAnt -org.ow2.asm:asm:9.7=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.ow2.asm:asm-commons:9.7=jacocoAnt +org.ow2.asm:asm-tree:9.7=jacocoAnt +org.ow2.asm:asm:9.7=deploy_jar,jacocoAnt,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.pcollections:pcollections:3.1.4=annotationProcessor,errorprone,testAnnotationProcessor org.reflections:reflections:0.10.2=checkstyle org.rnorth.duct-tape:duct-tape:1.0.8=testCompileClasspath,testRuntimeClasspath diff --git a/prober/gradle.lockfile b/prober/gradle.lockfile index 19c4f64b3..b6b7b2c4a 100644 --- a/prober/gradle.lockfile +++ b/prober/gradle.lockfile @@ -146,10 +146,10 @@ org.conscrypt:conscrypt-openjdk-uber:2.5.2=deploy_jar,runtimeClasspath,testRunti org.eclipse.angus:angus-activation:2.0.2=deploy_jar,runtimeClasspath,testRuntimeClasspath org.eclipse.angus:jakarta.mail:2.0.3=deploy_jar,runtimeClasspath,testRuntimeClasspath org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath -org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.11=jacocoAnt -org.jacoco:org.jacoco.core:0.8.11=jacocoAnt -org.jacoco:org.jacoco.report:0.8.11=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt +org.jacoco:org.jacoco.core:0.8.12=jacocoAnt +org.jacoco:org.jacoco.report:0.8.12=jacocoAnt org.javassist:javassist:3.28.0-GA=checkstyle org.jetbrains.kotlin:kotlin-reflect:1.6.10=annotationProcessor,testAnnotationProcessor org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0=annotationProcessor,testAnnotationProcessor @@ -171,10 +171,9 @@ org.junit:junit-bom:5.11.0=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-core:5.13.0=testCompileClasspath,testRuntimeClasspath org.objenesis:objenesis:3.3=testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath -org.ow2.asm:asm-commons:9.6=jacocoAnt -org.ow2.asm:asm-tree:9.6=jacocoAnt -org.ow2.asm:asm:9.6=jacocoAnt -org.ow2.asm:asm:9.7=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.ow2.asm:asm-commons:9.7=jacocoAnt +org.ow2.asm:asm-tree:9.7=jacocoAnt +org.ow2.asm:asm:9.7=deploy_jar,jacocoAnt,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.pcollections:pcollections:3.1.4=annotationProcessor,errorprone,testAnnotationProcessor org.reflections:reflections:0.10.2=checkstyle org.rnorth.duct-tape:duct-tape:1.0.8=testCompileClasspath,testRuntimeClasspath diff --git a/processor/gradle.lockfile b/processor/gradle.lockfile index edceefe8f..ae03e4c8a 100644 --- a/processor/gradle.lockfile +++ b/processor/gradle.lockfile @@ -41,14 +41,14 @@ org.antlr:antlr4-runtime:4.9.3=checkstyle org.checkerframework:checker-qual:3.12.0=checkstyle org.checkerframework:checker-qual:3.33.0=annotationProcessor,errorprone,testAnnotationProcessor org.checkerframework:checker-qual:3.43.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.11=jacocoAnt -org.jacoco:org.jacoco.core:0.8.11=jacocoAnt -org.jacoco:org.jacoco.report:0.8.11=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt +org.jacoco:org.jacoco.core:0.8.12=jacocoAnt +org.jacoco:org.jacoco.report:0.8.12=jacocoAnt org.javassist:javassist:3.28.0-GA=checkstyle -org.ow2.asm:asm-commons:9.6=jacocoAnt -org.ow2.asm:asm-tree:9.6=jacocoAnt -org.ow2.asm:asm:9.6=jacocoAnt +org.ow2.asm:asm-commons:9.7=jacocoAnt +org.ow2.asm:asm-tree:9.7=jacocoAnt +org.ow2.asm:asm:9.7=jacocoAnt org.pcollections:pcollections:3.1.4=annotationProcessor,errorprone,testAnnotationProcessor org.reflections:reflections:0.10.2=checkstyle empty= diff --git a/proxy/gradle.lockfile b/proxy/gradle.lockfile index b77638750..4c3c9bc39 100644 --- a/proxy/gradle.lockfile +++ b/proxy/gradle.lockfile @@ -200,10 +200,10 @@ org.conscrypt:conscrypt-openjdk-uber:2.5.2=compileClasspath,deploy_jar,runtimeCl org.eclipse.angus:angus-activation:2.0.2=deploy_jar,runtimeClasspath,testRuntimeClasspath org.eclipse.angus:jakarta.mail:2.0.3=deploy_jar,runtimeClasspath,testRuntimeClasspath org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath -org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.11=jacocoAnt -org.jacoco:org.jacoco.core:0.8.11=jacocoAnt -org.jacoco:org.jacoco.report:0.8.11=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt +org.jacoco:org.jacoco.core:0.8.12=jacocoAnt +org.jacoco:org.jacoco.report:0.8.12=jacocoAnt org.javassist:javassist:3.28.0-GA=checkstyle org.jcommander:jcommander:1.83=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.jetbrains.kotlin:kotlin-reflect:1.6.10=annotationProcessor,testAnnotationProcessor @@ -226,10 +226,9 @@ org.junit:junit-bom:5.11.0=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-core:5.13.0=testCompileClasspath,testRuntimeClasspath org.objenesis:objenesis:3.3=testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath -org.ow2.asm:asm-commons:9.6=jacocoAnt -org.ow2.asm:asm-tree:9.6=jacocoAnt -org.ow2.asm:asm:9.6=jacocoAnt -org.ow2.asm:asm:9.7=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.ow2.asm:asm-commons:9.7=jacocoAnt +org.ow2.asm:asm-tree:9.7=jacocoAnt +org.ow2.asm:asm:9.7=deploy_jar,jacocoAnt,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.pcollections:pcollections:3.1.4=annotationProcessor,errorprone,testAnnotationProcessor org.reflections:reflections:0.10.2=checkstyle org.rnorth.duct-tape:duct-tape:1.0.8=testCompileClasspath,testRuntimeClasspath diff --git a/util/gradle.lockfile b/util/gradle.lockfile index f3f1b8cf6..cea8bd2cc 100644 --- a/util/gradle.lockfile +++ b/util/gradle.lockfile @@ -130,10 +130,10 @@ org.eclipse.angus:angus-activation:2.0.2=deploy_jar,runtimeClasspath,testRuntime org.eclipse.angus:jakarta.mail:2.0.3=deploy_jar,runtimeClasspath,testRuntimeClasspath org.hamcrest:hamcrest-core:3.0=testCompileClasspath,testRuntimeClasspath org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath -org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.11=jacocoAnt -org.jacoco:org.jacoco.core:0.8.11=jacocoAnt -org.jacoco:org.jacoco.report:0.8.11=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt +org.jacoco:org.jacoco.core:0.8.12=jacocoAnt +org.jacoco:org.jacoco.report:0.8.12=jacocoAnt org.javassist:javassist:3.28.0-GA=checkstyle org.jetbrains.kotlin:kotlin-reflect:1.6.10=annotationProcessor,testAnnotationProcessor org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0=annotationProcessor,testAnnotationProcessor @@ -155,10 +155,9 @@ org.mockito:mockito-core:5.13.0=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-junit-jupiter:5.13.0=testCompileClasspath,testRuntimeClasspath org.objenesis:objenesis:3.3=testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath -org.ow2.asm:asm-commons:9.6=jacocoAnt -org.ow2.asm:asm-tree:9.6=jacocoAnt -org.ow2.asm:asm:9.6=jacocoAnt -org.ow2.asm:asm:9.7=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.ow2.asm:asm-commons:9.7=jacocoAnt +org.ow2.asm:asm-tree:9.7=jacocoAnt +org.ow2.asm:asm:9.7=deploy_jar,jacocoAnt,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.pcollections:pcollections:3.1.4=annotationProcessor,errorprone,testAnnotationProcessor org.reflections:reflections:0.10.2=checkstyle org.rnorth.duct-tape:duct-tape:1.0.8=testCompileClasspath,testRuntimeClasspath