From 2b388c94ee9bec059cdb024f6dcac1a97b1f0f40 Mon Sep 17 00:00:00 2001 From: joschi Date: Thu, 21 Mar 2024 21:28:00 +0000 Subject: [PATCH 01/14] [maven-release-plugin] prepare for next development iteration --- cli/pom.xml | 2 +- core/pom.xml | 2 +- maven-example/pom.xml | 4 ++-- maven/pom.xml | 2 +- pom.xml | 8 ++++---- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cli/pom.xml b/cli/pom.xml index c2879b69c..1ffcc3000 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -4,7 +4,7 @@ org.openapitools.openapidiff openapi-diff-parent - 2.1.0-beta.10 + 2.1.0-SNAPSHOT openapi-diff-cli diff --git a/core/pom.xml b/core/pom.xml index f04d8046d..0f056b319 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ org.openapitools.openapidiff openapi-diff-parent - 2.1.0-beta.10 + 2.1.0-SNAPSHOT openapi-diff-core diff --git a/maven-example/pom.xml b/maven-example/pom.xml index fd6ece5b8..356a10e0e 100644 --- a/maven-example/pom.xml +++ b/maven-example/pom.xml @@ -3,7 +3,7 @@ openapi-diff-parent org.openapitools.openapidiff - 2.1.0-beta.10 + 2.1.0-SNAPSHOT 4.0.0 @@ -23,7 +23,7 @@ org.openapitools.openapidiff openapi-diff-maven - 2.1.0-beta.10 + 2.1.0-SNAPSHOT diff --git a/maven/pom.xml b/maven/pom.xml index fd3e8968c..f5e88ea50 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -5,7 +5,7 @@ org.openapitools.openapidiff openapi-diff-parent - 2.1.0-beta.10 + 2.1.0-SNAPSHOT openapi-diff-maven diff --git a/pom.xml b/pom.xml index c1442240b..c1fe7ec0b 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.openapitools.openapidiff openapi-diff-parent - 2.1.0-beta.10 + 2.1.0-SNAPSHOT pom openapi-diff-parent @@ -54,7 +54,7 @@ scm:git:https://github.com/OpenAPITools/openapi-diff.git scm:git:https://github.com/OpenAPITools/openapi-diff.git https://github.com/OpenAPITools/openapi-diff - 2.1.0-beta.10 + HEAD @@ -75,7 +75,7 @@ 1.8 UTF-8 UTF-8 - 2024-03-21T21:27:12Z + 2024-03-21T21:28:00Z github openapitools @@ -92,7 +92,7 @@ org.openapitools.openapidiff openapi-diff-core - 2.1.0-beta.10 + 2.1.0-SNAPSHOT org.junit From b05f1c2c5a88f4f533e642b16204f7d3d1ec0dbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 10:13:02 +0100 Subject: [PATCH 02/14] build(deps): bump org.cyclonedx:cyclonedx-maven-plugin (#641) Bumps [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) from 2.7.11 to 2.8.0. - [Release notes](https://github.com/CycloneDX/cyclonedx-maven-plugin/releases) - [Commits](https://github.com/CycloneDX/cyclonedx-maven-plugin/compare/cyclonedx-maven-plugin-2.7.11...cyclonedx-maven-plugin-2.8.0) --- updated-dependencies: - dependency-name: org.cyclonedx:cyclonedx-maven-plugin 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c1fe7ec0b..a21b61f21 100644 --- a/pom.xml +++ b/pom.xml @@ -349,7 +349,7 @@ org.cyclonedx cyclonedx-maven-plugin - 2.7.11 + 2.8.0 From 8561d13e3dfa5b9ec89405545e851a1900c26b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:04:01 +0100 Subject: [PATCH 03/14] build(deps): bump org.apache.maven.plugins:maven-gpg-plugin (#642) Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-3.2.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a21b61f21..a5b3ef98c 100644 --- a/pom.xml +++ b/pom.xml @@ -318,7 +318,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.1 + 3.2.2 org.apache.maven.plugins From fd50e855c29ed7396523b51ea113a05ce3f6abe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:43:24 +0200 Subject: [PATCH 04/14] build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 (#643) Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.11 to 0.8.12. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.11...v0.8.12) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a5b3ef98c..93a9061bc 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 org.sonarsource.scanner.maven From 1a9ab4cc7708c3058b332848f99671b118722b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 13:33:46 +0200 Subject: [PATCH 05/14] build(deps): bump swagger-parser.version from 2.1.21 to 2.1.22 (#646) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 93a9061bc..dfa3487a2 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ https://sonarcloud.io ${project.artifactId} - 2.1.21 + 2.1.22 2.0.12 From cbed9ea6c094d2660b313ac84e01f1ff8590f32d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 13:33:58 +0200 Subject: [PATCH 06/14] build(deps): bump org.apache.maven.plugins:maven-source-plugin (#645) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dfa3487a2..2e260c690 100644 --- a/pom.xml +++ b/pom.xml @@ -283,7 +283,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 org.apache.maven.plugins From b473092c466d6030dc9ea6a7b493b85aa202c918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:58:26 +0200 Subject: [PATCH 07/14] build(deps): bump org.apache.maven.plugins:maven-gpg-plugin (#648) Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.2...maven-gpg-plugin-3.2.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2e260c690..57d07bcab 100644 --- a/pom.xml +++ b/pom.xml @@ -318,7 +318,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.2 + 3.2.3 org.apache.maven.plugins From 3f880d60cd9246399366c9ff7f33b61032f771da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:34:34 +0200 Subject: [PATCH 08/14] build(deps): bump org.apache.maven.plugins:maven-jar-plugin (#651) Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jar-plugin 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 57d07bcab..866231770 100644 --- a/pom.xml +++ b/pom.xml @@ -288,7 +288,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.0 org.apache.maven.plugins From d06545b7bfd3714c30122cd3aab39a808336c354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:34:45 +0200 Subject: [PATCH 09/14] build(deps): bump slf4j.version from 2.0.12 to 2.0.13 (#649) Bumps `slf4j.version` from 2.0.12 to 2.0.13. Updates `org.slf4j:slf4j-api` from 2.0.12 to 2.0.13 Updates `org.slf4j:jcl-over-slf4j` from 2.0.12 to 2.0.13 Updates `org.slf4j:slf4j-simple` from 2.0.12 to 2.0.13 --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.slf4j:jcl-over-slf4j dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.slf4j:slf4j-simple 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 866231770..af52fa982 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,7 @@ ${project.artifactId} 2.1.22 - 2.0.12 + 2.0.13 From 4cf29d06511a593b1aefe5e522413582d4885991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:27:11 +0200 Subject: [PATCH 10/14] build(deps): bump commons-cli:commons-cli from 1.6.0 to 1.7.0 (#652) Bumps commons-cli:commons-cli from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: commons-cli:commons-cli 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index af52fa982..f6bd77198 100644 --- a/pom.xml +++ b/pom.xml @@ -134,7 +134,7 @@ commons-cli commons-cli - 1.6.0 + 1.7.0 org.apache.commons From 22302fabea270cb42f8c86443ebbe13f7511af0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:15:40 +0200 Subject: [PATCH 11/14] build(deps): bump org.apache.maven.plugins:maven-gpg-plugin (#654) Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.3...maven-gpg-plugin-3.2.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f6bd77198..50cfb25c6 100644 --- a/pom.xml +++ b/pom.xml @@ -318,7 +318,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.3 + 3.2.4 org.apache.maven.plugins From 68371d50b5f6177c3fbce897fb505ec9f123e7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:27:13 +0200 Subject: [PATCH 12/14] build(deps): bump org.apache.maven.plugins:maven-jar-plugin (#655) Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.4.0...maven-jar-plugin-3.4.1) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 50cfb25c6..a0b6bb74a 100644 --- a/pom.xml +++ b/pom.xml @@ -288,7 +288,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.0 + 3.4.1 org.apache.maven.plugins From 33ce30827fbbfc2f70e0c44c2d67c5922d4a8135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 20:49:26 +0200 Subject: [PATCH 13/14] build(deps): bump org.apache.maven.plugins:maven-shade-plugin (#656) Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.2...maven-shade-plugin-3.5.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-shade-plugin 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a0b6bb74a..cf49acbd1 100644 --- a/pom.xml +++ b/pom.xml @@ -328,7 +328,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.5.2 + 3.5.3 org.sonatype.plugins From d5323a11c0b7d18d5c282ffe433cea6134c0fa83 Mon Sep 17 00:00:00 2001 From: joschi Date: Wed, 24 Apr 2024 18:53:27 +0000 Subject: [PATCH 14/14] [maven-release-plugin] prepare release 2.1.0-beta.11 --- cli/pom.xml | 2 +- core/pom.xml | 2 +- maven-example/pom.xml | 4 ++-- maven/pom.xml | 2 +- pom.xml | 8 ++++---- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cli/pom.xml b/cli/pom.xml index 1ffcc3000..262b6d860 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -4,7 +4,7 @@ org.openapitools.openapidiff openapi-diff-parent - 2.1.0-SNAPSHOT + 2.1.0-beta.11 openapi-diff-cli diff --git a/core/pom.xml b/core/pom.xml index 0f056b319..8c5be44e0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ org.openapitools.openapidiff openapi-diff-parent - 2.1.0-SNAPSHOT + 2.1.0-beta.11 openapi-diff-core diff --git a/maven-example/pom.xml b/maven-example/pom.xml index 356a10e0e..5647f9aa0 100644 --- a/maven-example/pom.xml +++ b/maven-example/pom.xml @@ -3,7 +3,7 @@ openapi-diff-parent org.openapitools.openapidiff - 2.1.0-SNAPSHOT + 2.1.0-beta.11 4.0.0 @@ -23,7 +23,7 @@ org.openapitools.openapidiff openapi-diff-maven - 2.1.0-SNAPSHOT + 2.1.0-beta.11 diff --git a/maven/pom.xml b/maven/pom.xml index f5e88ea50..623aa6986 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -5,7 +5,7 @@ org.openapitools.openapidiff openapi-diff-parent - 2.1.0-SNAPSHOT + 2.1.0-beta.11 openapi-diff-maven diff --git a/pom.xml b/pom.xml index cf49acbd1..3822cbdd2 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.openapitools.openapidiff openapi-diff-parent - 2.1.0-SNAPSHOT + 2.1.0-beta.11 pom openapi-diff-parent @@ -54,7 +54,7 @@ scm:git:https://github.com/OpenAPITools/openapi-diff.git scm:git:https://github.com/OpenAPITools/openapi-diff.git https://github.com/OpenAPITools/openapi-diff - HEAD + 2.1.0-beta.11 @@ -75,7 +75,7 @@ 1.8 UTF-8 UTF-8 - 2024-03-21T21:28:00Z + 2024-04-24T18:52:43Z github openapitools @@ -92,7 +92,7 @@ org.openapitools.openapidiff openapi-diff-core - 2.1.0-SNAPSHOT + 2.1.0-beta.11 org.junit