Skip to content

Commit 0ce4ec2

Browse files
committed
Merge branch 'release/2.4.13'
2 parents 0cc1204 + 3e11c45 commit 0ce4ec2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

PRC-CSV2XML-Core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>com.monitorjbl</groupId>
8686
<artifactId>xlsx-streamer</artifactId>
87-
<version>1.2.1</version>
87+
<version>2.0.0</version>
8888
</dependency>
8989
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
9090
<dependency>
@@ -101,13 +101,13 @@
101101
<dependency>
102102
<groupId>org.apache.commons</groupId>
103103
<artifactId>commons-text</artifactId>
104-
<version>1.4</version>
104+
<version>1.6</version>
105105
</dependency>
106106
<!-- https://mvnrepository.com/artifact/org.apache.xmlbeans/xmlbeans -->
107107
<dependency>
108108
<groupId>org.apache.xmlbeans</groupId>
109109
<artifactId>xmlbeans</artifactId>
110-
<version>3.0.1</version>
110+
<version>3.0.2</version>
111111
</dependency>
112112
</dependencies>
113113

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<maven.compiler.testSource>1.8</maven.compiler.testSource>
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2525

26-
<revision>2.4.12</revision>
26+
<revision>2.4.13</revision>
2727

2828
<junit.version>4.12</junit.version>
2929
<commons.lang3.version>3.7</commons.lang3.version>
3030
<commons.io.version>2.6</commons.io.version>
31-
<commons.text.version>1.4</commons.text.version>
31+
<commons.text.version>1.6</commons.text.version>
3232
<javatuples.version>1.2</javatuples.version>
3333
<typesafe.config.version>1.3.3</typesafe.config.version>
3434
<log4j.version>2.11.1</log4j.version>
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.apache.maven.plugins</groupId>
142142
<artifactId>maven-surefire-plugin</artifactId>
143-
<version>2.22.0</version>
143+
<version>2.22.1</version>
144144
</plugin>
145145
</plugins>
146146
</build>

0 commit comments

Comments
 (0)