@@ -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.49 .0'
7
+ id ' com.github.ben-manes.versions' version ' 0.51 .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.38 .0"
20
- def opentelemetryInstrumentationVersion = " 2.4 .0"
21
- def grpcVersion = " 1.59.0 "
22
- def jacksonVersion = " 2.15.3 "
23
- def protocVersion = " 3.25.0 "
19
+ def opentelemetryVersion = " 1.40 .0"
20
+ def opentelemetryInstrumentationVersion = " 2.6 .0"
21
+ def grpcVersion = " 1.65.1 "
22
+ def jacksonVersion = " 2.17.2 "
23
+ def protocVersion = " 3.25.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.28 .0" ,
43
+ implementation " com.google.api.grpc:proto-google-common-protos:2.41 .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.21 .1" ,
53
- " dev.openfeature.contrib.providers:flagd:0.7.0 " ,
54
- ' dev.openfeature:sdk:1.7.4 '
52
+ " org.apache.logging.log4j:log4j-core:2.23 .1" ,
53
+ " dev.openfeature.contrib.providers:flagd:0.8.4 " ,
54
+ ' dev.openfeature:sdk:1.9.0 '
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.62 .Final"
58
+ " io.netty:netty-tcnative-boringssl-static:2.0.65 .Final"
59
59
}
60
60
}
61
61
0 commit comments