From 7832cd4188c692f047a1b3a2b04dac5cf5faf08b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 09:16:28 +0000 Subject: [PATCH] chore(deps): bump org.junit.jupiter:junit-jupiter-params Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) from 5.10.2 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.10.2...r5.13.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c807b69..cf5d55e 100644 --- a/build.gradle +++ b/build.gradle @@ -46,9 +46,9 @@ dependencies { testImplementation "org.sonarsource.sonarqube:sonar-testing-harness:${sonarHarnessVersion}" testImplementation 'org.assertj:assertj-core:3.27.3' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.1' - testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2' + testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.4' testImplementation "org.sonarsource.sonarqube:sonar-scanner-engine:${sonarPluginApiVersion}" testImplementation "org.sonarsource.sonarqube:sonar-ws:${sonarqubeWsVersion}" testImplementation 'com.google.protobuf:protobuf-java-util:3.25.2'