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 Oct 24, 2024
1 parent c136bd8 commit f36d8dc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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].3
- uses: graalvm/[email protected].4
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].3
- uses: graalvm/[email protected].4
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.24.0
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: ${{ steps.get-image-name.outputs.image-name }}
format: sarif
Expand Down
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 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.2</version>
<version>3.3.5</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -35,16 +35,16 @@
<kotlin.version>1.9.25</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>

<kord.version>0.14.0</kord.version>
<kord.version>0.15.0</kord.version>
<!-- keep the ktor version in sync with what kord uses to avoid unexpected errors -->
<ktor.version>2.3.11</ktor.version>
<ktor.version>2.3.12</ktor.version>
<agql-source-query.version>1.2.2</agql-source-query.version>
<java-uuid-generator.version>5.1.0</java-uuid-generator.version>
<potassium-nitrite.version>4.3.1-SNAPSHOT</potassium-nitrite.version>
<commons-validator.version>1.9.0</commons-validator.version>

<mockito-kotlin.version>5.4.0</mockito-kotlin.version>
<wiremock.version>3.9.1</wiremock.version>
<wiremock.version>3.9.2</wiremock.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit f36d8dc

Please sign in to comment.