Skip to content

Commit

Permalink
Update docx4j dependency version (#274)
Browse files Browse the repository at this point in the history
This commit updates the docx4j dependency version in pom.xml from 11.4.9
to 11.4.11. The change helps to incorporate improvements and fixes from
the latest versions, ensuring that our project stays current and stable.
  • Loading branch information
caring-coder committed Mar 13, 2024
2 parents 547ca18 + 3700a54 commit daa191d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</description>
<url>https://github.com/verronpro/docx-stamper</url>
<properties>
<docx4j.version>11.4.9</docx4j.version>
<docx4j.version>11.4.11</docx4j.version>
</properties>
<scm>
<url>https://github.com/verronpro/docx-stamper</url>
Expand Down Expand Up @@ -295,7 +295,7 @@
<dependency>
<groupId>org.docx4j</groupId>
<artifactId>docx4j-core</artifactId>
<version>11.4.9</version>
<version>${docx4j.version}</version>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
Expand Down

0 comments on commit daa191d

Please sign in to comment.