Skip to content

Commit

Permalink
Update Nimbus to 9.25, javassist to 3.29.2, webconsole to 4.8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed Sep 16, 2022
1 parent e58d442 commit ea19aa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<jakarta.authentication-api.version>3.0.0</jakarta.authentication-api.version>
<soteria.version>3.0.0</soteria.version>
<exousia.version>2.1.0</exousia.version>
<nimbus.version>9.24.2</nimbus.version>
<nimbus.version>9.25</nimbus.version>
<jcip.version>1.0.2</jcip.version>

<!-- Jakarta Messaging -->
Expand Down
4 changes: 2 additions & 2 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

<jboss.logging.annotation.version>2.2.1.Final</jboss.logging.annotation.version>
<jboss.logging.version>3.5.0.Final</jboss.logging.version>
<javassist.version>3.29.1-GA</javassist.version>
<javassist.version>3.29.2-GA</javassist.version>
<asm.version>9.3</asm.version>
<jsch.version>0.1.56</jsch.version>
<antlr.version>2.7.8</antlr.version>
Expand Down Expand Up @@ -477,7 +477,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole</artifactId>
<version>4.8.2</version>
<version>4.8.4</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
Expand Down

0 comments on commit ea19aa9

Please sign in to comment.