From 9a794912575707d4e0b9c3178c6e2b2a2e271ca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:37:37 +0000 Subject: [PATCH] chore(deps): bump the dependencies group Bumps the dependencies group in /examples/basic-examples with 3 updates: [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable), [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) and [gradle-wrapper](https://github.com/gradle/gradle). Updates `org.openapitools:jackson-databind-nullable` from 0.2.9 to 0.2.10 - [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases) - [Commits](https://github.com/OpenAPITools/jackson-databind-nullable/compare/v0.2.9...v0.2.10) Updates `org.jetbrains.kotlin.jvm` from 2.3.10 to 2.3.20 - [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.10...v2.3.20) Updates `gradle-wrapper` from 9.3.1 to 9.4.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v9.3.1...v9.4.1) --- updated-dependencies: - dependency-name: org.openapitools:jackson-databind-nullable dependency-version: 0.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: gradle-wrapper dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- examples/basic-examples/build.gradle | 4 ++-- .../basic-examples/gradle/wrapper/gradle-wrapper.properties | 2 +- examples/basic-examples/gradlew | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/basic-examples/build.gradle b/examples/basic-examples/build.gradle index 2e79606a..d622cfb9 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.10' + id 'org.jetbrains.kotlin.jvm' version '2.3.20' } application { @@ -30,7 +30,7 @@ dependencies { implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion") implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion") - implementation("org.openapitools:jackson-databind-nullable:0.2.9") + implementation("org.openapitools:jackson-databind-nullable:0.2.10") // Kotlin implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" diff --git a/examples/basic-examples/gradle/wrapper/gradle-wrapper.properties b/examples/basic-examples/gradle/wrapper/gradle-wrapper.properties index 5f27b2cd..66c518b7 100644 --- a/examples/basic-examples/gradle/wrapper/gradle-wrapper.properties +++ b/examples/basic-examples/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-all.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/examples/basic-examples/gradlew b/examples/basic-examples/gradlew index adff685a..739907df 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/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/2d6327017519d23b96af35865dc997fcb544fb40/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/.