Skip to content

Commit

Permalink
Update resilience and spring boot version
Browse files Browse the repository at this point in the history
  • Loading branch information
yinan-symphony committed Nov 24, 2023
1 parent 6bf82d4 commit 635caec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions symphony-bdk-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ repositories {

dependencies {
// import Spring Boot's BOM
api platform('org.springframework.boot:spring-boot-dependencies:3.0.7')
api platform('org.springframework.boot:spring-boot-dependencies:3.0.13')
// import Jackson's BOM
api platform('com.fasterxml.jackson:jackson-bom:2.15.0')
api platform('com.fasterxml.jackson:jackson-bom:2.15.3')
// import Jersey's BOM
api platform('org.glassfish.jersey:jersey-bom:3.1.2')
// import Log4j's BOM
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies {
api 'org.bouncycastle:bcpkix-jdk18on:1.74'
api 'com.google.code.findbugs:jsr305:3.0.2'

api 'io.github.resilience4j:resilience4j-retry:1.7.1'
api 'io.github.resilience4j:resilience4j-retry:2.1.0'

api 'io.swagger:swagger-annotations:1.6.0'
api 'org.openapitools:jackson-databind-nullable:0.2.2'
Expand All @@ -79,7 +79,7 @@ dependencies {
api 'org.junit.jupiter:junit-jupiter-api:5.9.2'
api 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
api 'com.tngtech.archunit:archunit-junit5:0.22.0'
api 'org.mock-server:mockserver-netty:5.14.0'
api 'org.mock-server:mockserver-netty:5.15.0'
api 'org.mockito:mockito-core:4.11.0'
api 'org.mockito:mockito-junit-jupiter:4.11.0'
api 'org.assertj:assertj-core:3.24.2'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation project(':symphony-bdk-core')
implementation 'org.slf4j:slf4j-api'

implementation 'com.hazelcast:hazelcast:5.3.0'
implementation 'com.hazelcast:hazelcast:5.3.6'

runtimeOnly 'ch.qos.logback:logback-classic'
}

0 comments on commit 635caec

Please sign in to comment.