mirror of https://github.com/etcd-io/jetcd.git
Compare commits
1 Commits
main
...
jetcd-0.8.
Author | SHA1 | Date |
---|---|---|
|
dc2f054d76 |
|
@ -7,7 +7,7 @@ guava = "33.2.0-jre"
|
|||
assertj = "3.26.0"
|
||||
junit = "5.10.2"
|
||||
testcontainers = "1.19.8"
|
||||
protoc = "3.25.1"
|
||||
protoc = "4.27.0"
|
||||
failsafe = "3.3.2"
|
||||
awaitility = "4.2.1"
|
||||
commonsIo = "2.16.1"
|
||||
|
@ -19,15 +19,15 @@ picocli = "4.7.6"
|
|||
restAssured = "5.4.0"
|
||||
javaxAnnotation = "1.3.2"
|
||||
|
||||
versionsPlugin = "0.50.0"
|
||||
versionsPlugin = "0.51.0"
|
||||
errorPronePlugin = "3.1.0"
|
||||
spotlessPlugin = "6.23.3"
|
||||
spotlessPlugin = "6.25.0"
|
||||
shadowPlugin = "8.1.1"
|
||||
testLoggerPlugin = "4.0.0"
|
||||
protobufPlugin = "0.9.4"
|
||||
nexusPublishPlugin = "1.3.0"
|
||||
axionReleasePlugin = "1.16.1"
|
||||
testRetryPlugin = "1.5.8"
|
||||
nexusPublishPlugin = "2.0.0"
|
||||
axionReleasePlugin = "1.17.2"
|
||||
testRetryPlugin = "1.5.9"
|
||||
|
||||
|
||||
[libraries]
|
||||
|
|
Loading…
Reference in New Issue