Skip to content

Commit 0b1c47c

Browse files
committed
Merge branch 'release/2.4.15'
2 parents dc4e0fd + 37e7c1a commit 0b1c47c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

PRC-CSV2XML-Core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.apache.poi</groupId>
9797
<artifactId>poi-ooxml</artifactId>
98-
<version>4.0.0</version>
98+
<version>4.0.1</version>
9999
</dependency>
100100
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-text -->
101101
<dependency>
@@ -116,7 +116,7 @@
116116
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-assembly-plugin -->
117117
<plugin>
118118
<artifactId>maven-assembly-plugin</artifactId>
119-
<version>3.1.0</version>
119+
<version>3.1.1</version>
120120
<executions>
121121
<execution>
122122
<phase>package</phase>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ mvn clean install -DskipTests
1414

1515
```
1616
Usage:
17-
--deleteOnExit (--deleteOnExit) : deleteOnExit temporal files
17+
--deleteOnExit (--deleteOnExit) : deleteOnExit temporal files
1818
-c (--charset) [UTF-8, ISO_8859_1, US_ASCII, UTF_16, UTF_16BE, UTF_16LE] : charset output file
1919
-d (--delimiter) <char> : delimiter char
2020
-f (--formatted) : formatted output file
2121
-i (--input) <Path> : input file
2222
-l (--endOfLine) <String> : End Of Line Symbols
2323
-o (--output) <Path> : output file
24-
-ruct (--ruct) https://www.educacion.gob.es/ruct/home : ruct code : ruct code
24+
-ruct (--ruct) https://www.educacion.gob.es/ruct/home : ruct code
2525
```

pom.xml

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

26-
<revision>2.4.14</revision>
26+
<revision>2.4.15</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>
3131
<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>
34-
<log4j.version>2.11.1</log4j.version>
34+
<log4j.version>2.11.2</log4j.version>
3535
<args4j.version>2.33</args4j.version>
3636
<super.csv.version>2.4.0</super.csv.version>
3737

0 commit comments

Comments
 (0)