Skip to content

Commit 21f97e6

Browse files
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 750db9e commit 21f97e6

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
@@ -171,7 +171,7 @@ val kotlinCoroutinesCoreVersion = "1.8.1"
171171
val detektVersion = "1.23.7"
172172

173173
// Tests
174-
val jUnitBomVersion = "5.10.0"
174+
val jUnitBomVersion = "5.12.2"
175175
val mockkVersion = "1.13.17"
176176
val awaitilityKVersion = "4.2.2"
177177
val testcontainersRedis = "1.6.4"

0 commit comments

Comments
 (0)