Skip to content

Commit

Permalink
build(deps): update all non-major dependencies (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: aki-bot <103840025+aki-bot[bot]@users.noreply.github.com>
  • Loading branch information
aki-bot[bot] committed Mar 9, 2024
1 parent 517a107 commit e3e4e9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Expand Up @@ -33,6 +33,6 @@ jobs:
uses: renovatebot/github-action@f9c81dddc9b589e4e6ae0326d1e36f6bc415d230 # v39.2.4
with:
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
renovate-version: 37.222.3
renovate-version: 37.233.1
configurationFile: renovate.json5
token: x-access-token:${{ steps.get-token.outputs.token }}
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1,2 +1,2 @@
java temurin-17.0.10+7
kotlin 1.9.22
kotlin 1.9.23
2 changes: 1 addition & 1 deletion advent-of-code/build.gradle.kts
Expand Up @@ -2,7 +2,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
import org.gradle.api.tasks.testing.logging.TestLogEvent

plugins {
kotlin("jvm") version "1.9.22"
kotlin("jvm") version "1.9.23"

jacoco
}
Expand Down

0 comments on commit e3e4e9e

Please sign in to comment.