Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
|
4c32ffb90d | |
|
353007ded8 | |
|
0a36e489c6 |
|
@ -17,14 +17,14 @@ subprojects {
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
grpcVersion = '1.73.0'
|
grpcVersion = '1.73.0'
|
||||||
jupiterVersion = '5.13.3'
|
jupiterVersion = '5.13.4'
|
||||||
mockitoVersion = '4.11.0'
|
mockitoVersion = '4.11.0'
|
||||||
lombokVersion = '1.18.38'
|
lombokVersion = '1.18.38'
|
||||||
nimbusVersion = '10.3.1'
|
nimbusVersion = '10.4'
|
||||||
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.2.Final'
|
nettyVersion = '4.2.3.Final'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'java-library'
|
apply plugin: 'java-library'
|
||||||
|
|
Loading…
Reference in New Issue