Skip to content

Commit

Permalink
Bump datanucleus jars to latest DN 5.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mboapache committed Jun 16, 2024
1 parent 21aa1e2 commit 29a9809
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,17 +213,17 @@
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-core</artifactId>
<version>5.2.9</version>
<version>5.2.11</version>
</dependency>
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-rdbms</artifactId>
<version>5.2.9</version>
<version>5.2.12</version>
</dependency>
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-api-jdo</artifactId>
<version>5.2.8</version>
<version>5.2.9</version>
</dependency>
<dependency>
<groupId>org.datanucleus</groupId>
Expand Down

0 comments on commit 29a9809

Please sign in to comment.