Skip to content

Commit 4b5350c

Browse files
committed
Update dependencies
1 parent a642dda commit 4b5350c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.google.protobuf.gradle.GenerateProtoTask
22
import de.undercouch.gradle.tasks.download.Download
33

44
plugins {
5-
kotlin("jvm") version "1.9.24"
5+
kotlin("jvm") version "2.1.10"
66
id("org.jetbrains.dokka") version "1.9.20"
77
id("maven-publish")
88
id("signing")
@@ -14,9 +14,9 @@ group = "io.github.husnjak"
1414
version = findProperty("version") as String
1515

1616
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"
2020
val protobufPluginVersion = "0.9.4"
2121

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

0 commit comments

Comments
 (0)