Skip to content

Commit aeaf294

Browse files
authored
Update Kotlin, Gradle and some other minor versions (#286)
* Gradle 8.12.1 * Kotlin 2.1.10
1 parent ed67b75 commit aeaf294

File tree

5 files changed

+14
-18
lines changed

5 files changed

+14
-18
lines changed

build-settings/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2024 the original author or authors.
2+
* Copyright 2015-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@ plugins {
1919
}
2020

2121
dependencies {
22-
implementation("com.gradle:gradle-enterprise-gradle-plugin:3.18.2")
23-
implementation("com.gradle:common-custom-user-data-gradle-plugin:2.0.2")
24-
implementation("org.gradle.toolchains:foojay-resolver:0.8.0")
22+
implementation("com.gradle:gradle-enterprise-gradle-plugin:3.19.1")
23+
implementation("com.gradle:common-custom-user-data-gradle-plugin:2.1")
24+
implementation("org.gradle.toolchains:foojay-resolver:0.9.0")
2525
}

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[versions]
2-
kotlin = "2.1.0"
2+
kotlin = "2.1.10"
33

44
kotlinx-io = "0.6.0"
5-
kotlinx-atomicfu = "0.26.0"
6-
kotlinx-coroutines = "1.9.0"
5+
kotlinx-atomicfu = "0.27.0"
6+
kotlinx-coroutines = "1.10.1"
77
kotlinx-benchmark = "0.4.8"
8-
kotlinx-bcv = "0.16.3"
8+
kotlinx-bcv = "0.17.0"
99

10-
ktor = "3.0.2"
10+
ktor = "3.0.3"
1111

12-
netty = "4.1.115.Final"
13-
netty-quic = "0.0.69.Final"
12+
netty = "4.1.117.Final"
13+
netty-quic = "0.0.70.Final"
1414

1515
# for netty TLS tests
16-
bouncycastle = "1.79"
16+
bouncycastle = "1.80"
1717

1818
turbine = "1.2.0"
1919

gradle/wrapper/gradle-wrapper.properties

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-8.11-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

rsocket-core/api/rsocket-core.api

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,9 @@ public final class io/rsocket/kotlin/PrefetchStrategy : io/rsocket/kotlin/Reques
4646

4747
public abstract interface class io/rsocket/kotlin/RSocket : kotlinx/coroutines/CoroutineScope {
4848
public fun fireAndForget (Lio/rsocket/kotlin/payload/Payload;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
49-
public static synthetic fun fireAndForget$suspendImpl (Lio/rsocket/kotlin/RSocket;Lio/rsocket/kotlin/payload/Payload;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
5049
public fun metadataPush (Lkotlinx/io/Buffer;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
51-
public static synthetic fun metadataPush$suspendImpl (Lio/rsocket/kotlin/RSocket;Lkotlinx/io/Buffer;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
5250
public fun requestChannel (Lio/rsocket/kotlin/payload/Payload;Lkotlinx/coroutines/flow/Flow;)Lkotlinx/coroutines/flow/Flow;
5351
public fun requestResponse (Lio/rsocket/kotlin/payload/Payload;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
54-
public static synthetic fun requestResponse$suspendImpl (Lio/rsocket/kotlin/RSocket;Lio/rsocket/kotlin/payload/Payload;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
5552
public fun requestStream (Lio/rsocket/kotlin/payload/Payload;)Lkotlinx/coroutines/flow/Flow;
5653
}
5754

0 commit comments

Comments
 (0)