From e7796711bdf59fc2ab69c8addd5adf15910f443d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:21:13 +0000 Subject: [PATCH 1/2] Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 (#237) Bumps [org.hamcrest:hamcrest-core](https://github.com/hamcrest/JavaHamcrest) from 2.2 to 3.0. - [Release notes](https://github.com/hamcrest/JavaHamcrest/releases) - [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md) - [Commits](https://github.com/hamcrest/JavaHamcrest/compare/v2.2...v3.0) --- updated-dependencies: - dependency-name: org.hamcrest:hamcrest-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3eb7f75..0b3cc98 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ val log4jVersion = "2.23.1" // https://mvnrepository.com/artifact/org. val junitVersion = "5.10.3" // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api val junitPioneerVersion = "2.2.0" // https://mvnrepository.com/artifact/org.junit-pioneer/junit-pioneer val mockitoVersion = "5.12.0" // https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter -val hamcrestVersion = "2.2" // https://mvnrepository.com/artifact/org.hamcrest/hamcrest-core +val hamcrestVersion = "3.0" // https://mvnrepository.com/artifact/org.hamcrest/hamcrest-core dependencies { testImplementation("org.creekservice:creek-test-hamcrest:$creekVersion") From 8325dd3bf2d7a8a433f5a674d02332582aa91a1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:25:00 +0000 Subject: [PATCH 2/2] Bump pl.allegro.tech.build.axion-release from 1.17.2 to 1.18.2 (#238) Bumps [pl.allegro.tech.build.axion-release](https://github.com/allegro/axion-release-plugin) from 1.17.2 to 1.18.2. - [Release notes](https://github.com/allegro/axion-release-plugin/releases) - [Commits](https://github.com/allegro/axion-release-plugin/compare/v1.17.2...v1.18.2) --- updated-dependencies: - dependency-name: pl.allegro.tech.build.axion-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0b3cc98..62b7c6f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ plugins { `creek-coverage-convention` `creek-publishing-convention` `creek-sonatype-publishing-convention` - id("pl.allegro.tech.build.axion-release") version "1.17.2" // https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release + id("pl.allegro.tech.build.axion-release") version "1.18.2" // https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release } project.version = scmVersion.version