Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Aug 20, 2024
1 parent 4f6829a commit d1de50c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,20 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-jaxb-pom</artifactId>
<version>2.0.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-jaxws-pom</artifactId>
<version>2.0.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.helger.commons</groupId>
<artifactId>ph-commons-parent-pom</artifactId>
Expand Down Expand Up @@ -136,7 +150,7 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.7.0</version>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>com.helger</groupId>
Expand Down

0 comments on commit d1de50c

Please sign in to comment.