@@ -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.47 .0'
7
+ id ' com.github.ben-manes.versions' version ' 0.49 .0'
8
8
}
9
9
10
10
repositories {
@@ -18,9 +18,9 @@ version = "0.1.0-SNAPSHOT"
18
18
19
19
def opentelemetryVersion = " 1.31.0"
20
20
def opentelemetryInstrumentationAlphaVersion = " 1.31.0-alpha"
21
- def grpcVersion = " 1.58 .0"
21
+ def grpcVersion = " 1.59 .0"
22
22
def jacksonVersion = " 2.15.3"
23
- def protocVersion = " 3.24.4 "
23
+ def protocVersion = " 3.25.0 "
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-alpha:${ opentelemetryInstrumentationAlphaVersion} " )
42
42
43
- implementation " com.google.api.grpc:proto-google-common-protos:2.22.1 " ,
43
+ implementation " com.google.api.grpc:proto-google-common-protos:2.28.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,7 +49,7 @@ 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.0 "
52
+ " org.apache.logging.log4j:log4j-core:2.21.1 "
53
53
54
54
runtimeOnly " com.fasterxml.jackson.core:jackson-core:${ jacksonVersion} " ,
55
55
" com.fasterxml.jackson.core:jackson-databind:${ jacksonVersion} " ,
@@ -102,7 +102,7 @@ afterEvaluate {
102
102
}
103
103
104
104
googleJavaFormat {
105
- toolVersion ' 1.7 '
105
+ toolVersion ' 1.18.1 '
106
106
}
107
107
108
108
// Inform IDEs like IntelliJ IDEA, Eclipse or NetBeans about the generated code.
0 commit comments