Compare commits
4 Commits
Author | SHA1 | Date |
---|---|---|
|
3fbff4c6ca | |
|
25e05a99a7 | |
|
a6059bdaeb | |
|
c00a4d09b6 |
|
@ -17,14 +17,14 @@ subprojects {
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
grpcVersion = '1.73.0'
|
grpcVersion = '1.73.0'
|
||||||
jupiterVersion = '5.13.0'
|
jupiterVersion = '5.13.2'
|
||||||
mockitoVersion = '4.11.0'
|
mockitoVersion = '4.11.0'
|
||||||
lombokVersion = '1.18.38'
|
lombokVersion = '1.18.38'
|
||||||
nimbusVersion = '10.3'
|
nimbusVersion = '10.3.1'
|
||||||
shadowVersion = '8.1.1'
|
shadowVersion = '8.1.1'
|
||||||
|
|
||||||
//IMPORTANT: This must be in sync with the shaded netty version in gRPC
|
//IMPORTANT: This must be in sync with the shaded netty version in gRPC
|
||||||
nettyVersion = '4.2.1.Final'
|
nettyVersion = '4.2.2.Final'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'java-library'
|
apply plugin: 'java-library'
|
||||||
|
|
Loading…
Reference in New Issue