Skip to content

Commit

Permalink
Auto-Update Dependencies
Browse files Browse the repository at this point in the history
Updated jakarta.persistence:jakarta.persistence-api:jar:3.2.0-B02 to version 3.2.0-M1
Updated org.xerial:sqlite-jdbc:jar:3.44.0.0 to version 3.44.1.0
  • Loading branch information
actions-user committed Nov 28, 2023
1 parent 10579bc commit 990c06a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
<dependency>
<groupId>jakarta.persistence</groupId>
<artifactId>jakarta.persistence-api</artifactId>
<version>3.2.0-B02</version>
<version>3.2.0-M1</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.44.0.0</version>
<version>3.44.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 990c06a

Please sign in to comment.