From 97cdc0a1771c055bb5a33c3a464606b4da648903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 06:32:39 +0000 Subject: [PATCH] chore(deps): bump the dependencies group Bumps the dependencies group in /examples/basic-examples with 2 updates: [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) and [gradle-wrapper](https://github.com/gradle/gradle). Updates `org.jetbrains.kotlin.jvm` from 2.3.20 to 2.3.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.20...v2.3.21) Updates `gradle-wrapper` from 9.4.1 to 9.5.0 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v9.4.1...v9.5.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: gradle-wrapper dependency-version: 9.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- examples/basic-examples/build.gradle | 2 +- .../basic-examples/gradle/wrapper/gradle-wrapper.properties | 4 +++- examples/basic-examples/gradlew | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/basic-examples/build.gradle b/examples/basic-examples/build.gradle index 95f55673..c16ab6b9 100644 --- a/examples/basic-examples/build.gradle +++ b/examples/basic-examples/build.gradle @@ -1,7 +1,7 @@ plugins { id 'application' id 'com.diffplug.spotless' version '8.0.0' - id 'org.jetbrains.kotlin.jvm' version '2.3.20' + id 'org.jetbrains.kotlin.jvm' version '2.3.21' } application { diff --git a/examples/basic-examples/gradle/wrapper/gradle-wrapper.properties b/examples/basic-examples/gradle/wrapper/gradle-wrapper.properties index 66c518b7..70a96ece 100644 --- a/examples/basic-examples/gradle/wrapper/gradle-wrapper.properties +++ b/examples/basic-examples/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,8 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-all.zip networkTimeout=10000 +retries=0 +retryBackOffMs=500 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/examples/basic-examples/gradlew b/examples/basic-examples/gradlew index 739907df..b9bb139f 100755 --- a/examples/basic-examples/gradlew +++ b/examples/basic-examples/gradlew @@ -57,7 +57,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/2d6327017519d23b96af35865dc997fcb544fb40/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/3d91ce3b8caaf77ad09f381f43615b715b53f72c/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/.