Browse Source

update commons-codec:commons-codec 1.5 to 1.13

pull/12558/head
chncaption 1 year ago
parent
commit
eb1406e31b
1 changed files with 4 additions and 6 deletions
  1. 4
    6
      pom.xml

+ 4
- 6
pom.xml View File

@@ -1,6 +1,5 @@
<?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">
<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>
<parent>
<groupId>com.vaadin</groupId>
@@ -133,7 +132,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.5</version>
<version>1.13</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@@ -502,7 +501,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
@@ -895,5 +894,4 @@
</profile>
</profiles>

</project>

</project>

Loading…
Cancel
Save