Skip to content

Commit 8a0bc4b

Browse files
authored
Changed commons-lang3 dependency to 3.4
1 parent cc7bf0f commit 8a0bc4b

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

gp-res-filter/pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,19 @@
8383
<version>2.6.3</version>
8484
</dependency>
8585

86+
<!-- StringEscapeUtils -->
87+
<dependency>
88+
<groupId>org.apache.commons</groupId>
89+
<artifactId>commons-lang3</artifactId>
90+
<version>3.4</version>
91+
</dependency>
92+
8693
<!-- JUnit -->
8794
<dependency>
8895
<groupId>junit</groupId>
8996
<artifactId>junit</artifactId>
9097
<version>4.12</version>
9198
<scope>test</scope>
9299
</dependency>
93-
<dependency>
94-
<groupId>org.apache.commons</groupId>
95-
<artifactId>commons-lang3</artifactId>
96-
<version>3.5</version>
97-
</dependency>
98100
</dependencies>
99101
</project>

0 commit comments

Comments
 (0)