Skip to content

Commit

Permalink
Bump jetcd from 0.5.0 to 0.7.7 (#3849)
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJian He <shoothzj@gmail.com>
(cherry picked from commit be65a8a)
  • Loading branch information
shoothzj authored and lhotari committed Jun 13, 2024
1 parent cc1512b commit 43caf90
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 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.5.11</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

0 comments on commit 43caf90

Please sign in to comment.