Skip to content

Commit d503fe3

Browse files
chore(deps): bump org.hibernate.orm:hibernate-spatial
Bumps [org.hibernate.orm:hibernate-spatial](https://github.com/hibernate/hibernate-orm) from 6.2.7.Final to 6.6.13.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.13/changelog.txt) - [Commits](hibernate/hibernate-orm@6.2.7...6.6.13) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-spatial dependency-version: 6.6.13.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 861859f commit d503fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

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

4141
// PostgreSQL + PostGIS
4242
implementation("org.postgresql:postgresql:42.7.3") // 최신 버전 확인
43-
implementation ("org.hibernate.orm:hibernate-spatial:6.2.7.Final") // 최신 Hibernate 6
43+
implementation ("org.hibernate.orm:hibernate-spatial:6.6.13.Final") // 최신 Hibernate 6
4444
implementation("org.hibernate.orm:hibernate-core:6.2.7.Final")
4545

4646
// Geometry 관련

0 commit comments

Comments
 (0)