2021-08-09
This commit is contained in:
@@ -10,7 +10,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation ("org.hibernate:hibernate-core:5.4.27.Final")
|
||||
implementation ("org.hibernate:hibernate-core:5.5.5.Final")
|
||||
|
||||
runtimeOnly ("com.h2database:h2:1.4.200")
|
||||
runtimeOnly ("org.apache.derby:derby:10.15.2.0")
|
||||
|
||||
@@ -10,9 +10,9 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation ("com.fasterxml.jackson.core:jackson-databind:2.12.1")
|
||||
implementation ("com.fasterxml.jackson.core:jackson-databind:2.12.4")
|
||||
|
||||
implementation ("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.12.1")
|
||||
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.12.1")
|
||||
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.12.1")
|
||||
implementation ("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.12.4")
|
||||
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.12.4")
|
||||
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.12.4")
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
// https://mvnrepository.com/artifact/org.jsoup/jsoup
|
||||
implementation( "org.jsoup:jsoup:1.13.1")
|
||||
implementation("org.jsoup:jsoup:1.14.1")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user