Skip to content
Open
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
4 changes: 2 additions & 2 deletions samples/durable-task-sdks/java/async-http-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ java {
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}
def grpcVersion = '1.82.1'
def grpcVersion = '1.83.0'
base { archivesName = 'durabletask-samples' }

repositories {
Expand All @@ -33,7 +33,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'

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

// https://github.com/grpc/grpc-java#download
Expand Down
4 changes: 2 additions & 2 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.82.1'
def grpcVersion = '1.83.0'
base { archivesName = 'durabletask-samples' }

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

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

// https://github.com/grpc/grpc-java#download
Expand Down
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.82.1'
def grpcVersion = '1.83.0'
base { archivesName = 'durabletask-samples' }

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

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

// https://github.com/grpc/grpc-java#download
Expand Down
4 changes: 2 additions & 2 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.82.1'
def grpcVersion = '1.83.0'
base { archivesName = 'durabletask-samples' }

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

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

// https://github.com/grpc/grpc-java#download
Expand Down
4 changes: 2 additions & 2 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.82.1'
def grpcVersion = '1.83.0'
base { archivesName = 'durabletask-samples' }

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

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

// https://github.com/grpc/grpc-java#download
Expand Down
4 changes: 2 additions & 2 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.82.1'
def grpcVersion = '1.83.0'
base { archivesName = 'durabletask-samples' }

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

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

// https://github.com/grpc/grpc-java#download
Expand Down
4 changes: 2 additions & 2 deletions samples/durable-task-sdks/java/monitoring/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.82.1'
def grpcVersion = '1.83.0'
base { archivesName = 'durabletask-samples' }

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

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

// https://github.com/grpc/grpc-java#download
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ java {
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}
def grpcVersion = '1.82.1'
def openTelemetryVersion = '1.63.0'
def grpcVersion = '1.83.0'
def openTelemetryVersion = '1.64.0'
base { archivesName = 'durabletask-samples' }

application {
Expand All @@ -34,7 +34,7 @@ dependencies {
implementation("com.microsoft:durabletask-azuremanaged:1.9.0")

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

// gRPC
Expand Down
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.82.1'
def grpcVersion = '1.83.0'
base { archivesName = 'durabletask-samples' }

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

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

// https://github.com/grpc/grpc-java#download
Expand Down
Loading