Skip to content

Commit a4e7e30

Browse files
abhilash1injpstewart
authored andcommitted
Use ZooKeeper 3.6.3
1 parent 6fb393f commit a4e7e30

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ and what APIs have changed, if applicable.
1414

1515
## [Unreleased]
1616

17+
## [29.38.4] - 2022-09-08
18+
- Use ZooKeeper 3.6.3
19+
1720
## [29.38.3] - 2022-09-07
1821
- Emit java method name in the IDL/Snapshot to enable us to generate a java stub back from the IDL.
1922

@@ -5334,7 +5337,8 @@ patch operations can re-use these classes for generating patch messages.
53345337

53355338
## [0.14.1]
53365339

5337-
[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.38.3...master
5340+
[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.38.4...master
5341+
[29.38.4]: https://github.com/linkedin/rest.li/compare/v29.38.3...v29.38.4
53385342
[29.38.3]: https://github.com/linkedin/rest.li/compare/v29.38.2...v29.38.3
53395343
[29.38.2]: https://github.com/linkedin/rest.li/compare/v29.38.1-rc.1...v29.38.2
53405344
[29.38.1-rc.1]: https://github.com/linkedin/rest.li/compare/v29.38.0...v29.38.1-rc.1

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ project.ext.externalDependency = [
105105
'testng': 'org.testng:testng:6.13.1',
106106
'velocity': 'org.apache.velocity:velocity-engine-core:2.2',
107107
'zero_allocation_hashing': 'net.openhft:zero-allocation-hashing:0.7',
108-
'zookeeper': 'org.apache.zookeeper:zookeeper:3.7.1',
108+
'zookeeper': 'org.apache.zookeeper:zookeeper:3.6.3',
109109
'hdrhistogram': 'org.hdrhistogram:HdrHistogram:2.1.9',
110110
'xchart': 'org.knowm.xchart:xchart:3.2.2',
111111

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=29.38.3
1+
version=29.38.4
22
group=com.linkedin.pegasus
33
org.gradle.configureondemand=true
44
org.gradle.parallel=true

0 commit comments

Comments
 (0)