Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit 1319845

Browse files
Bump jakarta.persistence-api from 2.2.3 to 3.0.0
Bumps [jakarta.persistence-api](https://github.com/eclipse-ee4j/jpa-api) from 2.2.3 to 3.0.0. - [Release notes](https://github.com/eclipse-ee4j/jpa-api/releases) - [Commits](https://github.com/eclipse-ee4j/jpa-api/commits) Signed-off-by: dependabot[bot] <support@github.com>
1 parent c43ef01 commit 1319845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161

6262
implementation("org.jetbrains.kotlin:kotlin-reflect:${jetBrainsKotlin}")
6363
implementation("org.jetbrains.kotlin:kotlin-stdlib-js:${jetBrainsKotlin}")
64-
implementation("jakarta.persistence:jakarta.persistence-api:2.2.3")
64+
implementation("jakarta.persistence:jakarta.persistence-api:3.0.0")
6565

6666
// SSO - Security
6767
implementation("org.springframework.boot:spring-boot-starter-security:${springBootVersion}")

0 commit comments

Comments
 (0)