From aa08dd48bc34d492f2677de927054b912931e277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:31:42 +0000 Subject: [PATCH] Bump org.junit-pioneer:junit-pioneer from 2.0.1 to 2.1.0 Bumps [org.junit-pioneer:junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases) - [Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: org.junit-pioneer:junit-pioneer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7ed15e5..b3a5dd9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ val creekVersion = "0.4.2-SNAPSHOT" val guavaVersion = "32.1.2-jre" // https://mvnrepository.com/artifact/com.google.guava/guava val log4jVersion = "2.20.0" // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core val junitVersion = "5.10.0" // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -val junitPioneerVersion = "2.0.1" // https://mvnrepository.com/artifact/org.junit-pioneer/junit-pioneer +val junitPioneerVersion = "2.1.0" // https://mvnrepository.com/artifact/org.junit-pioneer/junit-pioneer val mockitoVersion = "5.5.0" // https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter val hamcrestVersion = "2.2" // https://mvnrepository.com/artifact/org.hamcrest/hamcrest-core