We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a16aa8 commit 1f53c75Copy full SHA for 1f53c75
build.gradle
@@ -11,7 +11,7 @@ buildscript {
11
12
plugins {
13
id "java"
14
- id "org.springframework.boot" version "3.0.5"
+ id "org.springframework.boot" version "3.0.6"
15
id "idea"
16
}
17
@@ -262,7 +262,6 @@ dependencies {
262
implementation("org.jsoup:jsoup:1.15.3")
263
implementation("com.github.jasminb:jsonapi-converter:0.11")
264
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
266
267
// Required library for FafTokenService approach (called by nimbus-jwt)
268
runtimeOnly("org.bouncycastle:bcpkix-jdk15on:1.70")
0 commit comments