diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c33ff30..52bf2e51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: matrix: java: [17] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up JDK uses: actions/setup-java@v5 with: @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-24.04 needs: build steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/cache@v4 env: cache-name: cache-maven-artifacts diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index e5b2c506..8756d78a 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -81,7 +81,7 @@ org.testcontainers testcontainers-junit-jupiter - 2.0.1 + 2.0.2 test diff --git a/pom.xml b/pom.xml index 9d8e387e..716abd0f 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ net.logstash.logback logstash-logback-encoder - 8.1 + 9.0 org.mockito @@ -173,7 +173,7 @@ org.jacoco jacoco-maven-plugin - 0.8.13 + 0.8.14 org.codehaus.mojo