diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 529015d..083c08a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ latestTestNG = "7.10.2" # Keep in sync with TestContext.java and README.adoc snapshotTestNG = "7.11.0-SNAPSHOT" [libraries] -assertj-core = { module = "org.assertj:assertj-core", version = "3.27.0" } +assertj-core = { module = "org.assertj:assertj-core", version = "3.27.1" } commons-lang3 = { module = "org.apache.commons:commons-lang3", version = "3.17.0" } junit4 = { module = "junit:junit", version = "4.13.2" } junit-bom = { module = "org.junit:junit-bom", version = "5.7.2" }