This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git
commit 0c8574d0d076bdbc8c550d4b8cdb245eb844ee6f Author: Mark Struberg <[email protected]> AuthorDate: Sat Oct 19 11:40:05 2024 +0200 MEECROWAVE-340 upgrade a few dependencies --- pom.xml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 07e5422..9fb3e73 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>31</version> + <version>33</version> </parent> <groupId>org.apache.meecrowave</groupId> @@ -72,19 +72,19 @@ <junit.version>4.13.2</junit.version> - <tomcat.version>10.1.24</tomcat.version> - <openwebbeans.version>4.0.2</openwebbeans.version> + <tomcat.version>10.1.31</tomcat.version> + <openwebbeans.version>4.0.3-SNAPSHOT</openwebbeans.version> <cxf.version>4.1.0-SNAPSHOT</cxf.version> <johnzon.version>2.0.1</johnzon.version> - <log4j2.version>2.23.1</log4j2.version> + <log4j2.version>2.24.1</log4j2.version> <deltaspike.version>2.0.0</deltaspike.version> <jaxb.version>2.3.0</jaxb.version> - <openjpa.version>4.0.0</openjpa.version> + <openjpa.version>4.0.1</openjpa.version> <jpa-spec.version>1.1</jpa-spec.version> <h2.version>2.2.220</h2.version> <dbcp2.version>2.9.0</dbcp2.version> <commons-cli.version>1.8.0</commons-cli.version> - <xbean.version>4.25</xbean.version> + <xbean.version>4.26</xbean.version> <geronimo-jcache-simple.version>1.0.5</geronimo-jcache-simple.version> <geronimo-jcache_1.0_spec.version>1.0-alpha-1</geronimo-jcache_1.0_spec.version> @@ -138,6 +138,10 @@ <groupId>jakarta.inject</groupId> <artifactId>jakarta.inject-api</artifactId> </exclusion> + <exclusion> + <groupId>jakarta.enterprise</groupId> + <artifactId>jakarta.enterprise.lang-model</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -208,8 +212,7 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.13.0</version> <configuration> - <source>17</source> - <target>17</target> + <release>17</release> </configuration> </plugin>
