From 3dc07cd63c8064165d9f8963946703fbbb30886d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:43:39 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/gradle.yml | 2 +- 2022/day-16/build.gradle.kts | 2 +- app/build.gradle.kts | 2 +- build.gradle.kts | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 84e1e41..4614d02 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -27,7 +27,7 @@ jobs: with: arguments: test - name: Test Reporter - uses: dorny/test-reporter@v2.5.0 + uses: dorny/test-reporter@v2.7.0 if: success() || failure() with: name: JUnit Tests diff --git a/2022/day-16/build.gradle.kts b/2022/day-16/build.gradle.kts index e6b6218..4c54a0f 100644 --- a/2022/day-16/build.gradle.kts +++ b/2022/day-16/build.gradle.kts @@ -1,6 +1,6 @@ dependencies { // Thanks https://todd.ginsberg.com/post/advent-of-code/2022/day16/ :) - implementation("com.github.shiguruikai:combinatoricskt:1.6.0") { + implementation("com.github.shiguruikai:combinatoricskt:1.7.0") { because("A library is needed to generate different permutations of a list") } } diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6a400dd..7a54866 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -2,6 +2,6 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-actuator") implementation("org.springframework.boot:spring-boot-starter-web") - implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.15") + implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.17") } \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index c2ffed8..cdcac74 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,9 +6,9 @@ import org.springframework.boot.gradle.tasks.bundling.BootJar val currentYear = 2024 plugins { - id("org.springframework.boot") version "3.5.9" apply false - kotlin("jvm") version "2.3.0" apply false - kotlin("plugin.spring") version "2.3.0" apply false + id("org.springframework.boot") version "3.5.16" apply false + kotlin("jvm") version "2.4.0" apply false + kotlin("plugin.spring") version "2.4.0" apply false java `java-test-fixtures` diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 23449a2..a351597 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME