Commit 9bfb8fb 1 parent 58972ea commit 9bfb8fb Copy full SHA for 9bfb8fb
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ publishing {
47
47
}
48
48
49
49
50
- def grpcVersion = ' 1.38 .0'
50
+ def grpcVersion = ' 1.60 .0'
51
51
def jacksonVersion = ' 2.9.7'
52
52
def guiceVersion = ' 5.1.0'
53
53
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ repositories {
19
19
}
20
20
21
21
def jexpressVersion = ' 1.39-SNAPSHOT'
22
- def grpcVersion = ' 1.38 .0'
23
- def protobufVersion = ' 3.12.0 '
22
+ def grpcVersion = ' 1.60 .0'
23
+ def protobufVersion = ' 3.25.2 '
24
24
def protocVersion = protobufVersion
25
25
26
26
dependencies {
Original file line number Diff line number Diff line change 10
10
11
11
<properties >
12
12
<jetty .version>9.4.52.v20230823</jetty .version>
13
- <grpc .version>1.53 .0</grpc .version>
14
- <protoc .version>3.5.1-1 </protoc .version>
13
+ <grpc .version>1.60 .0</grpc .version>
14
+ <protoc .version>3.25.2 </protoc .version>
15
15
<metrics-guice .version>3.2.2</metrics-guice .version>
16
16
<javax .servlet.version>3.1.0</javax .servlet.version>
17
17
<metrics-healthchecks .version>4.0.2</metrics-healthchecks .version>
You can’t perform that action at this time.
0 commit comments