Skip to content

Commit

Permalink
Merge branch 'current' into issue-4521
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Jan 12, 2025
2 parents 02ff813 + a80ff9c commit 9f7a6ab
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 18 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
<microprofile-jwt-auth-api.version>2.1</microprofile-jwt-auth-api.version>
<microprofile-jwt-auth.version>3.0.0</microprofile-jwt-auth.version>
<mojarra.version>4.1.2</mojarra.version>
<netty.version>4.1.115.Final</netty.version>
<nimbus-jose-jwt.version>9.47</nimbus-jose-jwt.version>
<netty.version>4.1.116.Final</netty.version>
<nimbus-jose-jwt.version>10.0.1</nimbus-jose-jwt.version>
<omni-mp-config.version>3.0.0</omni-mp-config.version>
<omnibeans.version>0.3</omnibeans.version>
<omniservices.version>0.4</omniservices.version>
Expand All @@ -125,12 +125,12 @@
<shrinkwrap-descriptors-api-base.version>2.0.0</shrinkwrap-descriptors-api-base.version>
<shrinkwrap-resolver.version>3.3.3</shrinkwrap-resolver.version>
<soteria.version>4.0.0-M3</soteria.version>
<spring-boot.version>3.4.0</spring-boot.version>
<spring-boot.version>3.4.1</spring-boot.version>
<transact-cdi-beans.version>1.0.1</transact-cdi-beans.version>
<tyrus.version>2.2.0</tyrus.version>
<undertow.version>2.3.18.Final</undertow.version>
<wasp.version>4.0.0-M2</wasp.version>
<weld.version>6.0.0.CR2</weld.version>
<wasp.version>4.0.0</wasp.version>
<weld.version>6.0.0.Final</weld.version>
<yasson.version>3.0.4</yasson.version>
<!-- plugins -->
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
Expand Down
4 changes: 1 addition & 3 deletions test/coreprofile/arquillian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
<packaging>war</packaging>
<name>Piranha - Test - Core Profile - Testing with JUnit 5 and Arquillian</name>
<properties>
<!-- dependencies -->
<piranha.version>${project.version}</piranha.version>
<!-- other -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand All @@ -28,7 +26,7 @@
<dependency>
<groupId>cloud.piranha.arquillian</groupId>
<artifactId>piranha-arquillian-managed</artifactId>
<version>${piranha.version}</version>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions test/coreprofile/json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<name>Piranha - Test - Core Profile - Create a JSON temperature service</name>
<properties>
<!-- other -->
<piranha.version>${project.version}</piranha.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
Expand Down Expand Up @@ -46,7 +45,7 @@
<plugin>
<groupId>cloud.piranha.maven</groupId>
<artifactId>piranha-maven-plugin</artifactId>
<version>${piranha.version}</version>
<version>${project.version}</version>
<executions>
<execution>
<id>pre-integration-test</id>
Expand Down
3 changes: 1 addition & 2 deletions test/coreprofile/no_servlet_class/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<name>Piranha - Test - Core Profile - No servlet-class specified</name>
<properties>
<!-- other -->
<piranha.version>${project.version}</piranha.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
Expand Down Expand Up @@ -46,7 +45,7 @@
<plugin>
<groupId>cloud.piranha.maven</groupId>
<artifactId>piranha-maven-plugin</artifactId>
<version>${piranha.version}</version>
<version>${project.version}</version>
<executions>
<execution>
<id>pre-integration-test</id>
Expand Down
3 changes: 1 addition & 2 deletions test/coreprofile/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<name>Piranha - Test - Core Profile - REST</name>
<properties>
<!-- other -->
<piranha.version>${project.version}</piranha.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
Expand All @@ -35,7 +34,7 @@
<plugin>
<groupId>cloud.piranha.maven</groupId>
<artifactId>piranha-maven-plugin</artifactId>
<version>${piranha.version}</version>
<version>${project.version}</version>
<executions>
<execution>
<id>pre-integration-test</id>
Expand Down
3 changes: 1 addition & 2 deletions test/micro/helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<!-- other -->
<java.version>21</java.version>
<piranha.distribution>micro</piranha.distribution>
<piranha.version>${project.version}</piranha.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- plugins -->
</properties>
Expand All @@ -29,7 +28,7 @@
<plugin>
<groupId>cloud.piranha.maven</groupId>
<artifactId>piranha-maven-plugin</artifactId>
<version>${piranha.version}</version>
<version>${project.version}</version>
<executions>
<execution>
<id>pre-integration-test</id>
Expand Down
3 changes: 1 addition & 2 deletions test/servlet/helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<properties>
<!-- other -->
<piranha.distribution>servlet</piranha.distribution>
<piranha.version>${project.version}</piranha.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
Expand All @@ -43,7 +42,7 @@
<plugin>
<groupId>cloud.piranha.maven</groupId>
<artifactId>piranha-maven-plugin</artifactId>
<version>${piranha.version}</version>
<version>${project.version}</version>
<executions>
<execution>
<id>pre-integration-test</id>
Expand Down

0 comments on commit 9f7a6ab

Please sign in to comment.