@@ -12,7 +12,7 @@ object Dependencies {
12
12
val conscript = libraryDependencies += " org.conscrypt" % " conscrypt-openjdk-uber" % " 2.5.2"
13
13
val decline = libraryDependencies += " com.monovore" %%% " decline" % " 2.5.0"
14
14
val fansi = libraryDependencies += " com.lihaoyi" %%% " fansi" % " 0.5.0"
15
- val jetcd = libraryDependencies += " io.etcd" % " jetcd-core" % " 0.8.4 "
15
+ val jetcd = libraryDependencies += " io.etcd" % " jetcd-core" % " 0.8.5 "
16
16
val monocleCore = libraryDependencies += " dev.optics" %%% " monocle-core" % " 3.3.0"
17
17
val scalaSwing = libraryDependencies += " org.scala-lang.modules" %% " scala-swing" % " 3.0.0"
18
18
val scalaXml = libraryDependencies += " org.scala-lang.modules" %% " scala-xml" % " 2.3.0"
@@ -25,8 +25,8 @@ object Dependencies {
25
25
// Note, jdk18 means JDK 1.8
26
26
" org.bouncycastle" % " bcprov-jdk18on" % " 1.80" ,
27
27
" org.bouncycastle" % " bcpkix-jdk18on" % " 1.80" ,
28
- " io.github.hakky54" % " sslcontext-kickstart" % " 9.0 .0" ,
29
- " io.github.hakky54" % " sslcontext-kickstart-for-pem" % " 9.0 .0" ,
28
+ " io.github.hakky54" % " sslcontext-kickstart" % " 9.1 .0" ,
29
+ " io.github.hakky54" % " sslcontext-kickstart-for-pem" % " 9.1 .0" ,
30
30
)
31
31
32
32
def borer = libraryDependencies ++= Seq (
@@ -35,7 +35,7 @@ object Dependencies {
35
35
)
36
36
37
37
def jetty = {
38
- val jettyVersion = " 12.0.16 "
38
+ val jettyVersion = " 12.0.17 "
39
39
Seq (
40
40
" org.eclipse.jetty.websocket" % " jetty-websocket-jetty-server" % jettyVersion,
41
41
" org.eclipse.jetty.websocket" % " jetty-websocket-jetty-client" % jettyVersion,
0 commit comments