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
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 6fe097f..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
@@ -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