From 8f471990879c4db0ae78e815c3c827a540e15819 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 29 Apr 2025 13:38:04 +0000 Subject: [PATCH 01/11] [maven-release-plugin] prepare for next development iteration --- api/pom.xml | 2 +- custom-generator/pom.xml | 2 +- impl/core/pom.xml | 2 +- impl/http/pom.xml | 2 +- impl/pom.xml | 2 +- pom.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 9f0802fe..2b08c827 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,7 +4,7 @@ io.serverlessworkflow serverlessworkflow-parent - 7.1.0.Final + 8.0.0-SNAPSHOT serverlessworkflow-api diff --git a/custom-generator/pom.xml b/custom-generator/pom.xml index 6313203e..40bf6b11 100644 --- a/custom-generator/pom.xml +++ b/custom-generator/pom.xml @@ -3,7 +3,7 @@ io.serverlessworkflow serverlessworkflow-parent - 7.1.0.Final + 8.0.0-SNAPSHOT serverless-workflow-custom-generator Serverless Workflow :: Custom Generator diff --git a/impl/core/pom.xml b/impl/core/pom.xml index e8f808b1..844cf2a4 100644 --- a/impl/core/pom.xml +++ b/impl/core/pom.xml @@ -3,7 +3,7 @@ io.serverlessworkflow serverlessworkflow-impl - 7.1.0.Final + 8.0.0-SNAPSHOT serverlessworkflow-impl-core Serverless Workflow :: Impl :: Core diff --git a/impl/http/pom.xml b/impl/http/pom.xml index 14e7126e..04f6f625 100644 --- a/impl/http/pom.xml +++ b/impl/http/pom.xml @@ -3,7 +3,7 @@ io.serverlessworkflow serverlessworkflow-impl - 7.1.0.Final + 8.0.0-SNAPSHOT serverlessworkflow-impl-http Serverless Workflow :: Impl :: HTTP diff --git a/impl/pom.xml b/impl/pom.xml index a8297955..3d696a32 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -3,7 +3,7 @@ io.serverlessworkflow serverlessworkflow-parent - 7.1.0.Final + 8.0.0-SNAPSHOT serverlessworkflow-impl Serverless Workflow :: Impl diff --git a/pom.xml b/pom.xml index 54ef626d..d4e4c31f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.serverlessworkflow serverlessworkflow-parent - 7.1.0.Final + 8.0.0-SNAPSHOT pom Serverless Workflow :: Parent @@ -33,7 +33,7 @@ scm:git:git@github.com:serverlessworkflow/sdk-java.git scm:git:git@github.com:serverlessworkflow/sdk-java.git https://github.com/serverlessworkflow/sdk-java - 7.1.0.Final + HEAD From 49340bad7be1b05847068a2fd009d41f2e33a2af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 10:29:37 -0400 Subject: [PATCH 02/11] Bump com.spotify.fmt:fmt-maven-plugin from 2.25 to 2.27 (#572) Bumps [com.spotify.fmt:fmt-maven-plugin](https://github.com/spotify/fmt-maven-plugin) from 2.25 to 2.27. - [Release notes](https://github.com/spotify/fmt-maven-plugin/releases) - [Commits](https://github.com/spotify/fmt-maven-plugin/compare/2.25...2.27.0) --- updated-dependencies: - dependency-name: com.spotify.fmt:fmt-maven-plugin dependency-version: '2.27' 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 d4e4c31f..db239cd4 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ 3.1.4 3.5.0 3.5.3 - 2.25 + 2.27 3.2.7 3.4.2 ${java.version} From 2a5b2c54a120b0a1d8439bf975993593ee8f4079 Mon Sep 17 00:00:00 2001 From: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Date: Mon, 5 May 2025 12:10:21 -0400 Subject: [PATCH 03/11] Add 4.x and 5.x branches to dependabot --- .github/dependabot.yml | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 74cee570..07a00d28 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,31 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - - package-ecosystem: "maven" # See documentation for possible values - directory: "/" # Location of package manifests + # Updates for main branch + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "weekly" + assignees: + - ricardozanini + - fjtirado + target-branch: "main" + + # Updates for 4.x branch + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "weekly" + assignees: + - ricardozanini + - fjtirado + target-branch: "4.x" + + # Updates for 5.x branch + - package-ecosystem: "maven" + directory: "/" schedule: interval: "weekly" assignees: - ricardozanini + - fjtirado + target-branch: "5.x" From cdb738e0543a334520c41d89fccb0fd843e6d378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 11:53:00 -0400 Subject: [PATCH 04/11] Bump net.thisptr:jackson-jq from 1.2.0 to 1.3.0 (#590) Bumps [net.thisptr:jackson-jq](https://github.com/eiiches/jackson-jq) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/eiiches/jackson-jq/releases) - [Commits](https://github.com/eiiches/jackson-jq/compare/1.2.0...1.3.0) --- updated-dependencies: - dependency-name: net.thisptr:jackson-jq dependency-version: 1.3.0 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> --- impl/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impl/pom.xml b/impl/pom.xml index 3d696a32..a82d3348 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -11,7 +11,7 @@ 3.1.10 4.0.1 - 1.2.0 + 1.3.0 5.2.3 From 2fcbf12216c71e6d3b71d0ead1c19e43a0c4c210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 11:58:09 -0400 Subject: [PATCH 05/11] Bump com.networknt:json-schema-validator from 1.5.6 to 1.5.7 (#599) Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.5.6 to 1.5.7. - [Release notes](https://github.com/networknt/json-schema-validator/releases) - [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md) - [Commits](https://github.com/networknt/json-schema-validator/compare/1.5.6...1.5.7) --- updated-dependencies: - dependency-name: com.networknt:json-schema-validator dependency-version: 1.5.7 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 db239cd4..e9d09c14 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,7 @@ 1.5.18 2.18.3 - 1.5.6 + 1.5.7 3.1.1 1.5.2 3.27.3 From 46f91139deabe8db95db9ee159a1de345bdda8cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 11:58:21 -0400 Subject: [PATCH 06/11] Bump org.glassfish.expressly:expressly from 5.0.0 to 6.0.0 (#598) Bumps [org.glassfish.expressly:expressly](https://github.com/eclipse-ee4j/expressly) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/eclipse-ee4j/expressly/releases) - [Commits](https://github.com/eclipse-ee4j/expressly/compare/5.0.0-RELEASE...6.0.0-RELEASE) --- updated-dependencies: - dependency-name: org.glassfish.expressly:expressly dependency-version: 6.0.0 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e9d09c14..ec1f7c00 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 5.17.0 2.0.17 8.0.2.Final - 5.0.0 + 6.0.0 true From 8bb08da90d274e43a714458294babf7c19bb7eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 11:58:31 -0400 Subject: [PATCH 07/11] Bump org.mockito:mockito-core from 5.17.0 to 5.18.0 (#597) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.17.0 to 5.18.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.18.0 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 ec1f7c00..79fb386d 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 1.5.2 3.27.3 5.12.2 - 5.17.0 + 5.18.0 2.0.17 8.0.2.Final 6.0.0 From bfa8104921ffcd064de1979f6a70a76a635cf65d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 12:03:31 -0400 Subject: [PATCH 08/11] Bump org.hibernate.validator:hibernate-validator (#596) Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 8.0.2.Final to 9.0.0.Final. - [Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/8.0.2.Final...9.0.0.Final) --- updated-dependencies: - dependency-name: org.hibernate.validator:hibernate-validator dependency-version: 9.0.0.Final 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 79fb386d..d8889423 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ 5.12.2 5.18.0 2.0.17 - 8.0.2.Final + 9.0.0.Final 6.0.0 From c9505c349585c90b3b4df96df00e8fdfa605b7a9 Mon Sep 17 00:00:00 2001 From: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Date: Tue, 27 May 2025 14:00:25 -0300 Subject: [PATCH 09/11] [main] Upgrade Jackson to 2.19.0 (#600) Signed-off-by: Ricardo Zanini --- pom.xml | 37 +++++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index d8889423..68b30407 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ 1.5.18 - 2.18.3 + 2.19.0 1.5.7 3.1.1 1.5.2 @@ -107,10 +107,17 @@ + - org.slf4j - slf4j-api - ${version.org.slf4j} + com.fasterxml.jackson + jackson-bom + ${version.com.fasterxml.jackson} + pom + import com.fasterxml.jackson.core @@ -122,6 +129,22 @@ jackson-databind ${version.com.fasterxml.jackson} + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + ${version.com.fasterxml.jackson} + + + com.fasterxml.jackson.core + jackson-annotations + ${version.com.fasterxml.jackson} + + + + org.slf4j + slf4j-api + ${version.org.slf4j} + com.networknt json-schema-validator @@ -137,12 +160,6 @@ expressly ${version.org.glassfish.expressly} - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - ${version.com.fasterxml.jackson} - org.jsonschema2pojo jsonschema2pojo-core From 76048e8eeaf669fabbcf8e5a0c0d6505bab4c282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:05:16 -0400 Subject: [PATCH 10/11] Bump version.org.junit.jupiter from 5.12.2 to 5.13.0 (#605) Bumps `version.org.junit.jupiter` from 5.12.2 to 5.13.0. Updates `org.junit.jupiter:junit-jupiter-api` from 5.12.2 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.2...r5.13.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.2 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.2...r5.13.0) Updates `org.junit.jupiter:junit-jupiter-params` from 5.12.2 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.2...r5.13.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.0 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 68b30407..dbf26b36 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ 3.1.1 1.5.2 3.27.3 - 5.12.2 + 5.13.0 5.18.0 2.0.17 9.0.0.Final From 8da0654b95c21e4ee545604329d8a312aa5cdbd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 12:40:45 -0400 Subject: [PATCH 11/11] Bump version.org.junit.jupiter from 5.13.0 to 5.13.1 (#609) Bumps `version.org.junit.jupiter` from 5.13.0 to 5.13.1. Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.0 to 5.13.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.13.0...r5.13.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.0 to 5.13.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.13.0...r5.13.1) Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.0 to 5.13.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.13.0...r5.13.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.1 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 dbf26b36..dcf77ded 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ 3.1.1 1.5.2 3.27.3 - 5.13.0 + 5.13.1 5.18.0 2.0.17 9.0.0.Final