Skip to content

Commit

Permalink
Use 5.10.+ for junit-bom (#4029)
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored Aug 14, 2023
1 parent 5c6da7a commit 2f1835f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def VERSIONS = [
def PLATFORM_BOMS = [
'io.projectreactor:reactor-bom:2020.0.+',
'io.netty:netty-bom:4.1.+',
'org.junit:junit-bom:5.9.+', // Not using latest.release to avoid using a milestone version.
'org.junit:junit-bom:5.10.+', // Not using latest.release to avoid using a milestone version.
]

subprojects {
Expand Down

0 comments on commit 2f1835f

Please sign in to comment.