Skip to content

Commit b37ede3

Browse files
committed
Update jars
1 parent 1fceda6 commit b37ede3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build-applications.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'java'
44
id 'application'
55
id 'com.google.protobuf' version '0.9.2'
6-
id 'org.jetbrains.kotlin.jvm' version '1.9.0'
6+
id 'org.jetbrains.kotlin.jvm' version '1.9.20'
77
id "com.github.ben-manes.versions" version '0.46.0'
88
}
99

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ plugins {
22
id 'idea'
33
//id 'application'
44
id 'java'
5-
id 'com.google.protobuf' version '0.9.2'
6-
id 'org.jetbrains.kotlin.jvm' version '1.9.0'
7-
id 'com.github.johnrengelman.shadow' version '8.1.1'
5+
id 'com.google.protobuf' version '0.9.4'
6+
id 'org.jetbrains.kotlin.jvm' version '1.9.20'
87
id "com.github.ben-manes.versions" version "0.49.0"
8+
id 'com.github.johnrengelman.shadow' version '8.1.1'
99
}
1010

1111
group 'org.athenian'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ coroutines_version=1.7.3
1010
gengrpc_version=1.4.0
1111
grpc_version=1.59.0
1212
junit_version=4.13.2
13-
kotlin_version=1.9.0
13+
kotlin_version=1.9.20
1414
krotodc_version=1.0.6
1515
logback_version=1.4.11
1616
logging_version=4.0.0-beta-2

0 commit comments

Comments
 (0)