From e3e4e9e1e954b43beaadb1c705d302404af637f6 Mon Sep 17 00:00:00 2001 From: "aki-bot[bot]" <103840025+aki-bot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 03:14:34 +0000 Subject: [PATCH] build(deps): update all non-major dependencies (#152) Co-authored-by: aki-bot <103840025+aki-bot[bot]@users.noreply.github.com> --- .github/workflows/update-dependencies.yml | 2 +- .tool-versions | 2 +- advent-of-code/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index f892928..603ac6d 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -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 }} diff --git a/.tool-versions b/.tool-versions index 78743fc..69ec716 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ java temurin-17.0.10+7 -kotlin 1.9.22 +kotlin 1.9.23 diff --git a/advent-of-code/build.gradle.kts b/advent-of-code/build.gradle.kts index 89d9012..41f326e 100644 --- a/advent-of-code/build.gradle.kts +++ b/advent-of-code/build.gradle.kts @@ -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 }