Skip to content

Commit

Permalink
Update Java SDK to v1.23.0 (temporalio#433)
Browse files Browse the repository at this point in the history
Update Java SDK to v1.23.0
  • Loading branch information
Quinn-With-Two-Ns authored Mar 7, 2024
1 parent 2289d50 commit c38fb35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 94 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
outputs:
go_latest: '77626eee301574bc4cfd756dbf0641c61e9e6907'
typescript_latest: '1.9.3'
java_latest: '1.22.0'
java_latest: '1.23.0'
python_latest: '1.4.0'
csharp_latest: '0.1.0-beta2'
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.jayway.jsonpath:json-path:2.6.0'
implementation 'info.picocli:picocli:4.6.2'
implementation 'io.temporal:temporal-sdk:1.22.0'
implementation 'io.temporal:temporal-sdk:1.23.0'
implementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
implementation 'org.reflections:reflections:0.10.2'
}
Expand Down
95 changes: 3 additions & 92 deletions poetry.lock

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

0 comments on commit c38fb35

Please sign in to comment.