From fe707daa22a0ebb40ef23f2b73290b5b288ca016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 20:43:12 -0300 Subject: [PATCH] Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 (#139) Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.0 to 3.27.1. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.0...assertj-build-3.27.1) --- 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 297b5263a..a491b178c 100644 --- a/build.gradle +++ b/build.gradle @@ -145,7 +145,7 @@ project(':iso20022-core') { testImplementation 'javax.persistence:javax.persistence-api:2.2' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' testImplementation 'com.google.guava:guava:33.4.0-jre' - testImplementation 'org.assertj:assertj-core:3.27.0' + testImplementation 'org.assertj:assertj-core:3.27.1' testImplementation 'org.xmlunit:xmlunit-core:2.10.0' testImplementation 'org.xmlunit:xmlunit-matchers:2.10.0' testImplementation 'org.xmlunit:xmlunit-assertj:2.10.0'