Skip to content

Commit

Permalink
fix: hibernate-5
Browse files Browse the repository at this point in the history
  • Loading branch information
cj848 authored Nov 22, 2024
1 parent e60a030 commit 39a6898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs.example.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spring-batch5-test = { module = "org.springframework.batch:spring-batch-test", v
spring-batch4-test = { module = "org.springframework.batch:spring-batch-test", version = "4.3.10" }

# hibernate
hibernate5-core = { module = "org.hibernate:hibernate-core", version = "6.6.3.Final" }
hibernate5-core = { module = "org.hibernate:hibernate-core", version = "5.6.15.Final" }
hibernate6-core = { module = "org.hibernate:hibernate-core", version = "6.6.3.Final" }

# hibernate-reactive
Expand Down

0 comments on commit 39a6898

Please sign in to comment.