Skip to content

Commit

Permalink
:dependabot: upgrade to junit 5.11.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
JKatzwinkel authored Apr 25, 2024
1 parent 093c001 commit 2505038
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 @@ -88,8 +88,8 @@ dependencies {
}

testImplementation 'org.springframework.boot:spring-boot-starter-test:3.3.0-RC1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0-M1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0-M1'
}

task installAssets {
Expand Down

0 comments on commit 2505038

Please sign in to comment.