Skip to content

Commit

Permalink
Fixes #143 - Update dependencies (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Mar 4, 2024
1 parent 2974f4e commit 112d7eb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pom.xml
Expand Up @@ -11,18 +11,19 @@
<packaging>war</packaging>
<name>Piranha - Start</name>
<properties>
<jakartaee.version>10.0.0</jakartaee.version>
<jandex-maven-plugin.version>1.2.3</jandex-maven-plugin.version>
<junit.version>5.9.2</junit.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-failsafe-plugin.version>3.1.0</maven-failsafe-plugin.version>
<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
<!-- dependencies -->
<piranha.version>23.10.0</piranha.version>
<jakartaee.version>10.0.0</jakartaee.version>
<junit.version>5.10.2</junit.version>
<piranha.version>24.2.0</piranha.version>
<!-- other -->
<java.version>21</java.version>
<piranha.distribution>webprofile</piranha.distribution>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- plugins -->
<jandex-maven-plugin.version>1.2.3</jandex-maven-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-failsafe-plugin.version>3.1.0</maven-failsafe-plugin.version>
<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
</properties>
<build>
<finalName>piranha-start</finalName>
Expand Down

0 comments on commit 112d7eb

Please sign in to comment.