@@ -4,7 +4,7 @@ plugins {
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.51 .0'
7
+ id ' com.github.ben-manes.versions' version ' 0.52 .0'
8
8
}
9
9
10
10
repositories {
@@ -16,11 +16,11 @@ description = 'Ad Service'
16
16
group = " adservice"
17
17
version = " 0.1.0-SNAPSHOT"
18
18
19
- def opentelemetryVersion = " 1.44.1 "
20
- def opentelemetryInstrumentationVersion = " 2.10.0 "
21
- def grpcVersion = " 1.68.2 "
22
- def jacksonVersion = " 2.18.2 "
23
- def protocVersion = " 3.25 .3"
19
+ def opentelemetryVersion = " 1.47.0 "
20
+ def opentelemetryInstrumentationVersion = " 2.13.3 "
21
+ def grpcVersion = " 1.71.0 "
22
+ def jacksonVersion = " 2.18.3 "
23
+ def protocVersion = " 4.29 .3"
24
24
25
25
tasks. withType(JavaCompile ). configureEach {
26
26
sourceCompatibility = JavaVersion . VERSION_21
@@ -40,7 +40,7 @@ dependencies {
40
40
implementation platform(" io.opentelemetry:opentelemetry-bom:${ opentelemetryVersion} " )
41
41
implementation platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:${ opentelemetryInstrumentationVersion} " )
42
42
43
- implementation " com.google.api.grpc:proto-google-common-protos:2.49 .0" ,
43
+ implementation " com.google.api.grpc:proto-google-common-protos:2.53 .0" ,
44
44
" javax.annotation:javax.annotation-api:1.3.2" ,
45
45
" io.grpc:grpc-protobuf:${ grpcVersion} " ,
46
46
" io.grpc:grpc-stub:${ grpcVersion} " ,
@@ -49,13 +49,13 @@ dependencies {
49
49
" io.opentelemetry:opentelemetry-api" ,
50
50
" io.opentelemetry:opentelemetry-sdk" ,
51
51
" io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations" ,
52
- " org.apache.logging.log4j:log4j-core:2.24.2 " ,
53
- " dev.openfeature.contrib.providers:flagd:0.10.2 " ,
54
- ' dev.openfeature:sdk:1.12.2 '
52
+ " org.apache.logging.log4j:log4j-core:2.24.3 " ,
53
+ " dev.openfeature.contrib.providers:flagd:0.11.4 " ,
54
+ ' dev.openfeature:sdk:1.14.1 '
55
55
56
56
runtimeOnly " com.fasterxml.jackson.core:jackson-core:${ jacksonVersion} " ,
57
57
" com.fasterxml.jackson.core:jackson-databind:${ jacksonVersion} " ,
58
- " io.netty:netty-tcnative-boringssl-static:2.0.69 .Final"
58
+ " io.netty:netty-tcnative-boringssl-static:2.0.70 .Final"
59
59
}
60
60
}
61
61
0 commit comments