Skip to content
Snippets Groups Projects

v1.0.2-2

1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -5,11 +5,11 @@ import org.jetbrains.kotlin.utils.addToStdlib.safeAs
import org.springframework.boot.gradle.tasks.bundling.BootJar
group = "nl.tudelft.labrador"
version = "1.0.1"
version = "1.0.2"
val javaVersion = JavaVersion.VERSION_11
val springBootVersion = "2.1.7.RELEASE"
val springBootVersion = "2.1.11.RELEASE"
val hibernateVersion = "5.4.8.Final"
val springDocVersion = "1.2.32"
val jacksonVersion = "2.10.3"
@@ -209,6 +209,7 @@ dependencies {
// Jackson
implementation("com.fasterxml.jackson.core", "jackson-core", jacksonVersion)
implementation("com.fasterxml.jackson.core", "jackson-databind", jacksonVersion)
// Guava
implementation("com.google.guava", "guava", guavaVersion)
Loading