Skip to content

Commit

Permalink
Bump JUnit/JUnit Platform to 5.11.4/1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Dec 17, 2024
1 parent 26d37f6 commit a7cd584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
groovy = "4.0.24"
jetty = "9.4.50.v20221201"
junit4 = "4.13.2"
junit5 = "5.11.3"
junit5 = "5.11.4"
ratpack = "1.10.0-milestone-38"
sauceConnect = "1.153"
selenium = "4.27.0"
Expand All @@ -41,8 +41,8 @@ jetty-servlet = { module = 'org.eclipse.jetty:jetty-servlet', version.ref = 'jet
jodd-core = 'org.jodd:jodd-core:5.3.0'
jodd-lagarto = 'org.jodd:jodd-lagarto:6.0.6'
jsoup = 'org.jsoup:jsoup:1.18.3'
junit-platform-launcher = 'org.junit.platform:junit-platform-launcher:1.11.3'
junit-platform-testkit = 'org.junit.platform:junit-platform-testkit:1.11.3'
junit-platform-launcher = 'org.junit.platform:junit-platform-launcher:1.11.4'
junit-platform-testkit = 'org.junit.platform:junit-platform-testkit:1.11.4'
junit4 = { module = 'junit:junit', version.ref = 'junit4' }
junit5-jupiter-api = { module = 'org.junit.jupiter:junit-jupiter-api', version.ref = 'junit5' }
junit5-jupiter-engine = { module = 'org.junit.jupiter:junit-jupiter-engine', version.ref = 'junit5' }
Expand Down

0 comments on commit a7cd584

Please sign in to comment.