Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #3156

Merged
merged 8 commits into from
Dec 24, 2024
Merged
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ javaxJaxbApiVersionEE9=3.0.1
javaxJaxbCoreVersionEE9=3.0.2
javaxJaxbImplVersionEE9=3.0.2
jaxRsVersionEE9=3.0.0
jersey3VersionEE9=3.0.13
jersey3VersionEE9=3.0.17

#Jersey 3.1 - Jakarta EE 10
javaxActivationVersionEE10=2.1.3
javaxJaxbApiVersionEE10=4.0.2
javaxJaxbCoreVersionEE10=4.0.5
javaxJaxbImplVersionEE10=4.0.5
jaxRsVersionEE10=3.1.0
jersey3VersionEE10=3.1.6
jersey3VersionEE10=3.1.9

reactiveStreamsVersion=1.0.4
jcToolsVersion=4.0.3
Expand All @@ -86,18 +86,18 @@ resilience4jVersion=1.7.1
jmhCoreVersion=1.37
jmhPluginVersion=0.7.2

junitPlatformVersion=1.10.2
junit5Version=5.10.2
testngVersion=7.5
assertJCoreVersion=3.25.3
junitPlatformVersion=1.11.4
junit5Version=5.11.4
testngVersion=7.5.1
assertJCoreVersion=3.27.0
hamcrestVersion=2.2
mockitoCoreVersion=5.12.0
mockitoCoreVersion=5.14.2
# mockito version is overridden for <jdk11 due to incompatibilities with newer bytebuddy and class format
mockitoCorePreJdk11Version=4.11.0
spotbugsPluginVersion=5.0.13

apacheDirectoryServerVersion=1.5.7
commonsLangVersion=2.6
grpcVersion=1.64.1
grpcVersion=1.69.0
javaxAnnotationsApiVersion=1.3.5
jsonUnitVersion=2.38.0
jsonUnitVersion=2.40.1
8 changes: 4 additions & 4 deletions servicetalk-data-jackson-jersey3-jakarta10/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath
org.glassfish.jaxb:jaxb-core:4.0.5=runtimeClasspath
org.glassfish.jaxb:jaxb-runtime:4.0.5=runtimeClasspath
org.glassfish.jaxb:txw2:4.0.5=runtimeClasspath
org.glassfish.jersey.core:jersey-client:3.1.6=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.1.6=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-server:3.1.6=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.1.6=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-client:3.1.9=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.1.9=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-server:3.1.9=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.1.9=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath
empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor
8 changes: 4 additions & 4 deletions servicetalk-data-jackson-jersey3-jakarta9/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath
org.glassfish.jaxb:jaxb-core:3.0.2=runtimeClasspath
org.glassfish.jaxb:jaxb-runtime:3.0.2=runtimeClasspath
org.glassfish.jaxb:txw2:3.0.2=runtimeClasspath
org.glassfish.jersey.core:jersey-client:3.0.13=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.0.13=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-server:3.0.13=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.0.13=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-client:3.0.17=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.0.17=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-server:3.0.17=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.0.17=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath
empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor
8 changes: 4 additions & 4 deletions servicetalk-data-protobuf-jersey3-jakarta10/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath
org.glassfish.jaxb:jaxb-core:4.0.5=runtimeClasspath
org.glassfish.jaxb:jaxb-runtime:4.0.5=runtimeClasspath
org.glassfish.jaxb:txw2:4.0.5=runtimeClasspath
org.glassfish.jersey.core:jersey-client:3.1.6=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.1.6=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-server:3.1.6=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.1.6=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-client:3.1.9=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.1.9=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-server:3.1.9=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.1.9=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath
empty=annotationProcessor,protobuf,spotbugsPlugins,testAnnotationProcessor,testProtobuf
8 changes: 4 additions & 4 deletions servicetalk-data-protobuf-jersey3-jakarta9/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath
org.glassfish.jaxb:jaxb-core:3.0.2=runtimeClasspath
org.glassfish.jaxb:jaxb-runtime:3.0.2=runtimeClasspath
org.glassfish.jaxb:txw2:3.0.2=runtimeClasspath
org.glassfish.jersey.core:jersey-client:3.0.13=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.0.13=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-server:3.0.13=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.0.13=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-client:3.0.17=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.0.17=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-server:3.0.17=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.0.17=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath
empty=annotationProcessor,protobuf,spotbugsPlugins,testAnnotationProcessor,testProtobuf
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,runtimeClasspat
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
jakarta.ws.rs:jakarta.ws.rs-api:3.1.0=compileClasspath,runtimeClasspath
org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.1.6=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.1.6=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.1.9=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.1.9=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
org.slf4j:slf4j-api:1.7.36=runtimeClasspath
empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor
8 changes: 4 additions & 4 deletions servicetalk-http-router-jersey3-jakarta10/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath
org.glassfish.jaxb:jaxb-core:4.0.5=compileClasspath,runtimeClasspath
org.glassfish.jaxb:jaxb-runtime:4.0.5=runtimeClasspath
org.glassfish.jaxb:txw2:4.0.5=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-client:3.1.6=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.1.6=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-server:3.1.6=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.1.6=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-client:3.1.9=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.1.9=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-server:3.1.9=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.1.9=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath
empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor,testFixturesAnnotationProcessor
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,runtimeClasspat
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
jakarta.ws.rs:jakarta.ws.rs-api:3.0.0=compileClasspath,runtimeClasspath
org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.0.13=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.0.13=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.0.17=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.0.17=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
org.slf4j:slf4j-api:1.7.36=runtimeClasspath
empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor
8 changes: 4 additions & 4 deletions servicetalk-http-router-jersey3-jakarta9/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath
org.glassfish.jaxb:jaxb-core:3.0.2=compileClasspath,runtimeClasspath
org.glassfish.jaxb:jaxb-runtime:3.0.2=runtimeClasspath
org.glassfish.jaxb:txw2:3.0.2=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-client:3.0.13=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.0.13=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-server:3.0.13=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.0.13=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-client:3.0.17=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.0.17=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-server:3.0.17=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.0.17=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath
empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor,testFixturesAnnotationProcessor
4 changes: 2 additions & 2 deletions servicetalk-http-security-jersey3-jakarta10/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,runtimeClasspat
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
jakarta.ws.rs:jakarta.ws.rs-api:3.1.0=compileClasspath,runtimeClasspath
org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.1.6=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.1.6=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.1.9=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.1.9=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
org.slf4j:slf4j-api:1.7.36=runtimeClasspath
empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor
4 changes: 2 additions & 2 deletions servicetalk-http-security-jersey3-jakarta9/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,runtimeClasspat
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
jakarta.ws.rs:jakarta.ws.rs-api:3.0.0=compileClasspath,runtimeClasspath
org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.0.13=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.0.13=compileClasspath,runtimeClasspath
org.glassfish.jersey.core:jersey-common:3.0.17=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:3.0.17=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
org.slf4j:slf4j-api:1.7.36=runtimeClasspath
empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor
Loading