Skip to content

Commit 3c15d99

Browse files
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](OpenAPITools/jackson-databind-nullable@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](JetBrains/kotlin@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](gradle/gradle@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] <support@github.com>
1 parent cc3a5f2 commit 3c15d99

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/basic-examples/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'application'
33
id 'com.diffplug.spotless' version '8.0.0'
4-
id 'org.jetbrains.kotlin.jvm' version '2.3.10'
4+
id 'org.jetbrains.kotlin.jvm' version '2.3.20'
55
}
66

77
application {
@@ -30,7 +30,7 @@ dependencies {
3030
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
3131
implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")
3232
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion")
33-
implementation("org.openapitools:jackson-databind-nullable:0.2.9")
33+
implementation("org.openapitools:jackson-databind-nullable:0.2.10")
3434

3535
// Kotlin
3636
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-all.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

examples/basic-examples/gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)