Skip to content

Commit dcf40cb

Browse files
Bump JUNIT_VERSION from 5.12.1 to 5.12.2 (#150)
Bumps `JUNIT_VERSION` from 5.12.1 to 5.12.2. Updates `org.junit.jupiter:junit-jupiter-api` from 5.12.1 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.1...r5.12.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.1 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 522ad1c commit dcf40cb

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
@@ -28,7 +28,7 @@ description = "Embulk plugin for generate dummy records by Java."
2828
sourceCompatibility = 1.8
2929
targetCompatibility = 1.8
3030

31-
def JUNIT_VERSION = "5.12.1"
31+
def JUNIT_VERSION = "5.12.2"
3232

3333
tasks.withType(JavaCompile) {
3434
options.compilerArgs << "-Xlint:deprecation" << "-Xlint:unchecked"

0 commit comments

Comments
 (0)