diff --git a/Main/config-sources/filesystem/index.html b/Main/config-sources/filesystem/index.html index f9f271e58..5ced6ec61 100644 --- a/Main/config-sources/filesystem/index.html +++ b/Main/config-sources/filesystem/index.html @@ -974,7 +974,7 @@
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-source-file-system</artifactId>
- <version>3.5.2-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</dependency>
The configuration property smallrye.config.source.file.locations
sets the directory paths to look up the files. It
diff --git a/Main/config-sources/hocon/index.html b/Main/config-sources/hocon/index.html
index c3799fd27..04e791aec 100644
--- a/Main/config-sources/hocon/index.html
+++ b/Main/config-sources/hocon/index.html
@@ -952,7 +952,7 @@
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-source-hocon</artifactId>
- <version>3.5.2-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</dependency>
Expressions defined as ${value}
(unquoted) are resolved internally by the HOCON Config Source as described in the
diff --git a/Main/config-sources/keystore/index.html b/Main/config-sources/keystore/index.html
index 05fea8b4d..af87b6feb 100644
--- a/Main/config-sources/keystore/index.html
+++ b/Main/config-sources/keystore/index.html
@@ -1023,7 +1023,7 @@
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-source-keystore</artifactId>
- <version>3.5.2-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-source-yaml</artifactId>
- <version>3.5.2-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</dependency>
diff --git a/Main/config-sources/zookeeper/index.html b/Main/config-sources/zookeeper/index.html
index 0cedfe916..bb07fe4ea 100644
--- a/Main/config-sources/zookeeper/index.html
+++ b/Main/config-sources/zookeeper/index.html
@@ -950,7 +950,7 @@ <dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-source-zookeeper</artifactId>
- <version>3.5.2-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</dependency>
It also requires to set up additional configuration properties to identify the ZooKeeper instance:
diff --git a/Main/config/secret-keys/index.html b/Main/config/secret-keys/index.html index 4624e7e2e..8697abb4a 100644 --- a/Main/config/secret-keys/index.html +++ b/Main/config/secret-keys/index.html @@ -1063,7 +1063,7 @@<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-crypto</artifactId>
- <version>3.5.2-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</dependency>
${aes-gcm-nopadding::...}
#<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-jasypt</artifactId>
- <version>3.5.2-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</dependency>
${jasypt::...}
#<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-converter-json</artifactId>
- <version>3.5.2-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</dependency>
JsonObject
or JsonArray
are automatically converted from their String
value.
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-events</artifactId>
- <version>3.5.2-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-source-injection</artifactId>
- <version>3.5.2-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config</artifactId>
- <version>3.5.2-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</dependency>