Skip to content

Commit abfe090

Browse files
committed
Update Nimbus to 10.4.2
Also update Soteria and JWT, but these have no functional changes except for the OSGi constraints to allow Nimbus 10.x instead of 9.x
1 parent a4bbe77 commit abfe090

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appserver/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@
100100
<jakarta.interceptor-api.version>2.1.0</jakarta.interceptor-api.version>
101101

102102
<!-- Jakarta Security + Authentication/Authorization -->
103-
<soteria.version>3.0.3</soteria.version>
103+
<soteria.version>3.0.4</soteria.version>
104104
<exousia.version>2.1.3</exousia.version>
105105
<epicyro.version>3.0.0</epicyro.version>
106-
<nimbus.version>9.47</nimbus.version>
106+
<nimbus.version>10.4.2</nimbus.version>
107107
<jcip.version>1.0.2</jcip.version>
108108

109109
<!-- Jakarta Messaging -->
@@ -164,7 +164,7 @@
164164

165165
<!-- MicroProfile JWT / JWT Authentication Mechanism for Jakarta Security -->
166166
<microprofile-jwt-auth-api.version>2.1</microprofile-jwt-auth-api.version>
167-
<omnifaces-jwt-auth.version>2.0.2</omnifaces-jwt-auth.version>
167+
<omnifaces-jwt-auth.version>2.0.3</omnifaces-jwt-auth.version>
168168

169169
<!-- MicroProfile REST Client -->
170170
<microprofile.rest-client.version>3.0.1</microprofile.rest-client.version>

0 commit comments

Comments
 (0)