Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 5661304 commit 8c3e049
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: graalvm/[email protected].5
- uses: graalvm/[email protected].6
with:
java-version: '21'
distribution: 'graalvm-community'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- uses: graalvm/[email protected].5
- uses: graalvm/[email protected].6
with:
java-version: '21'
distribution: 'graalvm-community'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.0
uses: aquasecurity/trivy-action@0.29.0
with:
image-ref: ${{ steps.get-image-name.outputs.image-name }}
format: sarif
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -42,7 +42,7 @@
<commons-validator.version>1.9.0</commons-validator.version>

<!-- keep these in sync with what kord uses to avoid unexpected errors -->
<ktor.version>3.0.0</ktor.version>
<ktor.version>3.0.1</ktor.version>
<kotlin-coroutines.version>1.9.0</kotlin-coroutines.version>

<mockito-kotlin.version>5.4.0</mockito-kotlin.version>
Expand Down

0 comments on commit 8c3e049

Please sign in to comment.