Skip to content

Commit 5718833

Browse files
committed
remove unused dependency - update protocVersion
1 parent 81a8e7e commit 5718833

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

azurefunctions/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ group 'com.microsoft'
88
version = '1.5.0'
99
archivesBaseName = 'durabletask-azure-functions'
1010

11-
def protocVersion = '3.12.0'
12-
1311
repositories {
1412
maven {
1513
url "https://oss.sonatype.org/content/repositories/snapshots/"
@@ -19,7 +17,6 @@ repositories {
1917
dependencies {
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

client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version = '1.5.0'
1212
archivesBaseName = 'durabletask-client'
1313

1414
def grpcVersion = '1.59.0'
15-
def protocVersion = '3.12.0'
15+
def protocVersion = '3.25.0'
1616
def 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.

0 commit comments

Comments
 (0)