Skip to content

Commit

Permalink
Merge pull request #55 from ahunigel/dependabot/gradle/org.hibernate-…
Browse files Browse the repository at this point in the history
…hibernate-core-6.5.0.Final

chore(deps): bump org.hibernate:hibernate-core from 6.4.4.Final to 6.5.0.Final
  • Loading branch information
ahunigel authored Apr 30, 2024
2 parents 7d7ee82 + 74d78d8 commit 23df086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {

api "org.springframework.boot:spring-boot"
implementation "org.springframework.security:spring-security-core"
implementation "org.hibernate:hibernate-core:6.4.4.Final"
implementation "org.hibernate:hibernate-core:6.5.0.Final"

api "org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.2.Final"
implementation 'com.google.guava:guava:33.1.0-jre'
Expand Down

0 comments on commit 23df086

Please sign in to comment.