From 10bd39c6da524d02c20637c21676434698fdd2fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:31:01 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api in /e2e-tests Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.11.4 to 5.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.4...r5.13.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- e2e-tests/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-tests/build.gradle b/e2e-tests/build.gradle index 104a2e857..528d4462b 100644 --- a/e2e-tests/build.gradle +++ b/e2e-tests/build.gradle @@ -20,13 +20,13 @@ dependencies { testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.1' testImplementation 'commons-io:commons-io:2.19.0' testImplementation 'org.awaitility:awaitility:4.3.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.2' testImplementation "org.assertj:assertj-core:3.27.3" testImplementation 'ch.qos.logback:logback-classic:1.5.18' testImplementation 'org.xmlunit:xmlunit-assertj3:2.10.3' testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.5' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2' } tasks.withType(Test) {