Skip to content

Commit 306d46a

Browse files
committed
Fix incorrect version
1 parent 4bd0ac1 commit 306d46a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

db-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>jakarta.persistence</groupId>
6767
<artifactId>jakarta.persistence-api</artifactId>
68-
<version>3.2.1-SNAPSHOT</version>
68+
<version>3.2.0</version>
6969
</dependency>
7070

7171
<!-- Tests -->

0 commit comments

Comments
 (0)