Skip to content

Commit 1f53c75

Browse files
bukajsytlosBrutus5000
authored andcommitted
Closes #734 Remove Hibernate version workaround
1 parent 1a16aa8 commit 1f53c75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111

1212
plugins {
1313
id "java"
14-
id "org.springframework.boot" version "3.0.5"
14+
id "org.springframework.boot" version "3.0.6"
1515
id "idea"
1616
}
1717

@@ -262,7 +262,6 @@ dependencies {
262262
implementation("org.jsoup:jsoup:1.15.3")
263263
implementation("com.github.jasminb:jsonapi-converter:0.11")
264264
implementation("commons-codec:commons-codec:1.15")
265-
implementation("org.hibernate.orm:hibernate-core:6.2.0.CR3") //tmp override due to https://hibernate.atlassian.net/browse/HHH-16199
266265

267266
// Required library for FafTokenService approach (called by nimbus-jwt)
268267
runtimeOnly("org.bouncycastle:bcpkix-jdk15on:1.70")

0 commit comments

Comments
 (0)