Skip to content

Commit 0b5790a

Browse files
Bump junitVersion from 5.13.2 to 6.0.0 (#1330)
Bumps `junitVersion` from 5.13.2 to 6.0.0. Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.2 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.2...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.2 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.2...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.2 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.2...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 060b346 commit 0b5790a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ext {
1515
jooqVersion = '3.20.5'
1616
jacksonVersion = '2.19.1'
1717
chatGPTVersion = '0.18.2'
18-
junitVersion = '5.13.2'
18+
junitVersion = '6.0.0'
1919
}
2020

2121
// Skips sonarlint during the build, useful for testing purposes.

0 commit comments

Comments
 (0)