File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kotlin = "2.1.20"
44dokka = " 2.0.0"
55nexus = " 2.0.0"
66semver-git = " 2.3.7"
7- openapi-gen = " 7.12 .0"
7+ openapi-gen = " 7.13 .0"
88spotless = " 7.0.3"
99shadow-jar = " 8.3.6"
1010download = " 5.6.0"
@@ -19,13 +19,13 @@ coroutines = "1.10.2"
1919serialization = " 1.8.1"
2020slf4j = " 2.0.17"
2121jupiter = " 5.12.2"
22- gson = " 2.13.0 "
22+ gson = " 2.13.1 "
2323tls-channel = " 0.9.1"
2424jjwt = " 0.12.6"
2525netty = " 4.2.0.Final"
2626lombok = " 1.18.36"
2727springboot = " 3.2.5"
28- jackson = " 2.18.3 "
28+ jackson = " 2.19.0 "
2929jakarta-annotation = " 1.3.5"
3030okhttp3 = " 4.12.0"
3131protobuf = " 4.30.2"
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.4.3 " )
38+ implementation(" org.apache.httpcomponents.client5:httpclient5:5.4.4 " )
3939 implementation(" commons-beanutils:commons-beanutils:1.10.1" )
4040
4141 compileOnly(" org.projectlombok:lombok:${lombokVersion} " )
You can’t perform that action at this time.
0 commit comments