Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch 'master' of github.com:temporalio/temporal-java-samples
  • Loading branch information
mfateev committed Jun 27, 2020
commit 68ce978702ce56a84e51857a975f49f1831ff7b1
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
}

dependencies {
implementation group: 'io.temporal', name: 'temporal-sdk', version: '0.23.1-SNAPSHOT'
implementation group: 'io.temporal', name: 'temporal-sdk', version: '0.25.0'
implementation group: 'commons-configuration', name: 'commons-configuration', version: '1.9'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.