Skip to content

Commit

Permalink
Swap javax.persistence-api for jakarta.persistence-api
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed May 19, 2024
1 parent 94c5882 commit 39820ce
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ group = "org.openrewrite.recipe"
description = "Hibernate ORM Migration"

recipeDependencies {
parserClasspath("javax.persistence:javax.persistence-api:2.+")
parserClasspath("jakarta.persistence:jakarta.persistence-api:latest.release")
parserClasspath("org.hibernate.orm:hibernate-core:6.5.1.Final")
}

Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 39820ce

Please sign in to comment.