File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" com.google.protobuf" ) version " 0.9.4 "
2
+ id(" com.google.protobuf" ) version " 0.9.5 "
3
3
}
4
4
5
5
repositories {
6
6
mavenCentral()
7
7
}
8
8
9
- val protoVersion = " 4.29.3 "
9
+ val protoVersion = " 4.30.2 "
10
10
11
11
dependencies {
12
12
implementation(kotlin(" stdlib" ))
13
13
implementation(kotlin(" reflect" ))
14
14
15
- implementation(" org.slf4j:slf4j-api:2.0.16 " )
15
+ implementation(" org.slf4j:slf4j-api:2.0.17 " )
16
16
api(" com.google.protobuf:protobuf-java:$protoVersion " )
17
17
api(" com.google.protobuf:protobuf-java-util:$protoVersion " )
18
- implementation(" com.google.guava:guava:33.4.0 -jre" )
18
+ implementation(" com.google.guava:guava:33.4.6 -jre" )
19
19
api(project(" :router" ))
20
20
21
- testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
21
+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.12.1 " )
22
22
testImplementation(" com.willowtreeapps.assertk:assertk-jvm:0.28.1" )
23
- testImplementation(" org.assertj:assertj-core:3.27.2 " )
24
- testImplementation(" io.mockk:mockk:1.13.14 " )
25
- testImplementation(" org.slf4j:slf4j-simple:2.0.16 " )
23
+ testImplementation(" org.assertj:assertj-core:3.27.3 " )
24
+ testImplementation(" io.mockk:mockk:1.13.17 " )
25
+ testImplementation(" org.slf4j:slf4j-simple:2.0.17 " )
26
26
testImplementation(" com.jayway.jsonpath:json-path:2.9.0" )
27
27
}
28
28
You can’t perform that action at this time.
0 commit comments