Skip to content

Commit

Permalink
Update dependency org.hibernate.orm:hibernate-community-dialects to v…
Browse files Browse the repository at this point in the history
…6.5.2.Final
  • Loading branch information
renovate[bot] authored May 20, 2024
1 parent c85b025 commit 4ae6904
Showing 1 changed file 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 @@ -37,7 +37,7 @@ dependencies {
// Database
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.xerial:sqlite-jdbc:3.45.2.0")
implementation("org.hibernate.orm:hibernate-community-dialects:6.4.4.Final")
implementation("org.hibernate.orm:hibernate-community-dialects:6.5.2.Final")

// Fastjson
implementation("com.alibaba:fastjson:2.0.48")
Expand Down

0 comments on commit 4ae6904

Please sign in to comment.