diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c97072..daa3ab8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,16 +12,16 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4.2.2 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v4.7.1 with: java-version: 17 distribution: 'temurin' - name: Cache Maven packages - uses: actions/cache@v3.0.11 + uses: actions/cache@v4.2.3 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/javadoc.yml b/.github/workflows/javadoc.yml index 659df4a..0cfcab1 100644 --- a/.github/workflows/javadoc.yml +++ b/.github/workflows/javadoc.yml @@ -22,16 +22,16 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repo - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 - name: Set up JDK 17 - uses: actions/setup-java@v4.0.0 + uses: actions/setup-java@v4.7.1 with: java-version: 17 distribution: 'temurin' - name: Cache Maven packages - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.2.3 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -41,14 +41,14 @@ jobs: run: mvn clean javadoc:aggregate -DskipTests - name: Setup Pages - uses: actions/configure-pages@v4.0.0 + uses: actions/configure-pages@v5.0.0 - name: Upload artifact - uses: actions/upload-pages-artifact@v3.0.0 + uses: actions/upload-pages-artifact@v3.0.1 with: # Upload entire repository path: 'target/site/apidocs' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4.0.3 \ No newline at end of file + uses: actions/deploy-pages@v4.0.5 \ No newline at end of file diff --git a/juery-api/pom.xml b/juery-api/pom.xml index 7908963..c0d1f61 100644 --- a/juery-api/pom.xml +++ b/juery-api/pom.xml @@ -4,7 +4,7 @@ fr.ght1pc9kc juery - 1.4.3-SNAPSHOT + 1.4.4-SNAPSHOT juery-api diff --git a/juery-basic/pom.xml b/juery-basic/pom.xml index f3776cc..4fa5e07 100644 --- a/juery-basic/pom.xml +++ b/juery-basic/pom.xml @@ -4,7 +4,7 @@ fr.ght1pc9kc juery - 1.4.3-SNAPSHOT + 1.4.4-SNAPSHOT juery-basic diff --git a/juery-jooq/pom.xml b/juery-jooq/pom.xml index 96ebb7f..cae0158 100644 --- a/juery-jooq/pom.xml +++ b/juery-jooq/pom.xml @@ -4,7 +4,7 @@ fr.ght1pc9kc juery - 1.4.3-SNAPSHOT + 1.4.4-SNAPSHOT juery-jooq diff --git a/juery-mongo/pom.xml b/juery-mongo/pom.xml index 4da3d27..dc94b71 100644 --- a/juery-mongo/pom.xml +++ b/juery-mongo/pom.xml @@ -4,7 +4,7 @@ fr.ght1pc9kc juery - 1.4.3-SNAPSHOT + 1.4.4-SNAPSHOT juery-mongo diff --git a/pom.xml b/pom.xml index a117db9..1e74880 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,11 @@ - + 4.0.0 fr.ght1pc9kc juery - 1.4.3-SNAPSHOT + 1.4.4-SNAPSHOT pom Juery @@ -38,36 +39,37 @@ 17 17 - 1.18.30 - 24.1.0 - 3.17.6 + 1.18.38 + 26.0.2 + 3.19.24 - 5.10.1 - 3.24.2 - 2.0.9 - 1.4.13 + 5.13.3 + 3.27.3 + 2.0.17 + 1.5.18 - 0.8.11 - 3.11.0 - 3.1.1 - 3.1.0 - 3.6.2 - 3.0.1 - 2.0.1 - 2.0.1 - 3.3.0 - 3.2.2 - 4.9.0 + 0.8.13 + 3.14.0 + 3.1.4 + 3.2.8 + 3.11.2 + 3.1.1 + 2.1.0 + 2.1.0 + 3.3.1 + 3.5.3 + 4.11.5 1.7.0 + 5.1.0.4751 - + ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/ @@ -190,6 +192,11 @@ + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar-maven-plugin.version} + @@ -379,7 +386,7 @@ ossrh - https://s01.oss.sonatype.org/ + https://ossrh-staging-api.central.sonatype.com/ true