Skip to content

Commit 5caf971

Browse files
authored
Release v3.12.3 (#909)
## 3.12.3 - Remove unused direct dependency of com.google.http-client - Fix context propagation bug that would link two parents in some cases
1 parent 12aacfe commit 5caf971

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.12.3
4+
- Remove unused direct dependency of com.google.http-client
5+
- Fix context propagation bug that would link two parents in some cases
6+
37
## 3.12.2
48
- Downgrade java-jwt dependency to 3.10.2 to fix #900
59

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ googleJavaFormat {
4444
}
4545

4646
group = 'com.uber.cadence'
47-
version = '3.12.2'
47+
version = '3.12.3'
4848

4949
description = '''Uber Cadence Java Client'''
5050

0 commit comments

Comments
 (0)