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 Jul 29, 2024
1 parent 3055fed commit f7d4ee9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@
<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.1</jaxb.api.version>
<jaxb.glassfish-runtime.version>2.3.6</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>
<junit.version>5.9.2</junit.version>
<elasticsearch.version>7.17.10</elasticsearch.version>
<elasticsearch.version>7.17.13</elasticsearch.version>
<maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>

<!-- maven-resources-plugin versions greater 3.2.0 introduce changes that
Expand Down Expand Up @@ -507,7 +507,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 @@ -787,7 +787,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 f7d4ee9

Please sign in to comment.