diff --git a/operator/pom.xml b/operator/pom.xml
index 52d4d97bcf..27ed986104 100644
--- a/operator/pom.xml
+++ b/operator/pom.xml
@@ -31,8 +31,8 @@
11
UTF-8
UTF-8
- 6.0.0.CR1
- 3.0.0.CR1
+ 6.0.1
+ 3.0.0.Final
keycloak
diff --git a/pom.xml b/pom.xml
index 7a130b2f37..18517ac7b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
jboss-snapshots-repository
https://s01.oss.sonatype.org/content/repositories/snapshots/
- 3.0.0.Final
+ 3.0.1.Final
${timestamp}
@@ -64,12 +64,13 @@
4.4.16
0.6
1.5.1.Final
- 1.70
+ 1.72
+ 1.70
1.0.2.3
1.0.7
- 1.0.14
+ 1.0.14.1
3.3.10
3.3.10
@@ -78,12 +79,12 @@
2.1.3
2.1.214
2.2.3
- 6.2.0.Final
+ 6.2.1.Final
${hibernate-orm.version}
14.0.7.Final
4.6.0.Final
- 2.13.4
- 2.13.4.2
+ 2.14.2
+ 2.14.2
${jackson.version}
@@ -134,10 +135,6 @@
30.1-jre
1.4.20
4.10.0
-
- 1.33
-
- 2.9.2
2.6
@@ -154,7 +151,7 @@
3.24.2
${jetty94.version}
- 4.16.1
+ 4.20.0
4.2.0
7.1.0
1.0.2.Final
@@ -166,9 +163,9 @@
8.0.23
8.0.30
13.2
- 42.5.1
+ 42.6.0
10.6
- 2.7.2
+ 3.1.3
2019-latest
9.2.0.jre8
@@ -315,16 +312,6 @@
xstream
${xstream.version}
-
- org.yaml
- snakeyaml
- ${org.yaml.snakeyaml.version}
-
-
- org.apache.sshd
- sshd-common
- ${org.apache.sshd.version}
-
org.snakeyaml
snakeyaml-engine
@@ -396,12 +383,12 @@
org.bouncycastle
bcprov-jdk15on
- ${bouncycastle.version}
+ ${bouncycastle-bcprov-jdk15on.version}
org.bouncycastle
bcpkix-jdk15on
- ${bouncycastle.version}
+ ${bouncycastle-bcprov-jdk15on.version}
org.bouncycastle
diff --git a/quarkus/container/README.md b/quarkus/container/README.md
index aa58d9d808..b146b0bf17 100644
--- a/quarkus/container/README.md
+++ b/quarkus/container/README.md
@@ -7,7 +7,7 @@ It is possible to download the Keycloak distribution from a URL:
docker build --build-arg KEYCLOAK_DIST=http://:/keycloak-.tar.gz . -t
-Alternatively, you need to build the local distribution first, then copy the distributions tar package in the `containers` folder and point the build command to use the image:
+Alternatively, you need to build the local distribution first, then copy the distributions tar package in the `container` folder and point the build command to use the image:
cp $KEYCLOAK_SOURCE/quarkus/dist/target/keycloak-.tar.gz .
docker build --build-arg KEYCLOAK_DIST=keycloak-.tar.gz . -t