Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2024
1 parent 690094c commit 6c96b10
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/callable.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: '21'
- uses: gradle/wrapper-validation-action@v1
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.11.1
uses: gradle/gradle-build-action@v2.12.0
with:
cache-write-only: true
- name: Run build (incl. test)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable.code-analysis.codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
java-version: '21'
- uses: gradle/wrapper-validation-action@v1
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.11.1
uses: gradle/gradle-build-action@v2.12.0
with:
cache-read-only: true
- name: Run build with Gradle Wrapper
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable.code-analysis.trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: '21'
- uses: gradle/wrapper-validation-action@v1
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.11.1
uses: gradle/gradle-build-action@v2.12.0
with:
cache-read-only: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable.integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: '21'
- uses: gradle/wrapper-validation-action@v1
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.11.1
uses: gradle/gradle-build-action@v2.12.0
with:
cache-read-only: true

Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
# note: the version named `micronaut` is picked up by the micronaut gradle plugin
micronaut = "4.2.3"
micronaut = "4.3.1"

junit = "5.10.1"
assertj = "3.25.1"
testcontainers = "1.19.3"
assertj = "3.25.2"
testcontainers = "1.19.4"

johnrengelman_shadow_plugin = "8.1.1"
micronaut_application_plugin = "4.2.1"
Expand Down

0 comments on commit 6c96b10

Please sign in to comment.