This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 092f154963 ARTEMIS-4347 upgrade Keycloak in security example
092f154963 is described below
commit 092f154963c2d74ee706f5c55f2b2934f18c9f9d
Author: Justin Bertram <[email protected]>
AuthorDate: Wed Jul 5 13:01:14 2023 -0500
ARTEMIS-4347 upgrade Keycloak in security example
---
examples/features/standard/security-keycloak/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/features/standard/security-keycloak/pom.xml
b/examples/features/standard/security-keycloak/pom.xml
index 6f421651b0..6ba8232ea1 100644
--- a/examples/features/standard/security-keycloak/pom.xml
+++ b/examples/features/standard/security-keycloak/pom.xml
@@ -33,7 +33,7 @@ under the License.
<properties>
<activemq.basedir>${project.basedir}/../../../..</activemq.basedir>
- <version.org.keycloak>21.0.0</version.org.keycloak>
+ <version.org.keycloak>21.1.2</version.org.keycloak>
<version.jboss.logging>3.5.0.Final</version.jboss.logging>
</properties>