Skip to content

Commit

Permalink
Bump jetcd from 0.5.0 to 0.7.7 (apache#3849)
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJian He <[email protected]>
  • Loading branch information
ZhangJian He authored and zhiheng123 committed Jun 10, 2024
1 parent 50cef78 commit 153b606
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package io.etcd.jetcd;
package io.etcd.jetcd.impl;

import java.lang.reflect.Field;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
* limitations under the License.
*/

package io.etcd.jetcd;
package io.etcd.jetcd.impl;

import io.etcd.jetcd.Client;
import io.etcd.jetcd.api.WatchGrpc;
import lombok.extern.slf4j.Slf4j;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
/**
* Etcd client changes for bookkeeper metadata driver.
*/
package io.etcd.jetcd;
package io.etcd.jetcd.impl;
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import com.google.protobuf.UnsafeByteOperations;
import io.etcd.jetcd.ByteSequence;
import io.etcd.jetcd.Client;
import io.etcd.jetcd.EtcdConnectionManager;
import io.etcd.jetcd.api.WatchCancelRequest;
import io.etcd.jetcd.api.WatchCreateRequest;
import io.etcd.jetcd.api.WatchGrpc;
Expand All @@ -36,6 +35,7 @@
import io.etcd.jetcd.common.exception.ErrorCode;
import io.etcd.jetcd.common.exception.EtcdException;
import io.etcd.jetcd.common.exception.EtcdExceptionFactory;
import io.etcd.jetcd.impl.EtcdConnectionManager;
import io.etcd.jetcd.options.WatchOption;
import io.etcd.jetcd.watch.WatchResponseWithError;
import io.grpc.Status;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<bouncycastle.version>1.0.2.4</bouncycastle.version>
<curator.version>5.1.0</curator.version>
<dropwizard.version>4.1.12.1</dropwizard.version>
<etcd.version>0.6.0</etcd.version>
<etcd.version>0.7.7</etcd.version>
<freebuilder.version>2.8.0</freebuilder.version>
<google.code.version>3.0.2</google.code.version>
<google.errorprone.version>2.9.0</google.errorprone.version>
Expand Down
7 changes: 4 additions & 3 deletions src/owasp-dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<sha1>0fa26f72729edb39b506efa96e119f953f59c5a3</sha1>
<cve>CVE-2020-15113</cve>
</suppress>
<!-- matches BK's http server against apache's http server CVEs -->
<suppress>
<notes><![CDATA[
file name: jetcd-grpc-0.7.7.jar
Expand Down Expand Up @@ -95,7 +96,7 @@
<notes><![CDATA[
file name: testng-7.5.jar
]]></notes>
<sha1>1416a607fae667c14e390b484e8d02b5824c0674</sha1>
<vulnerabilityName>CVE-2022-4065</vulnerabilityName>
</suppress>
<sha1>1416a607fae667c14e390b484e8d02b5824c0674</sha1>
<vulnerabilityName>CVE-2022-4065</vulnerabilityName>
</suppress>
</suppressions>

0 comments on commit 153b606

Please sign in to comment.