Skip to content

Commit

Permalink
JDO-811: Update JDO dependencies (#46)
Browse files Browse the repository at this point in the history
* JDO-811: Update JDO dependencies

* JDO-811: Using DN version 5.2.9 instead of 6.0.0-m4 because of Java8 issues
  • Loading branch information
mboapache authored Apr 28, 2022
1 parent 953ae40 commit 3fa6543
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
27 changes: 14 additions & 13 deletions parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>25</version>
<version>26</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -178,7 +178,8 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.6.3</version>
<version>3.8.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
Expand All @@ -188,13 +189,13 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.11</version>
<version>1.10.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.7.0</version>
<version>5.8.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
Expand All @@ -214,12 +215,12 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.2.21.RELEASE</version>
<version>5.3.19</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Expand All @@ -229,13 +230,13 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.6.0</version>
<version>3.6.4</version>
</dependency>
<dependency>
<!-- License: EDL 1.0 https://www.eclipse.org/org/documents/edl-v10.php -->
<groupId>org.glassfish.corba</groupId>
<artifactId>glassfish-corba-omgapi</artifactId>
<version>4.2.2</version>
<version>4.2.4</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -246,15 +247,15 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.2</version>
<version>3.3.0</version>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
Expand All @@ -268,7 +269,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
Expand All @@ -277,7 +278,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
10 changes: 5 additions & 5 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-api-jdo</artifactId>
<version>5.2.7</version>
<version>5.2.8</version>
</dependency>
<dependency>
<groupId>org.datanucleus</groupId>
Expand All @@ -218,17 +218,17 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>
<dependency>
<!-- License: CDDL + GPLv2 with classpath exception https://github.com/javaee/javax.annotation/blob/master/LICENSE -->
Expand All @@ -240,7 +240,7 @@
<!-- License: EDL 1.0 https://www.eclipse.org/org/documents/edl-v10.php -->
<groupId>org.glassfish.corba</groupId>
<artifactId>glassfish-corba-orb</artifactId>
<version>4.2.2</version>
<version>4.2.4</version>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit 3fa6543

Please sign in to comment.