File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ group 'com.microsoft'
88version = ' 1.5.0'
99archivesBaseName = ' durabletask-azure-functions'
1010
11- def protocVersion = ' 3.12.0'
12-
1311repositories {
1412 maven {
1513 url " https://oss.sonatype.org/content/repositories/snapshots/"
@@ -19,7 +17,6 @@ repositories {
1917dependencies {
2018 api project(' :client' )
2119 implementation group : ' com.microsoft.azure.functions' , name : ' azure-functions-java-library' , version : ' 3.0.0'
22- implementation " com.google.protobuf:protobuf-java:${ protocVersion} "
2320 compileOnly " com.microsoft.azure.functions:azure-functions-java-spi:1.0.0"
2421}
2522
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ version = '1.5.0'
1212archivesBaseName = ' durabletask-client'
1313
1414def grpcVersion = ' 1.59.0'
15- def protocVersion = ' 3.12 .0'
15+ def protocVersion = ' 3.25 .0'
1616def jacksonVersion = ' 2.15.3'
1717// When build on local, you need to set this value to your local jdk11 directory.
1818// Java11 is used to compile and run all the tests.
You can’t perform that action at this time.
0 commit comments