diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 486917f9..88319b60 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.5 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.12.0 + uses: aquasecurity/trivy-action@0.14.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 14e69f27..5267eece 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.5 with: java-version: '17' # distribution: 'graalvm' diff --git a/.github/workflows/scan-docker-image.yml b/.github/workflows/scan-docker-image.yml index ab4291b0..5c9812a1 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.12.0 + uses: aquasecurity/trivy-action@0.14.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 ac184013..eacdc9ed 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.4/apache-maven-3.9.4-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-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 64fa4b71..417c6255 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.1.3 + 3.1.6 @@ -32,10 +32,10 @@ ghcr.io/darkatra/${project.artifactId}:${project.version} 17 - 1.8.22 + 1.9.21 official - 0.10.0 + 0.11.1 1.2.1 4.3.0 3.4.4 @@ -44,8 +44,8 @@ 1.7.2 - 5.0.0 - 3.0.0-beta-10 + 5.1.0 + 3.0.1