File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
5353 implementation(libs.jackson.annotations)
5454 implementation(libs.jackson.bind)
5555 implementation(libs.jackson.datatype)
56- implementation(" org.openapitools:jackson-databind-nullable:0.2.6 " )
56+ implementation(" org.openapitools:jackson-databind-nullable:0.2.8 " )
5757 implementation(" jakarta.annotation:jakarta.annotation-api:$jakartaAnnotationVersion " )
5858}
5959
Original file line number Diff line number Diff line change @@ -17,21 +17,21 @@ ziti-cli = "1.5.4"
1717lazysodium-java = " 5.2.0"
1818coroutines = " 1.10.2"
1919slf4j = " 2.0.17"
20- jupiter = " 5.13.4 "
21- gson = " 2.13.1 "
20+ jupiter = " 6.0.1 "
21+ gson = " 2.13.2 "
2222tls-channel = " 0.9.1"
23- jjwt = " 0.12.7 "
24- netty = " 4.2.6 .Final"
25- vertx = " 5.0.3 "
23+ jjwt = " 0.13.0 "
24+ netty = " 4.2.7 .Final"
25+ vertx = " 5.0.5 "
2626lombok = " 1.18.36"
2727springboot = " 3.2.5"
2828jackson = " 2.20.1"
2929jksn-annotation = " 2.20"
3030jakarta-annotation = " 1.3.5"
31- okhttp3 = " 5.1 .0"
32- protobuf = " 4.32 .0"
33- metrics = " 4.2.33 "
34- bouncycastle = " 1.81 "
31+ okhttp3 = " 5.3 .0"
32+ protobuf = " 4.33 .0"
33+ metrics = " 4.2.37 "
34+ bouncycastle = " 1.82 "
3535
3636clikt = " 2.8.0"
3737
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
5353 implementation(libs.jackson.annotations)
5454 implementation(libs.jackson.bind)
5555 implementation(libs.jackson.datatype)
56- implementation(" org.openapitools:jackson-databind-nullable:0.2.6 " )
56+ implementation(" org.openapitools:jackson-databind-nullable:0.2.8 " )
5757 implementation(" jakarta.annotation:jakarta.annotation-api:$jakartaAnnotationVersion " )
5858}
5959
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
3535 implementation(" org.springframework.boot:spring-boot:${springbootVersion} " )
3636 implementation(" org.springframework.boot:spring-boot-autoconfigure:${springbootVersion} " )
3737 implementation(" org.springframework.boot:spring-boot-starter-web:${springbootVersion} " )
38- implementation(" org.apache.httpcomponents.client5:httpclient5:5.5" )
38+ implementation(" org.apache.httpcomponents.client5:httpclient5:5.5.1 " )
3939 implementation(" commons-beanutils:commons-beanutils:1.11.0" )
4040
4141 compileOnly(" org.projectlombok:lombok:${lombokVersion} " )
You can’t perform that action at this time.
0 commit comments