From e673598d02c5642a6d9ab4edfdffbda448a31ba5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:34:17 +0000 Subject: [PATCH] chore(deps): update junit5 monorepo --- templates/junit.java.qute | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/junit.java.qute b/templates/junit.java.qute index 8d449e4..dc8ff9a 100755 --- a/templates/junit.java.qute +++ b/templates/junit.java.qute @@ -1,8 +1,8 @@ ///usr/bin/env jbang "$0" "$@" ; exit $? -//DEPS org.junit.jupiter:junit-jupiter-api:5.10.0 -//DEPS org.junit.jupiter:junit-jupiter-engine:5.10.0 -//DEPS org.junit.platform:junit-platform-launcher:1.10.0 +//DEPS org.junit.jupiter:junit-jupiter-api:5.11.3 +//DEPS org.junit.jupiter:junit-jupiter-engine:5.11.3 +//DEPS org.junit.platform:junit-platform-launcher:1.11.3 //SOURCES {scriptref}