diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0de181c6..a1b5895e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: graalvm/setup-graalvm@v1.2.3 + - uses: graalvm/setup-graalvm@v1.2.5 with: java-version: '21' distribution: 'graalvm-community' diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5c101799..cb8bcbea 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -41,7 +41,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - uses: graalvm/setup-graalvm@v1.2.3 + - uses: graalvm/setup-graalvm@v1.2.5 with: java-version: '21' distribution: 'graalvm-community' diff --git a/.github/workflows/scan-docker-image.yml b/.github/workflows/scan-docker-image.yml index e2339de6..575cec7c 100644 --- a/.github/workflows/scan-docker-image.yml +++ b/.github/workflows/scan-docker-image.yml @@ -32,7 +32,7 @@ jobs: run: echo "image-name=$(mvn help:evaluate -Dexpression=image.name -q -DforceStdout)" >> $GITHUB_OUTPUT - name: Scan Docker Image for Vulnerabilities - uses: aquasecurity/trivy-action@0.24.0 + uses: aquasecurity/trivy-action@0.28.0 with: image-ref: ${{ steps.get-image-name.outputs.image-name }} format: sarif diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index f95f1ee8..d58dfb70 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -16,4 +16,4 @@ # under the License. wrapperVersion=3.3.2 distributionType=only-script -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip diff --git a/pom.xml b/pom.xml index fac5bc62..23883c59 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.5 @@ -35,16 +35,16 @@ 1.9.25 official - 0.14.0 + 0.15.0 - 2.3.11 + 2.3.12 1.2.2 5.1.0 4.3.1-SNAPSHOT 1.9.0 5.4.0 - 3.9.1 + 3.9.2