Skip to content

Commit 1603250

Browse files
authored
Merge branch 'main' into dependabot/gradle/io.rest-assured-rest-assured-5.5.5
2 parents 4bc8c97 + 82931dc commit 1603250

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.5.3'
2+
id 'org.springframework.boot' version '3.5.4'
33
id 'io.spring.dependency-management' version '1.1.7'
44
id 'com.github.ben-manes.versions' version '0.52.0'
55
id 'java-library'
@@ -17,7 +17,7 @@ group = 'com.digitalsanctuary.springuser'
1717
description = 'Spring User Framework'
1818

1919
ext {
20-
springBootVersion = '3.5.3'
20+
springBootVersion = '3.5.4'
2121
lombokVersion = '1.18.38'
2222
}
2323

@@ -74,11 +74,11 @@ dependencies {
7474
testImplementation 'com.h2database:h2:2.3.232'
7575

7676
// Additional test dependencies for improved testing
77-
testImplementation 'org.testcontainers:testcontainers:1.19.3'
78-
testImplementation 'org.testcontainers:mariadb:1.19.3'
77+
testImplementation 'org.testcontainers:testcontainers:1.21.3'
78+
testImplementation 'org.testcontainers:mariadb:1.21.3'
7979
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
8080
testImplementation 'com.tngtech.archunit:archunit-junit5:1.2.0'
81-
testImplementation 'org.assertj:assertj-core:3.24.2'
81+
testImplementation 'org.assertj:assertj-core:3.27.3'
8282
testImplementation 'io.rest-assured:rest-assured:5.5.5'
8383
testImplementation 'com.icegreen:greenmail:2.0.0'
8484
testImplementation 'org.awaitility:awaitility:4.2.0'

0 commit comments

Comments
 (0)