File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = " 3.4.6 "
3+ springBootVersion = " 3.5.0 "
44 httpclientVersion = " 4.5.14"
55 aerospikeClientVersion = findProperty(" aerospikeClientVersion" ) ?: " 9.0.5"
66 }
@@ -79,7 +79,7 @@ dependencies {
7979 implementation(" org.msgpack:jackson-dataformat-msgpack:0.9.9" )
8080 implementation(' org.springframework.retry:spring-retry:2.0.12' )
8181 implementation(' org.springframework:spring-aspects:6.2.7' )
82- implementation(' org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:3.2.1 ' )
82+ implementation(' org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:3.3.0 ' )
8383 implementation(' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.8' )
8484 implementation(" javax.inject:javax.inject:1" )
8585 implementation(" com.google.guava:guava:33.4.8-jre" )
You can’t perform that action at this time.
0 commit comments