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 641ddea commit 557bc84Copy full SHA for 557bc84
build.gradle
@@ -23,7 +23,7 @@ plugins {
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.28'
26
- id 'com.google.protobuf' version '0.9.4' apply false
+ id 'com.google.protobuf' version '0.9.5' apply false
27
id 'io.freefair.aggregate-javadoc' version '8.10.2'
28
}
29
@@ -74,7 +74,7 @@ ext {
74
groovyVersion = '4.0.26'
75
hamcrestVersion = '3.0'
76
hazelcastVersion = '5.4.0'
77
- hibernateVersion = '6.6.12.Final'
+ hibernateVersion = '6.6.13.Final'
78
hsqldbVersion = '2.7.4'
79
h2Version = '2.3.232'
80
jacksonVersion = '2.18.3'
0 commit comments