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 f2c0f23 commit 8f16f45Copy full SHA for 8f16f45
build.gradle
@@ -72,7 +72,7 @@ ext {
72
groovyVersion = '5.0.0-alpha-5'
73
hamcrestVersion = '2.2'
74
hazelcastVersion = '5.3.6'
75
- hibernateVersion = '6.4.1.Final'
+ hibernateVersion = '6.4.2.Final'
76
hsqldbVersion = '2.7.2'
77
h2Version = '2.2.224'
78
jacksonVersion = '2.15.3'
settings.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'com.gradle.enterprise' version '3.15.1'
3
- id 'io.spring.ge.conventions' version '0.0.14'
+ id 'io.spring.ge.conventions' version '0.0.15'
4
}
5
6
rootProject.name = 'spring-integration'
0 commit comments