File tree Expand file tree Collapse file tree
vertx-grpc-context-storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ allprojects {
2929subprojects {
3030 repositories {
3131 mavenCentral()
32- maven { url ' https://jitpack.io' }
3332 }
3433
3534 apply plugin : " maven-publish"
@@ -65,6 +64,7 @@ subprojects {
6564 if ([
6665 ' com.fasterxml.jackson.core' ,
6766 ' com.fasterxml.jackson.jaxrs' ,
67+ ' com.fasterxml.jackson.jakarta.rs' ,
6868 ' com.fasterxml.jackson.datatype' ,
6969 ' com.fasterxml.jackson.module' ,
7070 ' com.fasterxml.jackson.dataformat'
@@ -128,6 +128,10 @@ subprojects {
128128 details. useVersion junitVersion
129129 }
130130
131+ if (details. requested. group == ' org.junit.platform' ) {
132+ details. useVersion ' 1.14.3'
133+ }
134+
131135 if (details. requested. group == ' org.jetbrains' && details. requested. name == ' annotations' ) {
132136 details. useVersion ' 24.1.0'
133137 }
Original file line number Diff line number Diff line change @@ -3,38 +3,38 @@ org.gradle.parallel=true
33org.gradle.vfs.watch =true
44org.gradle.caching =true
55docker.builder =true
6- classgraphVersion =4.8.179
7- jacksonVersion =2.18.1
8- jacksonDatabindVersion =2.18.1
6+ classgraphVersion =4.8.184
7+ jacksonVersion =2.19.0
8+ jacksonDatabindVersion =2.19.0
99jaegerVersion =1.8.1
10- vertxVersion =4.5.11
10+ vertxVersion =4.5.25
1111javaProtobufVersion =4.29.0
1212junitVersion =5.14.3
1313shadowPluginVersion =9.0.0-rc1
14- guavaVersion =33.3.1 -jre
14+ guavaVersion =33.5.0 -jre
1515keycloakVersion =22.0.3
1616micrometerVersion =1.10.2
1717jmhVersion =1.37
1818testcontainersVersion =1.21.4
1919postgresqlVersion =42.7.4
20- nettyVersion =4.1.115 .Final
21- grpcVersion =1.68.1
20+ nettyVersion =4.1.131 .Final
21+ grpcVersion =1.72.0
2222protocVersion =4.29.0
2323resteasyVersion =6.2.11.Final
24- log4jVersion =2.24.1
25- slf4jVersion =2.0.16
26- logbackVersion =1.5.12
24+ log4jVersion =2.24.3
25+ slf4jVersion =2.0.17
26+ logbackVersion =1.5.32
2727flywayVersion =9.3.0
2828googleContainerToolsJibVersion =3.4.4
2929infinispanVersion =15.0.11.Final
3030kotlinVersion =1.9.25
3131googleErrorproneVersion =2.28.0
32- googleCommonsProtosVersion =2.41 .0
32+ googleCommonsProtosVersion =2.51 .0
3333j2objcVersion =3.0.0
34- bytebuddyVersion =1.15.10
35- commonsIoVersion =2.16.1
34+ bytebuddyVersion =1.17.5
35+ commonsIoVersion =2.18.0
3636mockitoCoreVersion =4.8.0
37- gsonVersion =2.11.0
37+ gsonVersion =2.12.1
3838xformersVersion =0.0.28.post3
3939torchVersion =2.5.1
40- rxJavaVersion =3.1.10
40+ rxJavaVersion =3.1.11
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ java {
1919 }
2020}
2121
22+ dependencies {
23+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
24+ }
25+
2226test {
2327 systemProperty(" junit.jupiter.extensions.autodetection.enabled" , true )
2428}
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ buildscript {
44 }
55 repositories {
66 mavenLocal()
7- // for jooq from github
8- maven { url ' https://jitpack.io' }
97 mavenCentral()
108 }
119 dependencies {
Original file line number Diff line number Diff line change 5858
5959protobuf {
6060 protoc {
61- artifact = " com.google.protobuf:protoc:3.25.5 "
61+ artifact = " com.google.protobuf:protoc:$p rotocVersion "
6262 }
6363 plugins {
6464 grpc {
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dependencies {
6969
7070protobuf {
7171 protoc {
72- artifact = " com.google.protobuf:protoc:3.25.5 "
72+ artifact = " com.google.protobuf:protoc:$p rotocVersion "
7373 }
7474 plugins {
7575 grpc {
Original file line number Diff line number Diff line change 5050
5151protobuf {
5252 protoc {
53- artifact = " com.google.protobuf:protoc:3.25.5 "
53+ artifact = " com.google.protobuf:protoc:$p rotocVersion "
5454 }
5555 plugins {
5656 grpc {
Original file line number Diff line number Diff line change 7272
7373protobuf {
7474 protoc {
75- artifact = " com.google.protobuf:protoc:3.25.5 "
75+ artifact = " com.google.protobuf:protoc:$p rotocVersion "
7676 }
7777 plugins {
7878 grpc {
You can’t perform that action at this time.
0 commit comments