Skip to content

Commit 27f93b1

Browse files
author
olme04
authored
update gradle and minor dependencies update (#181)
Co-authored-by: olme04 <olme04>
1 parent bfdd9dd commit 27f93b1

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

gradle.properties

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,16 @@ group=io.rsocket.kotlin
1919
version=0.13.1
2020

2121
#Versions
22-
kotlinVersion=1.5.20
22+
kotlinVersion=1.5.21
2323
ktorVersion=1.6.1
24-
kotlinxCoroutinesVersion=1.5.0-native-mt
25-
kotlinxAtomicfuVersion=0.16.1
26-
kotlinxSerializationVersion=1.2.1
24+
kotlinxCoroutinesVersion=1.5.1-native-mt
25+
kotlinxAtomicfuVersion=0.16.2
26+
kotlinxSerializationVersion=1.2.2
2727
kotlinxBenchmarkVersion=0.3.1
2828
kotlinxNodejsVersion=0.0.7
2929
rsocketJavaVersion=1.1.1
3030
turbineVersion=0.5.2
31-
bintrayVersion=1.8.5
32-
artifactoryVersion=4.18.2
31+
artifactoryVersion=4.24.12
3332
versionUpdatesVersion=0.39.0
3433
gradleEnterpriseVersion=3.4.1
3534

gradle/wrapper/gradle-wrapper.jar

333 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.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ case "`uname`" in
7272
Darwin* )
7373
darwin=true
7474
;;
75-
MINGW* )
75+
MSYS* | MINGW* )
7676
msys=true
7777
;;
7878
NONSTOP* )

0 commit comments

Comments
 (0)