Skip to content

Commit

Permalink
Bump jakarta.persistence-api from 3.0.0 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [jakarta.persistence-api](https://github.com/eclipse-ee4j/jpa-api) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/eclipse-ee4j/jpa-api/releases)
- [Commits](https://github.com/eclipse-ee4j/jpa-api/commits)

---
updated-dependencies:
- dependency-name: jakarta.persistence:jakarta.persistence-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 19, 2023
1 parent 2971d53 commit e928400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion independent-projects/arc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<!-- specification versions -->
<version.cdi>4.0.1</version.cdi>
<version.jakarta-annotation>2.1.1</version.jakarta-annotation>
<version.jpa>3.0.0</version.jpa>
<version.jpa>3.1.0</version.jpa>
<version.jta>2.0.1</version.jta>
<!-- main versions -->
<version.gizmo>1.6.1.Final</version.gizmo>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/resteasy-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<jboss-logging.version>3.5.1.Final</jboss-logging.version>
<jakarta.annotation-api.version>2.1.1</jakarta.annotation-api.version>
<gizmo.version>1.6.1.Final</gizmo.version>
<jakarta.persistence-api.version>3.0.0</jakarta.persistence-api.version>
<jakarta.persistence-api.version>3.1.0</jakarta.persistence-api.version>

<version.compiler.plugin>3.11.0</version.compiler.plugin>
<version.enforcer.plugin>3.2.1</version.enforcer.plugin>
Expand Down

0 comments on commit e928400

Please sign in to comment.