From 269f18eddef28ebf4126fe95c32ebe082422922c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 01:31:23 +0000 Subject: [PATCH 1/6] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-java](https://github.com/actions/setup-java). Updates `actions/checkout` from 4.1.7 to 4.2.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) Updates `actions/setup-java` from 4.2.2 to 4.4.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/6a0805fcefea3d4657a47ac4c165951e33482018...b36c23c0d998641eff861008f374ee103c25ac73) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f4a26e1..befd343 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,9 +22,9 @@ jobs: env: JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1" steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Set up JDK - uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2 + uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0 with: distribution: 'temurin' java-version: ${{ matrix.java_version }} From 6f5259d23cdbb572b588fb07d249351dfe7b5122 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Sat, 12 Oct 2024 20:56:36 -0700 Subject: [PATCH 2/6] Change to snapshot version of jackson-parent --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8a6eb1c..72f2123 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.fasterxml.jackson jackson-parent - 2.18 + 2.18.1-SNAPSHOT jackson-bom From f43bf9fdb314542de8c147b0d184d7b509da48cf Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Mon, 28 Oct 2024 15:56:08 -0700 Subject: [PATCH 3/6] Prepare for 2.18.1 release --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 72f2123..4646ee4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.fasterxml.jackson jackson-parent - 2.18.1-SNAPSHOT + 2.18.1 jackson-bom @@ -49,7 +49,7 @@ of Jackson components maintained by FasterXML.com - 2.18.1-SNAPSHOT + 2.18.1 - 2024-09-27T01:24:01Z + 2024-10-28T22:56:47Z diff --git a/pom.xml b/pom.xml index 4646ee4..6d9180f 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.1-SNAPSHOT + 2.18.1 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.1 @@ -73,7 +73,7 @@ of Jackson components maintained by FasterXML.com 1.2.0 - 2024-09-27T01:24:01Z + 2024-10-28T22:56:47Z From fac9a3be4b7cf03205214bd1058f2b4ef263d7ff Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Mon, 28 Oct 2024 15:56:54 -0700 Subject: [PATCH 5/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 22e361b..4b0390a 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson jackson-bom - 2.18.1 + 2.18.2-SNAPSHOT jackson-base Jackson Base @@ -32,7 +32,7 @@ of Jackson: application code should only rely on `jackson-bom` ${project.parent.version} - 2024-10-28T22:56:47Z + 2024-10-28T22:56:53Z diff --git a/pom.xml b/pom.xml index 6d9180f..88a811e 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.1 + 2.18.2-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.1 + HEAD @@ -73,7 +73,7 @@ of Jackson components maintained by FasterXML.com 1.2.0 - 2024-10-28T22:56:47Z + 2024-10-28T22:56:53Z From 1ed3d25ff7a413ce0f34cd4084f5b602fe316293 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Mon, 28 Oct 2024 16:01:22 -0700 Subject: [PATCH 6/6] Back to snapshot deps --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 88a811e..922f822 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ of Jackson components maintained by FasterXML.com - 2.18.1 + 2.18.2-SNAPSHOT