Skip to content

Commit 0649bba

Browse files
deps: bump the Gradle minor/patch group (#82)
Bumps the gradle-minor-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | org.ow2.asm:asm | `9.9.1` | `9.10.1` | | [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.4.0` | `2.4.10` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `6.1.1` | `6.1.2` | | [jvm](https://github.com/JetBrains/kotlin) | `2.4.0` | `2.4.10` | | [plugin.serialization](https://github.com/JetBrains/kotlin) | `2.4.0` | `2.4.10` | | [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `9.5.1` | `9.6.0` | Updates `org.ow2.asm:asm` from 9.9.1 to 9.10.1 Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.4.0 to 2.4.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.4.0...v2.4.10) Updates `org.junit.jupiter:junit-jupiter` from 6.1.1 to 6.1.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.1...r6.1.2) Updates `jvm` from 2.4.0 to 2.4.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.4.0...v2.4.10) Updates `plugin.serialization` from 2.4.0 to 2.4.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.4.0...v2.4.10) Updates `com.gradleup.shadow` from 9.5.1 to 9.6.0 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](GradleUp/shadow@9.5.1...9.6.0) --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-version: 9.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-patch - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-patch - dependency-name: jvm dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-patch - dependency-name: plugin.serialization dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-patch - dependency-name: com.gradleup.shadow dependency-version: 9.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cba64e8 commit 0649bba

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import top.ellan.mahjong.build.MahjongTaskRegistration
77
plugins {
88
java
99
jacoco
10-
kotlin("jvm") version "2.4.0"
11-
kotlin("plugin.serialization") version "2.4.0"
12-
id("com.gradleup.shadow") version "9.5.1" apply false
10+
kotlin("jvm") version "2.4.10"
11+
kotlin("plugin.serialization") version "2.4.10"
12+
id("com.gradleup.shadow") version "9.6.0" apply false
1313
id("io.papermc.paperweight.userdev") version "2.0.0-SNAPSHOT"
1414
id("com.diffplug.spotless") version "8.8.0"
1515
id("dev.detekt") version "2.0.0-alpha.5"
@@ -39,7 +39,7 @@ val toolchainJavaVersion =
3939
.gradleProperty("mahjongJavaToolchain")
4040
.map(String::toInt)
4141
.orElse(if (Runtime.version().feature() >= javaTargetVersion) Runtime.version().feature() else javaTargetVersion)
42-
val kotlinRuntimeVersion = "2.4.0"
42+
val kotlinRuntimeVersion = "2.4.10"
4343
val kotlinSerializationVersion = "1.11.0"
4444
val mahjongUtilsVersion = "0.7.7"
4545
val mariadbVersion = "3.5.9"
@@ -51,9 +51,9 @@ val antiGriefLibVersion = "1.0.14"
5151
val sparrowHeartVersion = "0.72"
5252
val sparrowReflectionVersion = "0.33"
5353
val sparrowYamlVersion = "1.0.7"
54-
val asmVersion = "9.9.1"
54+
val asmVersion = "9.10.1"
5555
val adventureVersion = "4.14.0"
56-
val junitVersion = "6.1.1"
56+
val junitVersion = "6.1.2"
5757
val testcontainersVersion = "1.21.4"
5858
val generatedResourcesDir = layout.buildDirectory.dir("generated/resources/mahjong")
5959
val generatedNativeResourcesDir = layout.buildDirectory.dir("generated/resources/native")

0 commit comments

Comments
 (0)