File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import com.google.protobuf.gradle.GenerateProtoTask
2
2
import de.undercouch.gradle.tasks.download.Download
3
3
4
4
plugins {
5
- kotlin(" jvm" ) version " 1.9.24 "
5
+ kotlin(" jvm" ) version " 2.1.10 "
6
6
id(" org.jetbrains.dokka" ) version " 1.9.20"
7
7
id(" maven-publish" )
8
8
id(" signing" )
@@ -14,9 +14,9 @@ group = "io.github.husnjak"
14
14
version = findProperty(" version" ) as String
15
15
16
16
val fuelVersion = " 2.3.1"
17
- val protobufJavaVersion = " 4.27.2 "
18
- val junitJupiterVersion = " 5.10 .0"
19
- val junitPlatformVersion = " 1.10 .0"
17
+ val protobufJavaVersion = " 4.29.3 "
18
+ val junitJupiterVersion = " 5.12 .0"
19
+ val junitPlatformVersion = " 1.12 .0"
20
20
val protobufPluginVersion = " 0.9.4"
21
21
22
22
repositories {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments