Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Aug 21, 2024
1 parent db8c6f2 commit ede533e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ede533e

Please sign in to comment.