From e007a032286ead921143cff53fd463a6b42c8d73 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Sun, 9 Jun 2024 14:44:39 +0200 Subject: [PATCH 01/12] Update for next development version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 91a278c..8ce042a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.toolisticon.maven.parent maven-parent-kotlin-base - 2024.6.0 + 2024.6.1-SNAPSHOT Maven Parent - Kotlin Base Maven parent for a holistic kotlin lib project. From 3b12b095161e503e99a1ab64467fe30634b1239a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:00:56 +0000 Subject: [PATCH 02/12] Bump org.apache.maven.plugins:maven-dependency-plugin Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.6.1 to 3.7.0. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.6.1...maven-dependency-plugin-3.7.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8ce042a..ef24e7a 100644 --- a/pom.xml +++ b/pom.xml @@ -431,7 +431,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.1 + 3.7.0 From bcdd03ffc0632cc3d980ab1abce60ac9c408dd42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 19:29:13 +0000 Subject: [PATCH 03/12] Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.0 Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ef24e7a..8ac6156 100644 --- a/pom.xml +++ b/pom.xml @@ -494,7 +494,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.2.5 + 3.3.0 integration-tests From 3a568917eacc6456659a5b66ad2db8fe17772d5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 19:29:21 +0000 Subject: [PATCH 04/12] Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ef24e7a..0d847aa 100644 --- a/pom.xml +++ b/pom.xml @@ -473,7 +473,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.3.0 false kill From 65278233039847c782997a22e1dc154a4022a2e6 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Mon, 17 Jun 2024 09:58:50 +0200 Subject: [PATCH 05/12] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e7e83b..8e8d01e 100644 --- a/README.md +++ b/README.md @@ -74,16 +74,16 @@ see [official plugins](https://maven.apache.org/plugins/index.html) | [dokka](https://kotlinlang.org/docs/dokka-maven.html#apply-dokka) | `1.9.20` | use dokka for javadoc | | [avro-maven](https://avro.apache.org/docs/1.11.1/getting-started-java/) | `1.11.3` | avro code generation | | [maven-clean](https://maven.apache.org/plugins/maven-clean-plugin/) | `3.3.2` | clean project | -| [maven-dependency](https://maven.apache.org/plugins/maven-dependency-plugin/) | `3.6.1` | check/update dependency versions | +| [maven-dependency](https://maven.apache.org/plugins/maven-dependency-plugin/) | `3.7.0` | check/update dependency versions | | [maven-deploy](https://maven.apache.org/plugins/maven-deploy-plugin/) | `3.1.2` | - | | [maven-enforcer](https://maven.apache.org/enforcer/maven-enforcer-plugin/) | `3.4.1` | enforce project setup | -| [maven-failsafe](https://maven.apache.org/surefire/maven-failsafe-plugin/) | `3.2.5` | testing | +| [maven-failsafe](https://maven.apache.org/surefire/maven-failsafe-plugin/) | `3.3.0` | testing | | [maven-gpg](https://maven.apache.org/plugins/maven-gpg-plugin/) | `3.2.4` | sign artifacts for release | | [maven-install](https://maven.apache.org/plugins/maven-install-plugin/) | `3.1.2` | - | | [maven-jar-plugin](https://maven.apache.org/plugins/maven-jar-plugin/) | `3.4.1` | - | | [maven-resources](https://maven.apache.org/plugins/maven-resources-plugin/) | `3.3.1` | filter resources | | [maven-surce](https://maven.apache.org/plugins/maven-source-plugin/) | `3.3.1` | add sources to artifacts | -| [maven-surefire](https://maven.apache.org/surefire/maven-surefire-plugin/) | `3.2.5` | testing | +| [maven-surefire](https://maven.apache.org/surefire/maven-surefire-plugin/) | `3.3.0` | testing | | [build-helper](https://www.mojohaus.org/build-helper-maven-plugin/) | `3.6.0` | define source directories | | [gitflow-maven](https://aleksandr-m.github.io/gitflow-maven-plugin/) | `1.21.0` | gitflow relase master/develop/release | | [jacoco-maven](https://www.eclemma.org/jacoco/trunk/doc/maven.html) | `0.8.12` | test reports | From 21893b30041faaa91f79d55ff74ca305a6dde304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 19:24:23 +0000 Subject: [PATCH 06/12] Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.3.2...maven-clean-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e5ec39f..876e8e4 100644 --- a/pom.xml +++ b/pom.xml @@ -424,7 +424,7 @@ org.apache.maven.plugins maven-clean-plugin - 3.3.2 + 3.4.0 From b8595c2f8fc6ca8adf39b374c39649a06f701cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 19:24:27 +0000 Subject: [PATCH 07/12] Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.4.1...maven-jar-plugin-3.4.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e5ec39f..278b0e2 100644 --- a/pom.xml +++ b/pom.xml @@ -584,7 +584,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.1 + 3.4.2 From a02dc8d0150617990960a5b0bbf47c10ca020b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 19:56:26 +0000 Subject: [PATCH 08/12] Bump org.apache.maven.plugins:maven-dependency-plugin Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.7.0...maven-dependency-plugin-3.7.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e5ec39f..91b315e 100644 --- a/pom.xml +++ b/pom.xml @@ -431,7 +431,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.7.0 + 3.7.1 From 96f587eb44d3c61a89e9f5180cc6900142e00b46 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Mon, 24 Jun 2024 11:57:07 +0200 Subject: [PATCH 09/12] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e8d01e..3d52ec8 100644 --- a/README.md +++ b/README.md @@ -73,14 +73,14 @@ see [official plugins](https://maven.apache.org/plugins/index.html) | [maven-javadoc](https://maven.apache.org/plugins/maven-javadoc-plugin/) | `3.6.3` | include javadoc | | [dokka](https://kotlinlang.org/docs/dokka-maven.html#apply-dokka) | `1.9.20` | use dokka for javadoc | | [avro-maven](https://avro.apache.org/docs/1.11.1/getting-started-java/) | `1.11.3` | avro code generation | -| [maven-clean](https://maven.apache.org/plugins/maven-clean-plugin/) | `3.3.2` | clean project | -| [maven-dependency](https://maven.apache.org/plugins/maven-dependency-plugin/) | `3.7.0` | check/update dependency versions | +| [maven-clean](https://maven.apache.org/plugins/maven-clean-plugin/) | `3.4.0` | clean project | +| [maven-dependency](https://maven.apache.org/plugins/maven-dependency-plugin/) | `3.7.1` | check/update dependency versions | | [maven-deploy](https://maven.apache.org/plugins/maven-deploy-plugin/) | `3.1.2` | - | | [maven-enforcer](https://maven.apache.org/enforcer/maven-enforcer-plugin/) | `3.4.1` | enforce project setup | | [maven-failsafe](https://maven.apache.org/surefire/maven-failsafe-plugin/) | `3.3.0` | testing | | [maven-gpg](https://maven.apache.org/plugins/maven-gpg-plugin/) | `3.2.4` | sign artifacts for release | | [maven-install](https://maven.apache.org/plugins/maven-install-plugin/) | `3.1.2` | - | -| [maven-jar-plugin](https://maven.apache.org/plugins/maven-jar-plugin/) | `3.4.1` | - | +| [maven-jar-plugin](https://maven.apache.org/plugins/maven-jar-plugin/) | `3.4.2` | - | | [maven-resources](https://maven.apache.org/plugins/maven-resources-plugin/) | `3.3.1` | filter resources | | [maven-surce](https://maven.apache.org/plugins/maven-source-plugin/) | `3.3.1` | add sources to artifacts | | [maven-surefire](https://maven.apache.org/surefire/maven-surefire-plugin/) | `3.3.0` | testing | From 067d214abbdea0accb9f927ae16f84b0f65b18f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:46:00 +0000 Subject: [PATCH 10/12] Bump org.jetbrains.kotlinx:kotlinx-serialization-bom from 1.7.0 to 1.7.1 Bumps [org.jetbrains.kotlinx:kotlinx-serialization-bom](https://github.com/Kotlin/kotlinx.serialization) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a971020..1112e0e 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ 17 17 - 1.7.0 + 1.7.1 1.8.1 3.0.5 From 4a8e3c3e18338131c76cc3b56e81f1b7f8ccd77b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 19:55:37 +0000 Subject: [PATCH 11/12] Bump org.junit:junit-bom from 5.10.2 to 5.10.3 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a971020..ac73a2d 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 24.1.0 - 5.10.2 + 5.10.3 From 60f095cbe4319748cd119b977c1f272c3bf6c2f8 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Fri, 28 Jun 2024 09:55:48 +0200 Subject: [PATCH 12/12] Update for next development version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6098f7b..9ca6ffe 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.toolisticon.maven.parent maven-parent-kotlin-base - 2024.6.1-SNAPSHOT + 2024.6.1 Maven Parent - Kotlin Base Maven parent for a holistic kotlin lib project.