From 0f5a11495dbdb45d481e913165b898d6a2b4b912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:16:51 -0800 Subject: [PATCH 1/2] Bump codecov/codecov-action from 3 to 4 (#462) --- .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 a810d2129..63241bd1a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,7 +60,7 @@ jobs: run: ./mvnw -B -q -ff -ntp test - name: Publish code coverage if: github.event_name != 'pull_request' && matrix.java_version == '8' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./target/site/jacoco/jacoco.xml From 3ab5ac5ba1a0649213208c3b6861cf31f70f9a58 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 9 Feb 2024 19:06:46 -0800 Subject: [PATCH 2/2] Prepare for 2.17.0-rc1 --- csv/pom.xml | 2 +- pom.xml | 4 ++-- properties/pom.xml | 2 +- toml/pom.xml | 2 +- yaml/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/csv/pom.xml b/csv/pom.xml index b2eb5d29c..7a30eacde 100644 --- a/csv/pom.xml +++ b/csv/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.0-SNAPSHOT + 2.17.0-rc1-SNAPSHOT jackson-dataformat-csv Jackson-dataformat-CSV diff --git a/pom.xml b/pom.xml index 782c485bf..d8900ebc9 100644 --- a/pom.xml +++ b/pom.xml @@ -3,12 +3,12 @@ com.fasterxml.jackson jackson-base - 2.17.0-SNAPSHOT + 2.17.0-rc1-SNAPSHOT com.fasterxml.jackson.dataformat jackson-dataformats-text Jackson dataformats: Text - 2.17.0-SNAPSHOT + 2.17.0-rc1-SNAPSHOT pom Parent pom for Jackson text-based dataformats (as opposed to binary). diff --git a/properties/pom.xml b/properties/pom.xml index b2c1c2f0a..7fd659216 100644 --- a/properties/pom.xml +++ b/properties/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.0-SNAPSHOT + 2.17.0-rc1-SNAPSHOT jackson-dataformat-properties Jackson-dataformat-Properties diff --git a/toml/pom.xml b/toml/pom.xml index 7953785ac..3186da522 100644 --- a/toml/pom.xml +++ b/toml/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.0-SNAPSHOT + 2.17.0-rc1-SNAPSHOT jackson-dataformat-toml jar diff --git a/yaml/pom.xml b/yaml/pom.xml index a0bbb4b58..6035e416d 100644 --- a/yaml/pom.xml +++ b/yaml/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.0-SNAPSHOT + 2.17.0-rc1-SNAPSHOT jackson-dataformat-yaml jar