Skip to content

Commit

Permalink
deps: APPS-1108 APPS-1171 APPS-1170 APPS-1168 APPS-1172 fix vulnerabi…
Browse files Browse the repository at this point in the history
…lities and upgrade dependencies
  • Loading branch information
Jesse Schmidt committed Apr 5, 2024
1 parent 31f9931 commit 14b8822
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
ext {
springBootVersion = "3.1.8"
springBootVersion = "3.2.4"
httpclientVersion = "4.5.14"
aerospikeClientVersion = findProperty("aerospikeClientVersion") ?: "7.1.0"
aerospikeClientVersion = findProperty("aerospikeClientVersion") ?: "7.2.1"
}
if (findProperty("aerospikeUseLocal")) {
print("using Local repo")
Expand Down Expand Up @@ -75,11 +75,11 @@ dependencies {
implementation('org.msgpack:msgpack-core:0.9.8')
implementation("org.springframework.boot:spring-boot-starter-web:${springBootVersion}")
implementation("com.aerospike:aerospike-client:${aerospikeClientVersion}")
implementation("com.aerospike:aerospike-document-api:2.0.2")
implementation("com.aerospike:aerospike-document-api:2.0.3")
implementation("org.msgpack:jackson-dataformat-msgpack:0.9.8")
implementation('org.springframework.retry:spring-retry:2.0.5')
implementation('org.springframework:spring-aspects:6.0.13')
implementation('org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:3.0.3')
implementation('org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:3.1.0')
implementation('org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0')
implementation("javax.inject:javax.inject:1")
implementation("com.google.guava:guava:32.1.3-jre")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 14b8822

Please sign in to comment.