Skip to content

Commit

Permalink
Merge pull request #96 from k-groshev/dependabot/gradle/org.junit.jup…
Browse files Browse the repository at this point in the history
…iter-junit-jupiter-5.11.4
  • Loading branch information
k-groshev authored Dec 23, 2024
2 parents df32e95 + 689661f commit 0bf7100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {


// Use JUnit Jupiter for testing.
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
// + spring reactive testing
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'io.projectreactor:reactor-test'
Expand Down

0 comments on commit 0bf7100

Please sign in to comment.