From 19483286ea8616549377f5864a466657c58a25d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:32:15 +0000 Subject: [PATCH 1/6] Bump com.github.spotbugs:spotbugs-annotations from 4.8.2 to 4.8.3 (#231) Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.8.2 to 4.8.3. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/4.8.2...4.8.3) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andy Coates <8012398+big-andy-coates@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 f7b8fde..1eb4076 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ allprojects { } val creekVersion = "0.4.2-SNAPSHOT" -val spotBugsVersion = "4.8.2" // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations +val spotBugsVersion = "4.8.3" // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations val guavaVersion = "32.1.3-jre" // https://mvnrepository.com/artifact/com.google.guava/guava val log4jVersion = "2.22.0" // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core val junitVersion = "5.10.1" // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api From 2481dc410a70cef7c2c7c466fa7a66349f5cdaf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:48:19 +0000 Subject: [PATCH 2/6] Bump com.google.guava:guava-testlib from 32.1.3-jre to 33.0.0-jre (#229) Bumps [com.google.guava:guava-testlib](https://github.com/google/guava) from 32.1.3-jre to 33.0.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava-testlib 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 1eb4076..acb22ce 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,7 +35,7 @@ allprojects { val creekVersion = "0.4.2-SNAPSHOT" val spotBugsVersion = "4.8.3" // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations -val guavaVersion = "32.1.3-jre" // https://mvnrepository.com/artifact/com.google.guava/guava +val guavaVersion = "33.0.0-jre" // https://mvnrepository.com/artifact/com.google.guava/guava val log4jVersion = "2.22.0" // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core val junitVersion = "5.10.1" // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api val junitPioneerVersion = "2.2.0" // https://mvnrepository.com/artifact/org.junit-pioneer/junit-pioneer From 6643418997c3501948a53eb097dbb90d852b1c30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:04:42 +0000 Subject: [PATCH 3/6] Bump log4jVersion from 2.22.0 to 2.22.1 (#230) Bumps `log4jVersion` from 2.22.0 to 2.22.1. Updates `org.apache.logging.log4j:log4j-core` from 2.22.0 to 2.22.1 Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.22.0 to 2.22.1 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-type: direct:production update-type: version-update:semver-patch ... 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 acb22ce..4d45ee3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ allprojects { val creekVersion = "0.4.2-SNAPSHOT" val spotBugsVersion = "4.8.3" // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations val guavaVersion = "33.0.0-jre" // https://mvnrepository.com/artifact/com.google.guava/guava -val log4jVersion = "2.22.0" // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core +val log4jVersion = "2.22.1" // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core val junitVersion = "5.10.1" // 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.7.0" // https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter From 33286dba75fc4c48619390f48138884cc66df4cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:35:53 +0000 Subject: [PATCH 4/6] Bump org.mockito:mockito-junit-jupiter from 5.7.0 to 5.8.0 (#234) Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.7.0...v5.8.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter 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> Co-authored-by: Andy Coates <8012398+big-andy-coates@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 4d45ee3..776ca96 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ val guavaVersion = "33.0.0-jre" // https://mvnrepository.com/artifact/co val log4jVersion = "2.22.1" // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core val junitVersion = "5.10.1" // 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.7.0" // https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter +val mockitoVersion = "5.8.0" // https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter val hamcrestVersion = "2.2" // https://mvnrepository.com/artifact/org.hamcrest/hamcrest-core dependencies { From dec3ef025c8bda9d97011283e883213812dbbd6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:14:33 +0000 Subject: [PATCH 5/6] Bump com.diffplug.spotless:spotless-plugin-gradle from 6.23.2 to 6.23.3 (#233) Bumps [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) from 6.23.2 to 6.23.3. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/commits/gradle/6.23.3) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-plugin-gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andy Coates <8012398+big-andy-coates@users.noreply.github.com> --- buildSrc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index d206e9e..b56eea4 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -43,7 +43,7 @@ tasks.withType().configureEach dependencies { implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.5") // https://plugins.gradle.org/plugin/com.github.spotbugs - implementation("com.diffplug.spotless:spotless-plugin-gradle:6.23.2") // https://plugins.gradle.org/plugin/com.diffplug.spotless + implementation("com.diffplug.spotless:spotless-plugin-gradle:6.23.3") // https://plugins.gradle.org/plugin/com.diffplug.spotless implementation("gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.12.2") // https://plugins.gradle.org/plugin/com.github.kt3k.coveralls implementation("org.javamodularity:moduleplugin:1.8.12") // https://plugins.gradle.org/plugin/org.javamodularity.moduleplugin implementation("io.github.gradle-nexus:publish-plugin:1.3.0") // https://plugins.gradle.org/plugin/io.github.gradle-nexus.publish-plugin From 018535380629f720ec3dc721d204bfe5a9d601bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:59:00 +0000 Subject: [PATCH 6/6] Bump pl.allegro.tech.build.axion-release from 1.15.5 to 1.16.1 (#225) Bumps [pl.allegro.tech.build.axion-release](https://github.com/allegro/axion-release-plugin) from 1.15.5 to 1.16.1. - [Release notes](https://github.com/allegro/axion-release-plugin/releases) - [Commits](https://github.com/allegro/axion-release-plugin/compare/v1.15.5...v1.16.1) --- 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> Co-authored-by: Andy Coates <8012398+big-andy-coates@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 776ca96..8e3c638 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ plugins { `creek-plugin-publishing-convention` `creek-sonatype-publishing-convention` id("com.gradle.plugin-publish") - id("pl.allegro.tech.build.axion-release") version "1.16.0" // https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release + id("pl.allegro.tech.build.axion-release") version "1.16.1" // https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release } project.version = scmVersion.version