Skip to content

Commit 0559aab

Browse files
author
olme04
committed
update versions:
* latest ktor eap * kotlin 1.6.20-RC * gradle 7.4
1 parent 8efcd11 commit 0559aab

File tree

7 files changed

+35
-18
lines changed

7 files changed

+35
-18
lines changed

buildSrc/settings.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ pluginManagement {
44
repositories {
55
gradlePluginPortal()
66
mavenCentral()
7-
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
87
}
98
}
109

1110
dependencyResolutionManagement {
1211
repositories {
1312
mavenCentral()
14-
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
1513
}
1614

1715
versionCatalogs {

gradle/js/yarn/yarn.lock

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,10 +1265,12 @@ neo-async@^2.6.2:
12651265
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
12661266
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
12671267

1268-
1269-
version "2.6.0"
1270-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
1271-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
1268+
1269+
version "2.6.7"
1270+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
1271+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
1272+
dependencies:
1273+
whatwg-url "^5.0.0"
12721274

12731275
node-releases@^2.0.1:
12741276
version "2.0.1"
@@ -1703,6 +1705,11 @@ [email protected]:
17031705
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35"
17041706
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
17051707

1708+
tr46@~0.0.3:
1709+
version "0.0.3"
1710+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
1711+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
1712+
17061713
type-is@~1.6.18:
17071714
version "1.6.18"
17081715
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
@@ -1766,6 +1773,11 @@ watchpack@^2.2.0:
17661773
glob-to-regexp "^0.4.1"
17671774
graceful-fs "^4.1.2"
17681775

1776+
webidl-conversions@^3.0.0:
1777+
version "3.0.1"
1778+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
1779+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
1780+
17691781
17701782
version "4.9.0"
17711783
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.9.0.tgz#dc43e6e0f80dd52e89cbf73d5294bcd7ad6eb343"
@@ -1835,6 +1847,14 @@ [email protected]:
18351847
watchpack "^2.2.0"
18361848
webpack-sources "^3.2.0"
18371849

1850+
whatwg-url@^5.0.0:
1851+
version "5.0.0"
1852+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
1853+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
1854+
dependencies:
1855+
tr46 "~0.0.3"
1856+
webidl-conversions "^3.0.0"
1857+
18381858
[email protected], which@^2.0.1:
18391859
version "2.0.2"
18401860
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
@@ -1873,10 +1893,10 @@ wrappy@1:
18731893
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
18741894
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
18751895

1876-
1877-
version "6.2.1"
1878-
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb"
1879-
integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==
1896+
1897+
version "6.2.2"
1898+
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e"
1899+
integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==
18801900
dependencies:
18811901
async-limiter "~1.0.0"
18821902

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
2-
kotlin = "1.6.20-M1-106"
2+
kotlin = "1.6.20-RC"
33

4-
kotlinx-atomicfu = "0.17.0"
4+
kotlinx-atomicfu = "0.17.1"
55
kotlinx-coroutines = "1.6.0"
66
kotlinx-benchmark = "0.4.2"
77

8-
ktor = "2.0.0-eap-317"
8+
ktor = "2.0.0-eap-337"
99

1010
turbine = "0.7.0"
1111

12-
versionUpdates = "0.41.0"
12+
versionUpdates = "0.42.0"
1313

1414
rsocket-java = "1.1.1"
1515

gradle/wrapper/gradle-wrapper.jar

285 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

rsocket-transport-ktor/rsocket-transport-ktor-websocket-server/src/jvmMain/kotlin/io/rsocket/kotlin/transport/ktor/websocket/server/RSocketSupport.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class RSocketSupport(
2828
public var server: RSocketServer = RSocketServer()
2929
}
3030

31-
public companion object Feature : ApplicationPlugin<Application, Config, RSocketSupport> {
31+
public companion object Feature : BaseApplicationPlugin<Application, Config, RSocketSupport> {
3232
override val key: AttributeKey<RSocketSupport> = AttributeKey("RSocket")
3333
override fun install(pipeline: Application, configure: Config.() -> Unit): RSocketSupport {
3434
pipeline.pluginOrNull(WebSockets)

settings.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@ pluginManagement {
2121
repositories {
2222
gradlePluginPortal()
2323
mavenCentral()
24-
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
2524
}
2625
}
2726

2827
dependencyResolutionManagement {
2928
repositories {
3029
mavenCentral()
3130
maven("https://maven.pkg.jetbrains.space/public/p/ktor/eap")
32-
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
31+
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev") //needed for kotlin-reflect in ktor eap
3332
}
3433
}
3534

0 commit comments

Comments
 (0)