Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions samples/durable-task-sdks/java/async-http-api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '4.0.6'
id 'org.springframework.boot' version '4.1.0'
id 'java'
id 'application'
}
Expand All @@ -11,7 +11,7 @@ java {
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}
def grpcVersion = '1.81.0'
def grpcVersion = '1.82.1'
base { archivesName = 'durabletask-samples' }

repositories {
Expand All @@ -28,19 +28,19 @@ dependencies {
implementation("com.microsoft:durabletask-client:1.9.0")
implementation("com.microsoft:durabletask-azuremanaged:1.9.0")

implementation platform("org.springframework.boot:spring-boot-dependencies:4.0.6")
implementation platform("org.springframework.boot:spring-boot-dependencies:4.1.0")
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.springframework.boot:spring-boot-starter-web'

// Logging dependencies
implementation 'ch.qos.logback:logback-classic:1.5.34'
implementation 'ch.qos.logback:logback-classic:1.5.37'
implementation 'org.slf4j:slf4j-api:2.0.18'

// https://github.com/grpc/grpc-java#download
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
implementation 'com.azure:azure-identity:1.18.3'
implementation 'com.azure:azure-identity:1.18.4'

// install lombok
annotationProcessor 'org.projectlombok:lombok:1.18.46'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
4 changes: 2 additions & 2 deletions samples/durable-task-sdks/java/async-http-api/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/durable-task-sdks/java/async-http-api/gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions samples/durable-task-sdks/java/entities/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
def grpcVersion = '1.81.0'
def grpcVersion = '1.82.1'
base { archivesName = 'durabletask-samples' }

repositories {
Expand All @@ -29,12 +29,12 @@ dependencies {
implementation("com.microsoft:durabletask-azuremanaged:1.9.0")

// Logging dependencies
implementation 'ch.qos.logback:logback-classic:1.5.34'
implementation 'ch.qos.logback:logback-classic:1.5.37'
implementation 'org.slf4j:slf4j-api:2.0.18'

// https://github.com/grpc/grpc-java#download
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
implementation 'com.azure:azure-identity:1.18.3'
implementation 'com.azure:azure-identity:1.18.4'
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
4 changes: 2 additions & 2 deletions samples/durable-task-sdks/java/entities/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/durable-task-sdks/java/entities/gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ java {
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}
def grpcVersion = '1.81.0'
def grpcVersion = '1.82.1'
base { archivesName = 'durabletask-samples' }

repositories {
Expand All @@ -29,12 +29,12 @@ dependencies {
implementation("com.microsoft:durabletask-azuremanaged:1.9.0")

// Logging dependencies
implementation 'ch.qos.logback:logback-classic:1.5.34'
implementation 'ch.qos.logback:logback-classic:1.5.37'
implementation 'org.slf4j:slf4j-api:2.0.18'

// https://github.com/grpc/grpc-java#download
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
implementation 'com.azure:azure-identity:1.18.3'
implementation 'com.azure:azure-identity:1.18.4'
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
4 changes: 2 additions & 2 deletions samples/durable-task-sdks/java/eternal-orchestrations/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions samples/durable-task-sdks/java/fan-out-fan-in/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ java {
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}
def grpcVersion = '1.81.0'
def grpcVersion = '1.82.1'
base { archivesName = 'durabletask-samples' }

repositories {
Expand All @@ -29,12 +29,12 @@ dependencies {
implementation("com.microsoft:durabletask-azuremanaged:1.9.0")

// Logging dependencies
implementation 'ch.qos.logback:logback-classic:1.5.34'
implementation 'ch.qos.logback:logback-classic:1.5.37'
implementation 'org.slf4j:slf4j-api:2.0.18'

// https://github.com/grpc/grpc-java#download
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
implementation 'com.azure:azure-identity:1.18.3'
implementation 'com.azure:azure-identity:1.18.4'
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
4 changes: 2 additions & 2 deletions samples/durable-task-sdks/java/fan-out-fan-in/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/durable-task-sdks/java/fan-out-fan-in/gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions samples/durable-task-sdks/java/function-chaining/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ java {
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}
def grpcVersion = '1.81.0'
def grpcVersion = '1.82.1'
base { archivesName = 'durabletask-samples' }

repositories {
Expand All @@ -29,14 +29,14 @@ dependencies {
implementation("com.microsoft:durabletask-azuremanaged:1.9.0")

// Logging dependencies
implementation 'ch.qos.logback:logback-classic:1.5.34'
implementation 'ch.qos.logback:logback-classic:1.5.37'
implementation 'org.slf4j:slf4j-api:2.0.18'

// https://github.com/grpc/grpc-java#download
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
implementation 'com.azure:azure-identity:1.18.3'
implementation 'com.azure:azure-identity:1.18.4'
}

task runMinTest(type: JavaExec) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
4 changes: 2 additions & 2 deletions samples/durable-task-sdks/java/function-chaining/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/durable-task-sdks/java/function-chaining/gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions samples/durable-task-sdks/java/human-interaction/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ java {
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}
def grpcVersion = '1.81.0'
def grpcVersion = '1.82.1'
base { archivesName = 'durabletask-samples' }

repositories {
Expand All @@ -30,12 +30,12 @@ dependencies {
implementation("com.microsoft:durabletask-azuremanaged:1.9.0")

// Logging dependencies
implementation 'ch.qos.logback:logback-classic:1.5.34'
implementation 'ch.qos.logback:logback-classic:1.5.37'
implementation 'org.slf4j:slf4j-api:2.0.18'

// https://github.com/grpc/grpc-java#download
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
implementation 'com.azure:azure-identity:1.18.3'
implementation 'com.azure:azure-identity:1.18.4'
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
Loading
Loading