Skip to content

Commit

Permalink
Integrate EJB 4.0.1, Felid admin 1.9.24 and checkstyle 10.2
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 May 4, 2022
1 parent cf33377 commit 9c0a6c1
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 @@ -123,7 +123,7 @@
<jbatch.version>2.1.0-M2</jbatch.version>

<!-- Jakarta Enterprise beans -->
<jakarta.ejb-api.version>4.0.0</jakarta.ejb-api.version>
<jakarta.ejb-api.version>4.0.1</jakarta.ejb-api.version>

<!-- Jakarta JSON -->
<jakarta.jsonp-api.version>2.1.0</jakarta.jsonp-api.version>
Expand Down
4 changes: 2 additions & 2 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configadmin</artifactId>
<version>1.9.22</version>
<version>1.9.24</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
Expand Down Expand Up @@ -886,7 +886,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.1</version>
<version>10.2</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit 9c0a6c1

Please sign in to comment.