Skip to content

Commit e16ee78

Browse files
:dependabot: Bump junit from 6.0.2 to 6.0.3
Bumps the junit group with 2 updates: [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) and [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework). Updates `org.junit.jupiter:junit-jupiter-params` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae02719 commit e16ee78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ dependencies {
9393
testImplementation 'org.mockito:mockito-core:5.21.0'
9494
testImplementation 'org.springframework.boot:spring-boot-starter-test:4.0.2'
9595
testImplementation 'org.springframework.boot:spring-boot-webmvc-test:4.0.2'
96-
testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.2'
97-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.2'
96+
testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.3'
97+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.3'
9898
}
9999

100100
task installAssets {

0 commit comments

Comments
 (0)