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 ec5497e commit 893479aCopy full SHA for 893479a
build.gradle
@@ -17,7 +17,7 @@ buildscript {
17
plugins {
18
id 'base'
19
id 'io.spring.nohttp' version '0.0.11' apply false
20
- id 'org.ajoberstar.grgit' version '5.2.1'
+ id 'org.ajoberstar.grgit' version '5.2.2'
21
id 'io.spring.dependency-management' version '1.1.4'
22
id 'org.jetbrains.dokka' version '1.9.10'
23
id 'org.antora' version '1.0.0'
@@ -116,7 +116,7 @@ ext {
116
springVersion = '6.1.4'
117
springWsVersion = '4.0.10'
118
testcontainersVersion = '1.19.5'
119
- tomcatVersion = '10.1.18'
+ tomcatVersion = '10.1.19'
120
xmlUnitVersion = '2.9.1'
121
xstreamVersion = '1.4.20'
122
ztZipVersion = '1.16'
0 commit comments