Skip to content

Commit

Permalink
Update junit5 monorepo (#492)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 3e0d090 commit f27e836
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 @@ -134,7 +134,7 @@ ext {
feignVersion = '13.5'
feignFormVersion = '3.8.0'
wiremockVersion = '2.24.1'
junitJupiterVersion = '5.11.3'
junitJupiterVersion = '5.11.4'
}

ext["spring-cloud-openfeign.version"] = "3.0.3"
Expand Down Expand Up @@ -179,7 +179,7 @@ dependencyManagement {
entry 'log4j-api'
entry 'log4j-to-slf4j'
}
dependencySet(group: 'org.junit.platform', version: '1.11.3') {
dependencySet(group: 'org.junit.platform', version: '1.11.4') {
entry 'junit-platform-commons'
}
}
Expand Down

0 comments on commit f27e836

Please sign in to comment.