Skip to content

Commit 324b70b

Browse files
:dependabot: Bump junit from 6.1.0 to 6.1.2
Bumps the junit group with 1 update in the / directory: [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework). Updates `org.junit.jupiter:junit-jupiter-params` from 6.1.0 to 6.1.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.0...r6.1.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 6.1.0 to 6.1.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.0...r6.1.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.1.1 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 413d1cf commit 324b70b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.23.0'
9494
testImplementation 'org.springframework.boot:spring-boot-starter-test:4.1.0'
9595
testImplementation 'org.springframework.boot:spring-boot-webmvc-test:4.1.0'
96-
testImplementation 'org.junit.jupiter:junit-jupiter-params:6.1.0'
97-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.1.0'
96+
testImplementation 'org.junit.jupiter:junit-jupiter-params:6.1.2'
97+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.1.2'
9898
}
9999

100100
task installAssets {

0 commit comments

Comments
 (0)