File tree Expand file tree Collapse file tree 4 files changed +697
-198
lines changed
main/java/io/qameta/allure/grpc
java/io/qameta/allure/grpc Expand file tree Collapse file tree 4 files changed +697
-198
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,16 @@ description = "Allure gRPC Integration"
88
99val agent: Configuration by configurations.creating
1010
11- val grpcVersion = " 1.57.2"
12- val protobufVersion = " 4.27.3"
11+ val grpcVersion = " 1.75.0"
12+ val protobufVersion = " 4.32.1"
13+ val jacksonVersion = " 2.17.2"
1314
1415dependencies {
1516 agent(" org.aspectj:aspectjweaver" )
1617 api(project(" :allure-attachments" ))
18+ compileOnly(" com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion " )
1719 compileOnly(" com.google.protobuf:protobuf-java-util:$protobufVersion " )
18- compileOnly(" io.grpc:grpc-core :$grpcVersion " )
20+ compileOnly(" io.grpc:grpc-api :$grpcVersion " )
1921 testImplementation(" com.google.protobuf:protobuf-java-util:$protobufVersion " )
2022 testImplementation(" com.google.protobuf:protobuf-java:$protobufVersion " )
2123 testImplementation(" io.grpc:grpc-core:$grpcVersion " )
You can’t perform that action at this time.
0 commit comments