diff --git a/.github/workflows/scan-docker-image.yml b/.github/workflows/scan-docker-image.yml index e2339de..1af9422 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.27.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 f95f1ee..d58dfb7 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 fac5bc6..707bc56 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.4 @@ -37,7 +37,7 @@ 0.14.0 - 2.3.11 + 2.3.12 1.2.2 5.1.0 4.3.1-SNAPSHOT