File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kotlin = "2.3.0"
44dokka = " 2.1.0"
55nexus = " 2.0.0"
66semver-git = " 2.3.7"
7- openapi-gen = " 7.18 .0"
7+ openapi-gen = " 7.19 .0"
88spotless = " 8.1.0"
99shadow-jar = " 9.3.1"
1010download = " 5.6.0"
@@ -22,11 +22,11 @@ gson = "2.13.2"
2222tls-channel = " 0.10.1"
2323jjwt = " 0.13.0"
2424netty = " 4.2.9.Final"
25- vertx = " 5.0.6 "
25+ vertx = " 5.0.7 "
2626lombok = " 1.18.36"
2727springboot = " 3.2.5"
28- jackson = " 2.20.1 "
29- jksn-annotation = " 2.20 "
28+ jackson = " 2.21.0 "
29+ jksn-annotation = " 2.21 "
3030jakarta-annotation = " 1.3.5"
3131okhttp3 = " 5.3.2"
3232protobuf = " 4.33.4"
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.2 " )
38+ implementation(" org.apache.httpcomponents.client5:httpclient5:5.6 " )
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