Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheong01 committed Sep 9, 2024
1 parent 3c8f80a commit ace88f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.9.22" apply false
kotlin("jvm") version "2.0.20" apply false
id("com.google.protobuf") version "0.9.4" apply false
`maven-publish`
id("org.jlleitschuh.gradle.ktlint") version "11.3.1"
Expand All @@ -11,11 +11,11 @@ if (project.hasProperty("releaseVersion")) {
version = project.property("releaseVersion") as String
}

ext["grpcJavaVersion"] = "1.61.1"
ext["grpcJavaVersion"] = "1.66.0"
ext["grpcKotlinVersion"] = "1.4.1"
ext["protobufVersion"] = "3.25.3"
ext["coroutinesVersion"] = "1.8.0"
ext["kotlinPoetVersion"] = "1.16.0"
ext["protobufVersion"] = "3.25.4"
ext["coroutinesVersion"] = "1.8.1"
ext["kotlinPoetVersion"] = "1.18.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit ace88f8

Please sign in to comment.