Skip to content

Commit 0c3e486

Browse files
authored
Merge branch 'main' into NIAD-3228
2 parents 3b5f7ff + 0d00ec6 commit 0c3e486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.3.4'
2+
id 'org.springframework.boot' version '3.3.5'
33
id 'io.spring.dependency-management' version '1.1.6'
44
id 'java'
55
id "checkstyle"
@@ -66,7 +66,7 @@ dependencies {
6666
// Test
6767
testImplementation 'org.springframework.boot:spring-boot-starter-test'
6868
testImplementation "org.assertj:assertj-core:3.26.3"
69-
testImplementation 'org.testcontainers:testcontainers:1.20.2'
69+
testImplementation 'org.testcontainers:testcontainers:1.20.3'
7070
testImplementation 'org.awaitility:awaitility:4.2.2'
7171
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
7272
testImplementation 'org.wiremock:wiremock-standalone:3.9.2'

0 commit comments

Comments
 (0)