From 355b79df10439f9826cbecdd10b047de389eb21e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:24:52 +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 1221105..3da3b42 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ val spotBugsVersion = "4.7.3" // https://mvnrepository.com/artifact/com. 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