This is an automated email from the ASF dual-hosted git repository.
mbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo.git
The following commit(s) were added to refs/heads/master by this push:
new 0b08be4 JDO-786: commons-collections -> commons-collections4
0b08be4 is described below
commit 0b08be4223157887e0b99ca21ed09777a45024d0
Author: Michael Bouschen <mbo@apache.org>
AuthorDate: Tue Oct 27 00:03:08 2020 +0100
JDO-786: commons-collections -> commons-collections4
---
exectck/pom.xml | 10 +++++-----
parent-pom/pom.xml | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/exectck/pom.xml b/exectck/pom.xml
index 5cea6de..5164da6 100644
--- a/exectck/pom.xml
+++ b/exectck/pom.xml
@@ -40,7 +40,7 @@
<build>
<plugins>
- <plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
@@ -101,12 +101,12 @@
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-collections4</artifactId>
</dependency>
<dependency>
- <groupId>org.eclipse.persistence</groupId>
- <artifactId>javax.persistence</artifactId>
+ <groupId>org.eclipse.persistence</groupId>
+ <artifactId>javax.persistence</artifactId>
</dependency>
</dependencies>
</project>
diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index 2f89feb..f181356 100644
--- a/parent-pom/pom.xml
+++ b/parent-pom/pom.xml
@@ -112,9 +112,9 @@ Requests (JSR 12 and 243) under the auspices of the Java Community Process.</des
<version>5.2.9.RELEASE</version>
</dependency>
<dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.2</version>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-collections4</artifactId>
+ <version>4.4</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
|