Skip to content

Commit

Permalink
Update some more dependencies to latest bugfix versions
Browse files Browse the repository at this point in the history
These updates were suggested by claude.ai.

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Oct 11, 2024
1 parent d0b8179 commit 40e658e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
<org.apache.xmlgraphics.version>2.8</org.apache.xmlgraphics.version>
<org.apache.avalon.framework.version>4.3.1</org.apache.avalon.framework.version>
<hamcrest.version>2.2-rc1</hamcrest.version>
<hibernate.version>5.6.10.Final</hibernate.version>
<hibernate.version>5.6.15.Final</hibernate.version>
<jaxb.api.version>2.3.3</jaxb.api.version>
<jaxb.glassfish-runtime.version>2.3.9</jaxb.glassfish-runtime.version>
<jaxb2-basics-runtime.version>1.11.1</jaxb2-basics-runtime.version>
<jaxen.version>1.2.0</jaxen.version>
<jhove.version>1.20.1</jhove.version>
<myfaces.version>2.3.10</myfaces.version>
<mysql.version>8.0.31</mysql.version>
<poi.version>5.2.2</poi.version>
<mysql.version>8.0.33</mysql.version>
<poi.version>5.2.5</poi.version>
<primefaces.extensions.version>8.0.5</primefaces.extensions.version>
<saxon.version>9.9.1-8</saxon.version>
<log4j.version>2.19.0</log4j.version>
Expand Down Expand Up @@ -529,7 +529,7 @@ from system library in Java 11+ -->
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>6.2.4.Final</version>
<version>6.2.5.Final</version>
<exclusions>
<exclusion>
<groupId>org.jboss.logging</groupId>
Expand Down Expand Up @@ -803,7 +803,7 @@ from system library in Java 11+ -->
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-matchers</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
</dependency>
<dependency>
<groupId>se.jiderhamn.classloader-leak-prevention</groupId>
Expand Down

0 comments on commit 40e658e

Please sign in to comment.