Skip to content

Commit

Permalink
fix: APPS-1920 APPS-1921 update dependencies
Browse files Browse the repository at this point in the history
org.springframework.boot:spring-boot-starter-web -> 3.3.3
org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j -> 3.1.2
  • Loading branch information
jdogmcsteezy committed Aug 30, 2024
1 parent 29ac958 commit 7ed3783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = "3.2.4"
springBootVersion = "3.3.3"
httpclientVersion = "4.5.14"
aerospikeClientVersion = findProperty("aerospikeClientVersion") ?: "7.1.0"
}
Expand Down Expand Up @@ -79,7 +79,7 @@ dependencies {
implementation("org.msgpack:jackson-dataformat-msgpack:0.9.8")
implementation('org.springframework.retry:spring-retry:2.0.5')
implementation('org.springframework:spring-aspects:6.1.5')
implementation('org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:3.1.0')
implementation('org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:3.1.2')
implementation('org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0')
implementation("javax.inject:javax.inject:1")
implementation("com.google.guava:guava:32.1.3-jre")
Expand Down

0 comments on commit 7ed3783

Please sign in to comment.