File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
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'
1717description = ' Spring User Framework'
1818
1919ext {
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'
You can’t perform that action at this time.
0 commit comments