diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b87e8b6..a7a83344 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - uses: graalvm/setup-graalvm@v1.0.12 + - uses: graalvm/setup-graalvm@v1.1.2 with: java-version: '17' # distribution: 'graalvm' @@ -97,7 +97,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.11.2 + uses: aquasecurity/trivy-action@0.12.0 with: image-ref: ${{ steps.get-image-name.outputs.image-name }} format: sarif diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 53bfe6a4..474d6ae9 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.0.12 + - uses: graalvm/setup-graalvm@v1.1.2 with: java-version: '17' # distribution: 'graalvm' diff --git a/.github/workflows/scan-docker-image.yml b/.github/workflows/scan-docker-image.yml index 8061bb67..44136df0 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.11.2 + uses: aquasecurity/trivy-action@0.12.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 6d3a5665..ac184013 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.3/apache-maven-3.9.3-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar diff --git a/pom.xml b/pom.xml index 9f0feff0..5dc4b353 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.1.2 + 3.1.3 @@ -32,7 +32,7 @@ ghcr.io/darkatra/${project.artifactId}:${project.version} 17 - 1.8.22 + 1.9.10 official 0.10.0 @@ -44,8 +44,8 @@ 1.7.2 - 5.0.0 - 3.0.0-beta-10 + 5.1.0 + 3.0.1