Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update all non-major dependencies #152

Merged
merged 1 commit into from Mar 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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