Skip to content

Commit 6ce6b58

Browse files
dependabot[bot]jreynard-code
authored andcommitted
Gradle: Bump org.junit:junit-bom from 5.10.0 to 5.12.2
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.0 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.0...r5.12.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c7af158 commit 6ce6b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ val awsSpringVersion = "3.1.1"
8686
val detektVersion = "1.23.8"
8787

8888
// Tests
89-
val jUnitBomVersion = "5.10.0"
89+
val jUnitBomVersion = "5.12.2"
9090
val mockkVersion = "1.14.0"
9191
val awaitilityKVersion = "4.2.0"
9292
val testcontainersRedis = "1.6.4"

0 commit comments

Comments
 (0)