Skip to content

Commit 1d78329

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 6.4.1.Final to 7.0.3.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.0.3/changelog.txt) - [Commits](hibernate/hibernate-orm@6.4.1...7.0.3) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 7.0.3.Final dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 27b8b9e commit 1d78329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111

1212
// other libraries to benchmark against
1313
implementation("org.hibernate.orm:hibernate-core:6.6.11.Final")
14-
implementation("org.hibernate.orm:hibernate-community-dialects:6.4.1.Final")
14+
implementation("org.hibernate.orm:hibernate-community-dialects:7.0.3.Final")
1515
implementation("org.ktorm:ktorm-core:4.1.1")
1616
implementation("org.ktorm:ktorm-support-postgresql:4.1.1")
1717
implementation("org.ktorm:ktorm-support-sqlite:4.1.1")

0 commit comments

Comments
 (0)