Skip to content

Commit

Permalink
Update JSTL Impl to 3.0.1, Nimbus to 9.25.4 and Con. to 3.0.2
Browse files Browse the repository at this point in the history
Updated Junit and checkstyle

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed Sep 29, 2022
1 parent 73d65ad commit 5c69f5b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions appserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<tyrus.version>2.1.0</tyrus.version>

<!-- Jakarta Concurrency -->
<jakarta.concurrent-api.version>3.0.1</jakarta.concurrent-api.version>
<jakarta.concurrent-api.version>3.0.2</jakarta.concurrent-api.version>
<concurrent.version>3.0.0</concurrent.version>
<concurrent2.version>3.0.0-RC5</concurrent2.version>

Expand All @@ -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.25</nimbus.version>
<nimbus.version>9.25.4</nimbus.version>
<jcip.version>1.0.2</jcip.version>

<!-- Jakarta Messaging -->
Expand Down Expand Up @@ -144,7 +144,7 @@

<!-- Jakarta Standard Tag Library -->
<jstl-api.version>3.0.0</jstl-api.version>
<jstl-impl.version>3.0.0</jstl-impl.version>
<jstl-impl.version>3.0.1</jstl-impl.version>

<!-- Jakarta CDI -->
<jakarta.cdi-api.version>4.0.1</jakarta.cdi-api.version>
Expand All @@ -156,7 +156,7 @@
<krazo.version>3.0.0</krazo.version>

<!-- MicroProfile Config -->
<microprofile.config-api.version>3.0.1</microprofile.config-api.version>
<microprofile.config-api.version>3.0.2</microprofile.config-api.version>
<helidon-config.version>3.0.1</helidon-config.version>

<!-- Admin console components -->
Expand Down
2 changes: 1 addition & 1 deletion appserver/tests/tck/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ mvn clean install -Dgroups=security
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.9.0</version>
<version>5.9.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@

<easymock.version>4.3</easymock.version>
<jmockit.version>1.49</jmockit.version>
<junit.version>5.9.0</junit.version>
<junit.version>5.9.1</junit.version>
<jmh.version>1.35</jmh.version>
<osgi-resource-locator.version>1.0.3</osgi-resource-locator.version>

Expand Down Expand Up @@ -908,7 +908,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.3.3</version>
<version>10.3.4</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit 5c69f5b

Please sign in to comment.