diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 3290d87..6a2d0f8 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -25,7 +25,7 @@ jobs: - name: Print version run: echo ${{ steps.version.outputs.version }} - - uses: mukunku/tag-exists-action@v1.6.0 + - uses: mukunku/tag-exists-action@v1.7.0 name: Check tag existence id: check-tag-exists with: @@ -99,7 +99,7 @@ jobs: env: GPG_PRIVATE_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} - - uses: s4u/maven-settings-action@v3.0.0 + - uses: s4u/maven-settings-action@v3.1.0 with: githubServer: false servers: | diff --git a/.github/workflows/create-snapshot.yml b/.github/workflows/create-snapshot.yml index 1eb0245..f3a6030 100644 --- a/.github/workflows/create-snapshot.yml +++ b/.github/workflows/create-snapshot.yml @@ -34,7 +34,7 @@ jobs: - name: Print version run: echo ${{ steps.version.outputs.version }} - - uses: mukunku/tag-exists-action@v1.6.0 + - uses: mukunku/tag-exists-action@v1.7.0 name: Check tag existence id: check-tag-exists with: @@ -69,7 +69,7 @@ jobs: env: GPG_PRIVATE_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} - - uses: s4u/maven-settings-action@v3.0.0 + - uses: s4u/maven-settings-action@v3.1.0 with: githubServer: false servers: | diff --git a/pom.xml b/pom.xml index 031e1d2..0f75896 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ fr.insee.lunatic lunatic-model jar - 5.12.0 + 5.12.1 Lunatic Model Classes and converters for the Lunatic model https://inseefr.github.io/Lunatic-Model/ @@ -58,21 +58,21 @@ org.apache.logging.log4j log4j-slf4j2-impl - 2.25.1 + 2.25.3 test org.junit.jupiter junit-jupiter - 5.13.4 + 5.14.2 test com.fasterxml.jackson.core jackson-databind - 2.19.2 + 2.21.0 @@ -90,7 +90,7 @@ org.projectlombok lombok - 1.18.38 + 1.18.42 @@ -100,7 +100,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.14.0 + 3.14.1 @@ -109,13 +109,13 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.3 + 3.5.4 org.apache.maven.plugins maven-compiler-plugin - 3.14.0 + 3.14.1 21 21 @@ -149,7 +149,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.1 + 3.4.0 attach-sources @@ -162,7 +162,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.11.2 + 3.12.0 attach-javadocs @@ -176,7 +176,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.8.0 + 0.10.0 true central