From 925cc2300b2e3fecb7c78b1365fe39041a5b2b24 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 21 Oct 2024 17:39:04 +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..46a718c6e3f 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.3")
}
application {
diff --git a/spoon-pom/pom.xml b/spoon-pom/pom.xml
index e52dc5cb320..438ccb22bc8 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.3
test
org.junit.jupiter
junit-jupiter-params
- 5.9.3
+ 5.11.3
test
org.junit.platform
junit-platform-launcher
- 1.9.3
+ 1.11.3
test
diff --git a/spoon-visualisation/pom.xml b/spoon-visualisation/pom.xml
index 42723873b72..59c472949f7 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.3
test