Skip to content
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
06b8bae
[lineaje] Update org.bouncycastle:bcprov-jdk15on:1.68 to 1.78
Sep 4, 2025
bb53f2d
[lineaje] Update org.apache.poi:poi-ooxml:5.0.0 to 5.4.0
Sep 4, 2025
7044b9e
[lineaje] Update org.apache.xmlgraphics:batik-transcoder:1.13 to 1.17
Sep 4, 2025
85867b3
[lineaje] Update org.springframework:spring-core:5.3.9 to 5.3.14
Sep 4, 2025
a266289
[lineaje] Update org.apache.santuario:xmlsec:2.2.1 to 2.2.3
Sep 4, 2025
a26582a
[lineaje] Update xalan:xalan:2.7.2 to 2.7.3
Sep 4, 2025
8ff676e
[lineaje] Update org.apache.xmlgraphics:batik-svgbrowser:1.13 to 1.14
Sep 4, 2025
7a162c9
[lineaje] Update org.apache.pdfbox:pdfbox:2.0.22 to 2.0.24
Sep 4, 2025
e9e5707
[lineaje] Update com.fasterxml.woodstox:woodstox-core:5.2.1 to 5.4.0
Sep 4, 2025
a825224
[lineaje] Update com.squareup.okio:okio:1.6.0 to 1.17.6
Sep 4, 2025
9a583bc
[lineaje] Update com.fasterxml.jackson.core:jackson-databind:2.12.3 t…
Sep 4, 2025
026b735
[lineaje] Update org.apache.commons:commons-vfs2:2.8.0 to 2.10.0
Sep 4, 2025
ab8c68d
[lineaje] Update org.apache.xmlgraphics:batik-bridge:1.13 to 1.17
Sep 4, 2025
d64a667
[lineaje] Update org.apache.xmlgraphics:batik-script:1.13 to 1.17
Sep 4, 2025
a34f75a
[lineaje] Update org.apache.commons:commons-text:1.9 to 1.10.0
Sep 4, 2025
ba79ead
[lineaje] Update org.apache.xmlgraphics:batik-svgrasterizer:1.13 to 1.17
Sep 4, 2025
018ca4c
[lineaje] Update com.fasterxml.jackson.core:jackson-core:2.12.3 to 2.…
Sep 4, 2025
3a7f4b5
[lineaje] Update org.apache.logging.log4j:log4j-core:2.14.1 to 2.12.4
Sep 4, 2025
bece738
[lineaje] Update org.apache.commons:commons-configuration2:2.7 to 2.10.1
Sep 4, 2025
ccb2d3a
[lineaje] Update org.apache.xmlgraphics:xmlgraphics-commons:2.4 to 2.6
Sep 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 74 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.example</groupId>
<artifactId>my-app</artifactId>
<version>1.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>junit</groupId>
Expand All @@ -22,12 +17,12 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.3.9</version>
<version>5.3.14</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.3</version>
<version>2.13.2.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -37,7 +32,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.14.1</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down Expand Up @@ -67,7 +62,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.0.0</version>
<version>5.4.0</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
Expand Down Expand Up @@ -107,7 +102,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.9</version>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -132,12 +127,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.7</version>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2</artifactId>
<version>2.8.0</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -169,8 +164,72 @@
<artifactId>commons-jexl3</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.78</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-transcoder</artifactId>
<version>1.17</version>
</dependency>
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
<version>2.3.4</version>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.3</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-svgbrowser</artifactId>
<version>1.14</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.24</version>
</dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.4.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-bridge</artifactId>
<version>1.17</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-script</artifactId>
<version>1.17</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-svgrasterizer</artifactId>
<version>1.17</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>xmlgraphics-commons</artifactId>
<version>2.6</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand All @@ -184,4 +243,4 @@
</plugin>
</plugins>
</build>
</project>
</project>