We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b5f7ff + 0d00ec6 commit 0c3e486Copy full SHA for 0c3e486
service/build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'org.springframework.boot' version '3.3.4'
+ id 'org.springframework.boot' version '3.3.5'
3
id 'io.spring.dependency-management' version '1.1.6'
4
id 'java'
5
id "checkstyle"
@@ -66,7 +66,7 @@ dependencies {
66
// Test
67
testImplementation 'org.springframework.boot:spring-boot-starter-test'
68
testImplementation "org.assertj:assertj-core:3.26.3"
69
- testImplementation 'org.testcontainers:testcontainers:1.20.2'
+ testImplementation 'org.testcontainers:testcontainers:1.20.3'
70
testImplementation 'org.awaitility:awaitility:4.2.2'
71
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
72
testImplementation 'org.wiremock:wiremock-standalone:3.9.2'
0 commit comments