From 3e8d0ba09afd456c5cc0517379efa21600b1c626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:23:04 -0300 Subject: [PATCH] Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (#145) Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.1 to 3.27.2. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.1...assertj-build-3.27.2) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1eef83468..f2ddc90c3 100644 --- a/build.gradle +++ b/build.gradle @@ -152,7 +152,7 @@ project(':iso20022-core') { testImplementation 'javax.persistence:javax.persistence-api:2.2' testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' testImplementation 'com.google.guava:guava:33.4.0-jre' - testImplementation 'org.assertj:assertj-core:3.27.1' + testImplementation 'org.assertj:assertj-core:3.27.2' testImplementation 'org.xmlunit:xmlunit-core:2.10.0' testImplementation 'org.xmlunit:xmlunit-matchers:2.10.0' testImplementation 'org.xmlunit:xmlunit-assertj:2.10.0'