From 45d5ae94dcb664d15a20449f76c83e8312af75de Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 18 Jul 2026 12:12:04 +0200 Subject: [PATCH 1/3] ci: update actions/checkout to v7 --- .github/workflows/ci-it.yml | 3 +-- .github/workflows/ci.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-it.yml b/.github/workflows/ci-it.yml index 51a5d94..af67029 100644 --- a/.github/workflows/ci-it.yml +++ b/.github/workflows/ci-it.yml @@ -10,7 +10,6 @@ on: jobs: build-with-it: - if: github.ref_name == 'main' || github.base_ref == 'main' || startsWith(github.ref_name, 'release/') runs-on: ubuntu-latest strategy: matrix: @@ -22,7 +21,7 @@ jobs: analysis: true steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b22cbd4..219c85b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,6 @@ on: branches: - '**' - '!main' - - '!test/bao' pull_request: branches: - '**' @@ -22,7 +21,7 @@ jobs: analysis: true steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Set up Java From 14259f573a59bde5e94fab83b70db484c399c852 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 18 Jul 2026 12:12:12 +0200 Subject: [PATCH 2/3] build: update maven plugins --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 6fe097f..b5c4087 100644 --- a/pom.xml +++ b/pom.xml @@ -156,12 +156,12 @@ org.cyclonedx cyclonedx-maven-plugin - 2.9.1 + 2.9.2 org.jacoco jacoco-maven-plugin - 0.8.14 + 0.8.15 org.sonarsource.scanner.maven @@ -175,7 +175,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.6.2 + 3.6.3 enforce-versions @@ -374,7 +374,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.10.0 + 0.11.0 true central From b6396d180455eb5a56c7abc740799af51e7803d5 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 18 Jul 2026 12:13:40 +0200 Subject: [PATCH 3/3] deps: update jackson-databind to 3.2.1 (#134) --- CHANGELOG.md | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 559d566..02dada9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ * Remove deprecated `read...Credentials()` methods (#112) ### Dependencies -* Updated Jackson to 3.1.0 (#116) (#118) (#119) (#123) +* Updated Jackson to 3.2.1 (#116) (#118) (#119) (#123) (#134) ### Test * Tested against Vault 1.3 to 2.0 (#126) diff --git a/pom.xml b/pom.xml index b5c4087..0f73d31 100644 --- a/pom.xml +++ b/pom.xml @@ -49,13 +49,13 @@ tools.jackson.core jackson-databind - 3.1.4 + 3.2.1 org.junit.jupiter junit-jupiter - 6.1.0 + 6.1.2 test