Merge branch '2.7.x'
This commit is contained in:
commit
4a3299a60f
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue