|
1 | 1 | buildscript { |
2 | 2 | ext { |
3 | | - springBootVersion = "3.3.3" |
| 3 | + springBootVersion = "3.3.6" |
4 | 4 | httpclientVersion = "4.5.14" |
5 | | - aerospikeClientVersion = findProperty("aerospikeClientVersion") ?: "7.1.0" |
| 5 | + aerospikeClientVersion = findProperty("aerospikeClientVersion") ?: "9.0.2" |
6 | 6 | } |
7 | 7 | if (findProperty("aerospikeUseLocal")) { |
8 | 8 | print("using Local repo") |
@@ -74,15 +74,15 @@ openApi { |
74 | 74 | dependencies { |
75 | 75 | implementation('org.msgpack:msgpack-core:0.9.8') |
76 | 76 | implementation("org.springframework.boot:spring-boot-starter-web:${springBootVersion}") |
77 | | - implementation("com.aerospike:aerospike-client:${aerospikeClientVersion}") |
| 77 | + implementation("com.aerospike:aerospike-client-jdk8:${aerospikeClientVersion}") |
78 | 78 | implementation("com.aerospike:aerospike-document-api:2.0.3") |
79 | 79 | implementation("org.msgpack:jackson-dataformat-msgpack:0.9.8") |
80 | | - implementation('org.springframework.retry:spring-retry:2.0.8') |
81 | | - implementation('org.springframework:spring-aspects:6.1.12') |
82 | | - implementation('org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:3.1.2') |
83 | | - implementation('org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0') |
| 80 | + implementation('org.springframework.retry:spring-retry:2.0.10') |
| 81 | + implementation('org.springframework:spring-aspects:6.2.0') |
| 82 | + implementation('org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:3.1.3') |
| 83 | + implementation('org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0') |
84 | 84 | implementation("javax.inject:javax.inject:1") |
85 | | - implementation("com.google.guava:guava:32.1.3-jre") |
| 85 | + implementation("com.google.guava:guava:33.3.1-jre") |
86 | 86 | implementation("org.springframework.boot:spring-boot-starter-validation") |
87 | 87 | implementation("org.apache.httpcomponents:httpclient:${httpclientVersion}") |
88 | 88 | implementation('org.springframework.boot:spring-boot-starter-actuator') |
|
0 commit comments