Skip to content

Commit

Permalink
Merge pull request #165 from ptkis/dependabot/gradle/org.junit.jupite…
Browse files Browse the repository at this point in the history
…r-junit-jupiter-5.10.2

Bump org.junit.jupiter:junit-jupiter from 5.9.1 to 5.10.2
  • Loading branch information
thomedw authored Mar 28, 2024
2 parents 948aeb7 + cdd419d commit c5f5780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ dependencies {
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")

testImplementation("org.junit.jupiter:junit-jupiter:5.9.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")

implementation("io.github.sercasti:spring-httpserver-timings:0.0.7")

Expand Down

0 comments on commit c5f5780

Please sign in to comment.