diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ede52dd..350c21f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -38,7 +38,7 @@ jobs: with: name: deploy - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: . \ No newline at end of file diff --git a/pom.xml b/pom.xml index 8713d32..2e1d03f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ fr.insee.lunatic lunatic-model - 2.6.2 + 2.6.3 jar Lunatic Model @@ -66,7 +66,7 @@ org.eclipse.persistence eclipselink - 2.7.14 + 4.0.3 org.glassfish @@ -94,13 +94,13 @@ org.slf4j slf4j-api - 1.7.36 + 2.0.13 org.xmlunit xmlunit-matchers - 2.9.1 + 2.10.0 test @@ -330,7 +330,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.2 + 3.2.4 sign-artifacts