Skip to content

Commit 3f0c7a4

Browse files
author
Dave Wichers
committed
2 parents 72cf655 + 0bb22b1 commit 3f0c7a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@
624624
<dependency>
625625
<groupId>commons-codec</groupId>
626626
<artifactId>commons-codec</artifactId>
627-
<version>1.20.0</version>
627+
<version>1.21.0</version>
628628
</dependency>
629629

630630
<!-- mvn dependency:analyze says this is an unused declared dependency, but its wrong. Get this runtime error if it's not included: Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.apache.commons.dbcp.BasicDataSource] for bean with name 'dataSource' defined in class path resource [context.xml]; nested exception is java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSource -->
@@ -924,7 +924,7 @@
924924
<plugin>
925925
<groupId>org.apache.maven.plugins</groupId>
926926
<artifactId>maven-compiler-plugin</artifactId>
927-
<version>3.14.1</version>
927+
<version>3.15.0</version>
928928
<configuration>
929929
<fork>true</fork>
930930
<meminitial>1000m</meminitial>

0 commit comments

Comments
 (0)