From bb2d9304fb195187c60ef8174c106f89f8b33834 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 4 Oct 2024 16:44:22 +0000
Subject: [PATCH] chore(deps): update junit5 monorepo
---
spoon-dataflow/build.gradle | 2 +-
spoon-pom/pom.xml | 6 +++---
spoon-visualisation/pom.xml | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/spoon-dataflow/build.gradle b/spoon-dataflow/build.gradle
index 81550ea98c4..981158789ce 100644
--- a/spoon-dataflow/build.gradle
+++ b/spoon-dataflow/build.gradle
@@ -23,7 +23,7 @@ dependencies {
implementation group: 'fr.inria.gforge.spoon', name: 'spoon-core', version: '+'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.5.0'
implementation group: 'com.microsoft', name: 'z3', version: '4.8.4'
- testImplementation("org.junit.jupiter:junit-jupiter:5.9.3")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
}
application {
diff --git a/spoon-pom/pom.xml b/spoon-pom/pom.xml
index e52dc5cb320..ac521aec51f 100644
--- a/spoon-pom/pom.xml
+++ b/spoon-pom/pom.xml
@@ -38,19 +38,19 @@
org.junit.jupiter
junit-jupiter-engine
- 5.9.3
+ 5.11.2
test
org.junit.jupiter
junit-jupiter-params
- 5.9.3
+ 5.11.2
test
org.junit.platform
junit-platform-launcher
- 1.9.3
+ 1.11.2
test
diff --git a/spoon-visualisation/pom.xml b/spoon-visualisation/pom.xml
index 42723873b72..68133e65746 100644
--- a/spoon-visualisation/pom.xml
+++ b/spoon-visualisation/pom.xml
@@ -216,7 +216,7 @@
org.junit.jupiter
junit-jupiter-engine
- 5.9.3
+ 5.11.2
test