diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29d5634..b22733a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,9 +11,9 @@ jobs: name: build java ${{ matrix.java }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set up java - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 + uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0 with: java-version: ${{ matrix.java }} distribution: temurin @@ -26,9 +26,9 @@ jobs: name: Publish ${{ github.ref_name }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set up Java - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 + uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0 with: distribution: temurin java-version: '8' diff --git a/lib/pom.xml b/lib/pom.xml index 7ffb64f..c66fe10 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -42,7 +42,7 @@ org.slf4j slf4j-bom - 2.0.17 + 2.0.18 pom import @@ -62,7 +62,7 @@ no.digipost certificate-validator - 3.0.6 + 3.0.9 org.bouncycastle @@ -74,18 +74,18 @@ org.apache.httpcomponents.client5 httpclient5 - 5.6 + 5.6.4 org.apache.httpcomponents.core5 httpcore5 - 5.4 + 5.4.3 commons-io commons-io - 2.21.0 + 2.22.0 test @@ -124,7 +124,7 @@ nl.jqno.equalsverifier equalsverifier - 3.19.3 + 3.19.4 test @@ -148,7 +148,7 @@ no.digipost digg - 0.38 + 0.39 test @@ -183,12 +183,12 @@ maven-compiler-plugin - 3.14.1 + 3.15.0 com.github.siom79.japicmp japicmp-maven-plugin - 0.24.2 + 0.26.1 @@ -202,7 +202,7 @@ maven-shade-plugin - 3.6.1 + 3.6.2 true @@ -228,11 +228,11 @@ maven-surefire-plugin - 3.5.4 + 3.6.0-M1 maven-resources-plugin - 3.4.0 + 3.5.0 maven-javadoc-plugin @@ -240,11 +240,10 @@ maven-jar-plugin - 3.4.2 + 3.5.1 maven-enforcer-plugin - 3.6.2 diff --git a/pom.xml b/pom.xml index 26e66c6..1bd29fd 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ maven-dependency-plugin - 3.9.0 + 3.11.0 maven-install-plugin @@ -77,7 +77,19 @@ org.codehaus.mojo versions-maven-plugin - 2.20.1 + 2.21.0 + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.6.3 + + + + 3.8.1 + + +