Skip to content

Commit 67aef89

Browse files
Bump the kotlin-dependencies group across 1 directory with 8 updates
Bumps the kotlin-dependencies group with 8 updates in the /core-modules-kotlin directory: | Package | From | To | | --- | --- | --- | | [jvm](https://github.com/JetBrains/kotlin) | `2.3.0` | `2.3.10` | | [multiplatform](https://github.com/JetBrains/kotlin) | `2.3.0` | `2.3.10` | | com.android.library | `8.13.2` | `9.0.0` | | [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) | `0.35.0` | `0.36.0` | | androidx.test.ext:junit | `1.2.1` | `1.3.0` | | androidx.test:runner | `1.6.2` | `1.7.0` | | [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.8.0` | `1.10.0` | | gradle-wrapper | `9.2.1` | `9.3.1` | Updates `jvm` from 2.3.0 to 2.3.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.0...v2.3.10) Updates `multiplatform` from 2.3.0 to 2.3.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.0...v2.3.10) Updates `com.android.library` from 8.13.2 to 9.0.0 Updates `com.vanniktech.maven.publish` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](vanniktech/gradle-maven-publish-plugin@0.35.0...0.36.0) Updates `androidx.test.ext:junit` from 1.2.1 to 1.3.0 Updates `androidx.test:runner` from 1.6.2 to 1.7.0 Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.8.0 to 1.10.0 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx.serialization@v1.8.0...v1.10.0) Updates `gradle-wrapper` from 9.2.1 to 9.3.1 --- updated-dependencies: - dependency-name: jvm dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin-dependencies - dependency-name: multiplatform dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin-dependencies - dependency-name: com.android.library dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: kotlin-dependencies - dependency-name: com.vanniktech.maven.publish dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: androidx.test.ext:junit dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: androidx.test:runner dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies - dependency-name: gradle-wrapper dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07612f1 commit 67aef89

File tree

7 files changed

+134
-145
lines changed

7 files changed

+134
-145
lines changed

core-modules-kotlin/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
// find details in the "Readme" file.
2121

2222
plugins {
23-
kotlin("jvm") version "2.3.0" apply false
24-
kotlin("multiplatform") version "2.3.0" apply false
25-
id("com.android.library") version "8.13.2" apply false
26-
id("com.vanniktech.maven.publish") version "0.35.0" apply false
23+
kotlin("jvm") version "2.3.10" apply false
24+
kotlin("multiplatform") version "2.3.10" apply false
25+
id("com.android.library") version "9.0.0" apply false
26+
id("com.vanniktech.maven.publish") version "0.36.0" apply false
2727
}
2828

2929
group = "de.gematik.openhealth"
-14.2 KB
Binary file not shown.
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# SPDX-License-Identifier: CC0-1.0
2-
3-
#Tue Nov 18 11:43:15 CET 2025
41
distributionBase=GRADLE_USER_HOME
52
distributionPath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
4+
networkTimeout=10000
75
zipStoreBase=GRADLE_USER_HOME
86
zipStorePath=wrapper/dists

core-modules-kotlin/gradlew

Lines changed: 32 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core-modules-kotlin/gradlew.bat

Lines changed: 93 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core-modules-kotlin/healthcard-testkit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ kotlin {
8585
kotlin.srcDir(replayFixturesDir)
8686
dependencies {
8787
implementation(project(":healthcard"))
88-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0")
88+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0")
8989
}
9090
}
9191
val jvmMain by getting

core-modules-kotlin/healthcard/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ kotlin {
6969
dependencies {
7070
implementation(project(":healthcard-testkit"))
7171
implementation(kotlin("test"))
72-
implementation("androidx.test.ext:junit:1.2.1")
73-
implementation("androidx.test:runner:1.6.2")
72+
implementation("androidx.test.ext:junit:1.3.0")
73+
implementation("androidx.test:runner:1.7.0")
7474
}
7575
}
7676
val jvmTest by getting {

0 commit comments

Comments
 (0)