Compare commits

..

No commits in common. "main" and "v0.8.13" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -17,14 +17,14 @@ subprojects {
ext {
grpcVersion = '1.73.0'
jupiterVersion = '5.13.4'
jupiterVersion = '5.13.3'
mockitoVersion = '4.11.0'
lombokVersion = '1.18.38'
nimbusVersion = '10.4'
nimbusVersion = '10.3.1'
shadowVersion = '8.1.1'
//IMPORTANT: This must be in sync with the shaded netty version in gRPC
nettyVersion = '4.2.3.Final'
nettyVersion = '4.2.2.Final'
}
apply plugin: 'java-library'