Skip to content

Commit 9e81041

Browse files
authored
Merge pull request #1229 from freefair/dependabot/gradle/org.junit-junit-bom-5.11.3
Bump org.junit:junit-bom from 5.11.2 to 5.11.3
2 parents 1c7082d + f71a9f4 commit 9e81041

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ allprojects {
4444
test.useJUnitPlatform()
4545

4646
dependencies {
47-
testImplementation platform("org.junit:junit-bom:5.11.2")
47+
testImplementation platform("org.junit:junit-bom:5.11.3")
4848

4949
testImplementation 'org.assertj:assertj-core:3.26.3'
5050
testImplementation 'org.junit.jupiter:junit-jupiter-api'

test-common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
6-
api platform("org.junit:junit-bom:5.11.2")
6+
api platform("org.junit:junit-bom:5.11.3")
77

88
api "org.junit.jupiter:junit-jupiter-api"
99
api "org.assertj:assertj-core:3.26.3"

0 commit comments

Comments
 (0)