Merge branch '2.7.x'

This commit is contained in:
Stephane Nicoll 2022-04-21 13:33:03 +02:00
commit 4a3299a60f
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ org.gradle.caching=true
org.gradle.parallel=true org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
kotlinVersion=1.6.20 kotlinVersion=1.6.21
tomcatVersion=10.0.18 tomcatVersion=10.0.18
kotlin.stdlib.default.dependency=false kotlin.stdlib.default.dependency=false

View File

@ -254,7 +254,7 @@ bom {
] ]
} }
} }
library("Flyway", "8.5.8") { library("Flyway", "8.5.9") {
group("org.flywaydb") { group("org.flywaydb") {
modules = [ modules = [
"flyway-core", "flyway-core",
@ -594,7 +594,7 @@ bom {
] ]
} }
} }
library("Janino", "3.1.6") { library("Janino", "3.1.7") {
group("org.codehaus.janino") { group("org.codehaus.janino") {
modules = [ modules = [
"commons-compiler", "commons-compiler",
@ -934,7 +934,7 @@ bom {
] ]
} }
} }
library("Maven Javadoc Plugin", "3.3.2") { library("Maven Javadoc Plugin", "3.4.0") {
group("org.apache.maven.plugins") { group("org.apache.maven.plugins") {
plugins = [ plugins = [
"maven-javadoc-plugin" "maven-javadoc-plugin"