1
1
2
2
plugins {
3
- id ' com.google.protobuf' version ' 0.8.18 '
3
+ id ' com.google.protobuf' version ' 0.9.4 '
4
4
id ' com.github.sherter.google-java-format' version ' 0.9'
5
5
id ' idea'
6
6
id ' application'
7
+ id ' com.github.ben-manes.versions' version ' 0.47.0'
7
8
}
8
9
9
10
repositories {
@@ -15,10 +16,10 @@ description = 'Ad Service'
15
16
group = " adservice"
16
17
version = " 0.1.0-SNAPSHOT"
17
18
18
- def opentelemetryVersion = " 1.19 .0"
19
- def opentelemetryInstrumentationAlphaVersion = " 1.19.1 -alpha"
20
- def grpcVersion = " 1.45 .1"
21
- def jacksonVersion = " 2.13 .2"
19
+ def opentelemetryVersion = " 1.28 .0"
20
+ def opentelemetryInstrumentationAlphaVersion = " 1.28.0 -alpha"
21
+ def grpcVersion = " 1.56 .1"
22
+ def jacksonVersion = " 2.15 .2"
22
23
def protocVersion = " 3.20.0"
23
24
24
25
tasks. withType(JavaCompile ) {
@@ -38,7 +39,7 @@ dependencies {
38
39
implementation platform(" io.opentelemetry:opentelemetry-bom:${ opentelemetryVersion} " )
39
40
implementation platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${ opentelemetryInstrumentationAlphaVersion} " )
40
41
41
- implementation " com.google.api.grpc:proto-google-common-protos:2.8 .0" ,
42
+ implementation " com.google.api.grpc:proto-google-common-protos:2.22 .0" ,
42
43
" javax.annotation:javax.annotation-api:1.3.2" ,
43
44
" io.grpc:grpc-protobuf:${ grpcVersion} " ,
44
45
" io.grpc:grpc-stub:${ grpcVersion} " ,
@@ -47,11 +48,11 @@ dependencies {
47
48
" io.opentelemetry:opentelemetry-api" ,
48
49
" io.opentelemetry:opentelemetry-sdk" ,
49
50
" io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations" ,
50
- " org.apache.logging.log4j:log4j-core:2.17.2 "
51
+ " org.apache.logging.log4j:log4j-core:2.20.0 "
51
52
52
53
runtimeOnly " com.fasterxml.jackson.core:jackson-core:${ jacksonVersion} " ,
53
54
" com.fasterxml.jackson.core:jackson-databind:${ jacksonVersion} " ,
54
- " io.netty:netty-tcnative-boringssl-static:2.0.51 .Final"
55
+ " io.netty:netty-tcnative-boringssl-static:2.0.61 .Final"
55
56
}
56
57
}
57
58
0 commit comments