From 23bf5195abd4a9e1daedf434dc59d7e15456cb8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:15:51 +0000 Subject: [PATCH] build(deps): bump org.junit:junit-bom from 6.1.0 to 6.1.2 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.1.0 to 6.1.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2f5de64a447..a57ecb38acd 100644 --- a/build.gradle +++ b/build.gradle @@ -125,7 +125,7 @@ def libraries = [ jruby : 'org.jruby:jruby:9.4.15.0', jsonUnit : 'net.javacrumbs.json-unit:json-unit-assertj:5.1.2', jsoup : 'org.jsoup:jsoup:1.22.2', - junit5Bom : 'org.junit:junit-bom:6.1.0', + junit5Bom : 'org.junit:junit-bom:6.1.2', liquibase : 'org.liquibase:liquibase-core:5.0.3', liquibaseSlf4j : 'com.mattbertolini:liquibase-slf4j:5.1.0', logback : 'ch.qos.logback:logback-classic:1.5.34',