Dependency updates.

This commit is contained in:
Oliver Rümpelein 2022-03-31 20:52:46 +02:00
parent c956a17247
commit bb9b46e97e

View file

@ -7,7 +7,7 @@ plugins {
} }
group = "de.pheerai" group = "de.pheerai"
version = "0.0.9-SNAPSHOT" version = "0.0.10-SNAPSHOT"
repositories { repositories {
mavenCentral() mavenCentral()
@ -66,12 +66,12 @@ publishing {
} }
fun MutableVersionConstraint.kotestConstraints() { fun MutableVersionConstraint.kotestConstraints() {
prefer("4.6.3") prefer("5.3.0")
strictly("[4.3.0,5.0.0[") strictly("[5.0.0,6.0.0[")
} }
fun MutableVersionConstraint.kotlinxHtmlConstraints() { fun MutableVersionConstraint.kotlinxHtmlConstraints() {
prefer("0.7.3") prefer("0.7.5")
strictly("[0.7.0,0.8.0[") strictly("[0.7.0,0.8.0[")
} }
@ -81,6 +81,6 @@ fun MutableVersionConstraint.jsoupConstraints() {
} }
fun MutableVersionConstraint.cliktConstraints() { fun MutableVersionConstraint.cliktConstraints() {
prefer("3.3.0") prefer("3.4.0")
strictly("[3.0.0,4.0.0[") strictly("[3.0.0,4.0.0[")
} }