2021-08-09

This commit is contained in:
2021-08-09 17:48:27 +09:00
parent a854cd2225
commit 5df880659e
3 changed files with 6 additions and 6 deletions

View File

@@ -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")

View File

@@ -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")
}

View File

@@ -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")
}