From f260efc6b0dbb4047092eaa7252cd6e9e7a4508b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:43:58 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 6.1.0 to 6.1.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- avrix-api/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/avrix-api/build.gradle b/avrix-api/build.gradle index e7156c8..7e9d8e0 100644 --- a/avrix-api/build.gradle +++ b/avrix-api/build.gradle @@ -20,7 +20,7 @@ dependencies { compileOnly(fileTree(dir: 'libs', include: '*.jar')) // Test - testImplementation platform('org.junit:junit-bom:6.1.0') + testImplementation platform('org.junit:junit-bom:6.1.1') testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'org.assertj:assertj-core:3.27.7' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' diff --git a/build.gradle b/build.gradle index d19ac4a..f5e6da6 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ dependencies { api 'org.jgrapht:jgrapht-core:1.5.3' // Test - testImplementation platform('org.junit:junit-bom:6.1.0') + testImplementation platform('org.junit:junit-bom:6.1.1') testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'org.assertj:assertj-core:3.27.7' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'