Skip to content

Commit b4b44e6

Browse files
Bump org.junit:junit-bom in /chat-server in the dependencies group (#73)
Bumps the dependencies group in /chat-server with 1 update: [org.junit:junit-bom](https://github.com/junit-team/junit-framework). Updates `org.junit:junit-bom` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.0...r6.0.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0d0439 commit b4b44e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747

4848
testImplementation("org.springframework.boot:spring-boot-starter-test")
4949

50-
testImplementation(platform("org.junit:junit-bom:6.0.0"))
50+
testImplementation(platform("org.junit:junit-bom:6.0.1"))
5151
testImplementation("org.junit.jupiter:junit-jupiter")
5252
testImplementation("org.junit.jupiter:junit-jupiter-params")
5353
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)