1
0

Update dependencies

This commit is contained in:
Hubert Van De Walle 2020-10-05 17:42:11 +02:00
parent 66878900f5
commit f56ec93498
2 changed files with 19 additions and 20 deletions

View File

@ -29,48 +29,47 @@ url = "https://dl.bintray.com/arrow-kt/arrow-kt/"
[dependencies.http4k] [dependencies.http4k]
groupId = "org.http4k" groupId = "org.http4k"
artifactId = "http4k-core" artifactId = "http4k-core"
version = "3.261.0" version = "3.264.0"
category = "server" category = "http4k"
default = true default = true
[dependencies.http4k-server-jetty] [dependencies.http4k-server-jetty]
groupId = "org.http4k" groupId = "org.http4k"
artifactId = "http4k-server-jetty" artifactId = "http4k-server-jetty"
version = "3.261.0" version = "3.264.0"
category = "server" category = "http4k"
default = true default = true
logger = "org.eclipse.jetty" logger = "org.eclipse.jetty"
[dependencies.http4k-server-apache] [dependencies.http4k-server-apache]
groupId = "org.http4k" groupId = "org.http4k"
artifactId = "http4k-server-apache" artifactId = "http4k-server-apache"
version = "3.261.0" version = "3.264.0"
category = "server" category = "http4k"
[dependencies.http4k-client-apache] [dependencies.http4k-client-apache]
groupId = "org.http4k" groupId = "org.http4k"
artifactId = "http4k-client-apache" artifactId = "http4k-client-apache"
version = "3.261.0" version = "3.264.0"
category = "server" category = "http4k"
[dependencies.http4k-format-jackson] [dependencies.http4k-format-jackson]
groupId = "org.http4k" groupId = "org.http4k"
artifactId = "http4k-format-jackson" artifactId = "http4k-format-jackson"
version = "3.261.0" version = "3.264.0"
category = "server" category = "http4k"
[dependencies.http4k-format-kotlinx-serialization]
groupId = "org.http4k"
artifactId = "http4k-format-kotlinx-serialization"
version = "3.264.0"
category = "http4k"
[dependencies.http4k-contract] [dependencies.http4k-contract]
groupId = "org.http4k" groupId = "org.http4k"
artifactId = "http4k-contract" artifactId = "http4k-contract"
version = "3.261.0" version = "3.264.0"
category = "server" category = "http4k"
[dependencies.javalin]
groupId = "io.javalin"
artifactId = "javalin"
version = "3.10.1"
category = "server"
logger = "org.eclipse.jetty"
[dependencies.pebble] [dependencies.pebble]
groupId = "io.pebbletemplates" groupId = "io.pebbletemplates"

View File

@ -1,7 +1,7 @@
package starter package starter
enum class Category { enum class Category {
Server, Injection, Database, Serialization, Test, Other Http4k, Injection, Database, Serialization, Test, Other
} }
enum class Scope { enum class Scope {