From 264488c274f6d2826a5613a0914fa2a8efd6e118 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 16:38:45 +0000 Subject: [PATCH] fix(deps): update all minor dependencies --- .github/workflows/create-release.yml | 2 +- .github/workflows/create-snapshot.yml | 2 +- pom.xml | 30 +++++++++++++-------------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index ed6d4059..362b2ddc 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -27,7 +27,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: diff --git a/.github/workflows/create-snapshot.yml b/.github/workflows/create-snapshot.yml index 8412953e..d780e478 100644 --- a/.github/workflows/create-snapshot.yml +++ b/.github/workflows/create-snapshot.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: diff --git a/pom.xml b/pom.xml index 5d3eb6db..6b9d6223 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ fr.insee.lunatic lunatic-model - 2.7.3 + 2.7.4 jar Lunatic Model @@ -22,7 +22,7 @@ UTF-8 17 - 12.7 + 12.9 @@ -61,13 +61,13 @@ org.eclipse.persistence org.eclipse.persistence.moxy - 2.7.15 + 2.7.16 runtime org.eclipse.persistence eclipselink - 4.0.6 + 4.0.9 org.glassfish @@ -85,7 +85,7 @@ commons-io commons-io - 2.19.0 + 2.21.0 org.slf4j @@ -96,7 +96,7 @@ org.xmlunit xmlunit-assertj3 - 2.10.2 + 2.11.0 test @@ -114,7 +114,7 @@ org.apache.logging.log4j log4j-slf4j-impl - 2.24.3 + 2.25.3 test @@ -125,7 +125,7 @@ org.junit.jupiter junit-jupiter - 5.13.1 + 5.14.2 test @@ -137,7 +137,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.14.0 + 3.14.1 @@ -145,13 +145,13 @@ org.apache.maven.plugins maven-compiler-plugin - 3.14.0 + 3.14.1 org.apache.maven.plugins maven-surefire-plugin - 3.5.3 + 3.5.4 UTF-8 -Dfile.encoding=UTF-8 @@ -197,7 +197,7 @@ maven-resources-plugin - 3.3.1 + 3.4.0 UTF-8 @@ -288,7 +288,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.1 + 3.4.0 attach-sources @@ -301,7 +301,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.11.2 + 3.12.0 attach-javadocs @@ -326,7 +326,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.7 + 3.2.8 sign-artifacts