From 540b7e70fd2e019e69fe31e75006a894425bc5ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:37:05 +0000 Subject: [PATCH 1/6] Bump actions/setup-java from 4.2.1 to 4.2.2 in the github-actions group Bumps the github-actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java). Updates `actions/setup-java` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/99b8673ff64fbf99d8d325f52d9a5bdedb8483e9...6a0805fcefea3d4657a47ac4c165951e33482018) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8735924..62ca5a3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up JDK - uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2 with: distribution: 'temurin' java-version: ${{ matrix.java_version }} From 58c2791c4ba76a1cf6251fa11d30f4bf9fe3edb1 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 26 Sep 2024 18:22:44 -0700 Subject: [PATCH 2/6] Prepare for 2.18.0 release --- pom.xml | 4 ++-- release-notes/VERSION-2.x | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f067cc6..c51ffa8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.fasterxml.jackson jackson-parent - 2.18-SNAPSHOT + 2.18 jackson-bom @@ -49,7 +49,7 @@ of Jackson components maintained by FasterXML.com - 2.18.0-SNAPSHOT + 2.18.0 - 2024-08-30T16:47:38Z + 2024-09-27T01:23:54Z diff --git a/pom.xml b/pom.xml index c51ffa8..24060f7 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ Bill of Materials pom for getting full, complete set of compatible versions of Jackson components maintained by FasterXML.com - 2.18.0-SNAPSHOT + 2.18.0 pom @@ -45,7 +45,7 @@ of Jackson components maintained by FasterXML.com scm:git:git@github.com:FasterXML/jackson-bom.git scm:git:git@github.com:FasterXML/jackson-bom.git https://github.com/FasterXML/jackson-bom - HEAD + jackson-bom-2.18.0 @@ -73,7 +73,7 @@ of Jackson components maintained by FasterXML.com 1.2.0 - 2024-08-30T16:47:38Z + 2024-09-27T01:23:54Z From bb45933437f97f7a68787b5edb4150f9a6fad124 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 26 Sep 2024 18:24:01 -0700 Subject: [PATCH 4/6] [maven-release-plugin] prepare for next development iteration --- base/pom.xml | 4 ++-- pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/base/pom.xml b/base/pom.xml index 5e3b6aa..cb78611 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson jackson-bom - 2.18.0 + 2.18.1-SNAPSHOT jackson-base Jackson Base @@ -32,7 +32,7 @@ of Jackson: application code should only rely on `jackson-bom` ${project.parent.version} - 2024-09-27T01:23:54Z + 2024-09-27T01:24:01Z diff --git a/pom.xml b/pom.xml index 24060f7..60c3ac9 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ Bill of Materials pom for getting full, complete set of compatible versions of Jackson components maintained by FasterXML.com - 2.18.0 + 2.18.1-SNAPSHOT pom @@ -45,7 +45,7 @@ of Jackson components maintained by FasterXML.com scm:git:git@github.com:FasterXML/jackson-bom.git scm:git:git@github.com:FasterXML/jackson-bom.git https://github.com/FasterXML/jackson-bom - jackson-bom-2.18.0 + HEAD @@ -73,7 +73,7 @@ of Jackson components maintained by FasterXML.com 1.2.0 - 2024-09-27T01:23:54Z + 2024-09-27T01:24:01Z From 3f21ec58b273331043c69621c612e8b4a143cb08 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 26 Sep 2024 18:25:31 -0700 Subject: [PATCH 5/6] Back to snapshot dep --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 60c3ac9..8a6eb1c 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ of Jackson components maintained by FasterXML.com - 2.18.0 + 2.18.1-SNAPSHOT - 2.18 + 2.19-SNAPSHOT jackson-bom @@ -14,7 +14,7 @@ Bill of Materials pom for getting full, complete set of compatible versions of Jackson components maintained by FasterXML.com - 2.18.1-SNAPSHOT + 2.19.0-SNAPSHOT pom @@ -49,7 +49,7 @@ of Jackson components maintained by FasterXML.com - 2.18.1-SNAPSHOT + 2.19.0-SNAPSHOT