From e9ecc45dc15fa72ba46b18757d458343a79832fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 00:39:50 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 6.0.3 to 6.1.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.3 to 6.1.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 92193d3..2bd6eaa 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.0.3') + testImplementation platform('org.junit:junit-bom:6.1.0') 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 960f362..2db558b 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.0.3') + testImplementation platform('org.junit:junit-bom:6.1.0') testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'org.assertj:assertj-core:3.27.7' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'