Skip to content

Commit

Permalink
Update junit5 monorepo to v5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2023
1 parent 3fd8bc2 commit 5bd46b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ repositories {
dependencies {
compileOnly 'org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT'
implementation 'com.cronutils:cron-utils:9.2.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testImplementation 'org.mockito:mockito-core:5.7.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
}

test {
Expand Down

0 comments on commit 5bd46b8

Please sign in to comment.