Skip to content

Commit

Permalink
[upgrade] Bump version of fop library
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzzz committed Oct 21, 2024
1 parent d2da89e commit 6607b5d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions extensions/modules/xslfo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@

<properties>
<avalon.framework.version>4.3.1</avalon.framework.version>
<xmlgraphics.version>2.10</xmlgraphics.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -80,19 +81,19 @@
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-core</artifactId>
<version>2.9</version>
<version>${xmlgraphics.version}</version>
</dependency>

<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-events</artifactId>
<version>2.9</version>
<version>${xmlgraphics.version}</version>
</dependency>

<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>xmlgraphics-commons</artifactId>
<version>2.9</version>
<version>${xmlgraphics.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 6607b5d

Please sign in to comment.