Skip to content

Commit 4bf597f

Browse files
Bump com.tngtech.java:junit-dataprovider from 1.11.0 to 1.13.1
Bumps [com.tngtech.java:junit-dataprovider](https://github.com/TNG/junit-dataprovider) from 1.11.0 to 1.13.1. - [Release notes](https://github.com/TNG/junit-dataprovider/releases) - [Commits](TNG/junit-dataprovider@v1.11.0...v1.13.1) --- updated-dependencies: - dependency-name: com.tngtech.java:junit-dataprovider dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92401c0 commit 4bf597f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ junitPlatformCommons = { group = "org.junit.platform", name = "junit-platform-co
1919
junitPlatformEngine = { group = "org.junit.platform", name = "junit-platform-engine", version.ref = "junitPlatform" }
2020
junitPlatformLauncher = { group = "org.junit.platform", name = "junit-platform-launcher", version.ref = "junitPlatform" }
2121
hamcrest = { group = "org.hamcrest", name = "hamcrest-core", version = "1.3" }
22-
junitDataprovider = { group = "com.tngtech.java", name = "junit-dataprovider", version = "1.11.0" }
22+
junitDataprovider = { group = "com.tngtech.java", name = "junit-dataprovider", version = "1.13.1" }
2323
mockito = { group = "org.mockito", name = "mockito-core", version = "4.11.0" } # mockito 5 requires Java 11
2424
mockito_junit5 = { group = "org.mockito", name = "mockito-junit-jupiter", version = "4.6.1" }
2525
assertj = { group = "org.assertj", name = "assertj-core", version.ref = "assertj" }

0 commit comments

Comments
 (0)