From a9520b8df143100c46e4b0b0d627ce0648717212 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 15:06:21 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/gradle.yml | 2 +- app/build.gradle.kts | 2 +- build.gradle.kts | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 84e1e41..e09af9a 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.6.0 if: success() || failure() with: name: JUnit Tests diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6a400dd..1131e95 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.16") } \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index c2ffed8..f4254f5 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.11" apply false + kotlin("jvm") version "2.3.10" apply false + kotlin("plugin.spring") version "2.3.10" apply false java `java-test-fixtures` diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 23449a2..dbc3ce4 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.4.0-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME