Skip to content

Commit

Permalink
build(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aki-bot[bot] committed Apr 22, 2023
1 parent 3dbffdc commit afd507b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
distribution: temurin
# renovate: datasource=java-version depName=java
java-version: 17.0.6+10
java-version: 17.0.7+7

- name: Setup Gradle
# yamllint disable-line rule:line-length
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
distribution: temurin
# renovate: datasource=java-version depName=java
java-version: 17.0.6+10
java-version: 17.0.7+7

- name: Test
# yamllint disable-line rule:line-length
Expand All @@ -30,6 +30,6 @@ jobs:

- name: Upload test coverage to Codecov
# yamllint disable-line rule:line-length
uses: codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865 # v3.1.2
uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3
with:
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
uses: renovatebot/github-action@95cbcd7e8b9d0d69e15ba26208631839ce7eee48 # v36.0.2
with:
# renovate: datasource=docker depName=renovate/renovate
renovate-version: 35.47.2
renovate-version: 35.57.0
configurationFile: renovate.json5
token: x-access-token:${{ steps.get-token.outputs.token }}
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
direnv 2.32.2
java temurin-17.0.6+10
java temurin-17.0.7+7
kotlin 1.8.20
2 changes: 1 addition & 1 deletion advent-of-code/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
kotlin {
jvmToolchain {
// renovate: datasource=java-version depName=java
val javaVersion = "17.0.6+10"
val javaVersion = "17.0.7+7"
val javaMajorVersion = javaVersion.split(".").first()

vendor.set(JvmVendorSpec.ADOPTIUM)
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit afd507b

Please sign in to comment.