Skip to content

Commit 1a16aa8

Browse files
bukajsytlosBrutus5000
authored andcommitted
Closes #725 Temporary workaround for https://hibernate.atlassian.net/browse/HHH-16199
1 parent 02a30fa commit 1a16aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ 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
265266

266267
// Required library for FafTokenService approach (called by nimbus-jwt)
267268
runtimeOnly("org.bouncycastle:bcpkix-jdk15on:1.70")
@@ -272,4 +273,3 @@ dependencies {
272273

273274
codacy("com.github.codacy:codacy-coverage-reporter:13.11.17")
274275
}
275-

0 commit comments

Comments
 (0)