Skip to content

Commit

Permalink
chore: bump org.hibernate:hibernate-spatial from 6.6.4.Final to 6.6.5…
Browse files Browse the repository at this point in the history
….Final (#70)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 16cf479 commit c481888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soridam-domain/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {

// 지리 데이터 관리 도구
implementation 'org.locationtech.jts:jts-core:1.20.0'
implementation 'org.hibernate:hibernate-spatial:6.6.4.Final'
implementation 'org.hibernate:hibernate-spatial:6.6.5.Final'

// Querydsl 관련 의존성 (타입 안전한 쿼리 작성)
implementation 'com.querydsl:querydsl-jpa:5.0.0:jakarta' // Querydsl JPA 지원
Expand Down

0 comments on commit c481888

Please sign in to comment.