From ede533e614f7049b320208f4e743a4e77bdd19f8 Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Wed, 21 Aug 2024 10:46:51 +0200 Subject: [PATCH] Update deps --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 856f1f5c9..6de31b484 100644 --- a/build.gradle +++ b/build.gradle @@ -103,13 +103,13 @@ dependencies { implementation "org.slf4j:jcl-over-slf4j:1.7.30" implementation "org.jboss:jandex:2.2.3.Final" - implementation "eu.maveniverse.maven.mima:context:2.4.15" - runtimeOnly "eu.maveniverse.maven.mima.runtime:standalone-static:2.4.15" + implementation "eu.maveniverse.maven.mima:context:2.4.16" + runtimeOnly "eu.maveniverse.maven.mima.runtime:standalone-static:2.4.16" - testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.3" - testImplementation "org.junit.jupiter:junit-jupiter:5.10.3" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.0" + testImplementation "org.junit.jupiter:junit-jupiter:5.11.0" testImplementation "com.github.stefanbirkner:system-rules:1.17.2" - testImplementation "org.hamcrest:hamcrest-library:2.2" + testImplementation "org.hamcrest:hamcrest:3.0" testImplementation "com.github.tomakehurst:wiremock-jre8:2.32.0" //testImplementation 'com.github.maxandersen.karate:karate-junit:19e06766'