Skip to content

Commit ae7e494

Browse files
build(deps): Bump org.hibernate.orm:hibernate-community-dialects
Bumps [org.hibernate.orm:hibernate-community-dialects](https://github.com/hibernate/hibernate-orm) from 7.2.7.Final to 7.3.0.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.0/changelog.txt) - [Commits](hibernate/hibernate-orm@7.2.7...7.3.0) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 7.3.0.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 59bde3b commit ae7e494

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ test-containers-oracle = { module = "org.testcontainers:oracle-free", version.re
5050
test-containers-postgresql = { module = "org.testcontainers:postgresql", version.ref = "test-containers" }
5151

5252
# Example dependencies
53-
hibernate-community-dialects = { module = "org.hibernate.orm:hibernate-community-dialects", version = "7.2.7.Final" }
54-
hibernate-core = { module = "org.hibernate.orm:hibernate-core", version = "7.2.7.Final" }
53+
hibernate-community-dialects = { module = "org.hibernate.orm:hibernate-community-dialects", version = "7.3.0.Final" }
54+
hibernate-core = { module = "org.hibernate.orm:hibernate-core", version = "7.3.0.Final" }
5555
hibernate-validator = { module = "org.hibernate.validator:hibernate-validator", version.ref = "hibernate-validator-version" }
5656
glassfish-jakarta = { module = "org.glassfish:jakarta.el", version = "4.0.2" }
5757
hikari = { module = "com.zaxxer:HikariCP", version.ref = "hikari" }

0 commit comments

Comments
 (0)