Skip to content

Commit fd039c7

Browse files
committed
fix dependencies
1 parent 26f260a commit fd039c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jakarta-mail = "2.1.3"
88
# https://mvnrepository.com/artifact/org.eclipse.angus/angus-mail
99
angus-mail = "2.0.4"
1010
# https://mvnrepository.com/artifact/org.testcontainers/testcontainers
11-
testcontainers = "1.21.3"
11+
testcontainers = "2.0.3"
1212
# https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine
1313
junit-jupiter = "6.0.1"
1414
# https://mvnrepository.com/artifact/org.projectlombok/lombok
@@ -39,4 +39,4 @@ mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version.
3939
assertj-core = { module = "org.assertj:assertj-core", version.ref = "assertj-core" }
4040

4141
[bundles]
42-
mail = ["jakarta-mail-api", "angus-mail"]
42+
mail = ["jakarta-mail-api", "angus-mail"]

0 commit comments

Comments
 (0)