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 78d2580 commit 21560b1Copy full SHA for 21560b1
build.gradle
@@ -22,7 +22,7 @@ plugins {
22
id 'org.jetbrains.dokka' version '1.9.20'
23
id 'org.antora' version '1.0.0'
24
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
25
- id 'com.github.spotbugs' version '6.0.15'
+ id 'com.github.spotbugs' version '6.0.17'
26
}
27
28
if (isCI) {
@@ -72,7 +72,7 @@ ext {
72
groovyVersion = '4.0.21'
73
hamcrestVersion = '2.2'
74
hazelcastVersion = '5.3.7'
75
- hibernateVersion = '6.4.8.Final'
+ hibernateVersion = '6.4.9.Final'
76
hsqldbVersion = '2.7.3'
77
h2Version = '2.2.224'
78
jacksonVersion = '2.15.4'
0 commit comments