Dependency Updates.
This commit is contained in:
parent
ae72d1cb3d
commit
10eeb0a0b4
2 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "de.pheerai"
|
||||
version = "0.0.11-SNAPSHOT"
|
||||
version = "0.0.12-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
@ -66,21 +66,21 @@ publishing {
|
|||
}
|
||||
|
||||
fun MutableVersionConstraint.kotestConstraints() {
|
||||
prefer("5.3.0")
|
||||
prefer("5.5.0")
|
||||
strictly("[5.0.0,6.0.0[")
|
||||
}
|
||||
|
||||
fun MutableVersionConstraint.kotlinxHtmlConstraints() {
|
||||
prefer("0.7.5")
|
||||
strictly("[0.7.0,0.8.0[")
|
||||
prefer("0.8.0")
|
||||
strictly("[0.8.0,0.9.0[")
|
||||
}
|
||||
|
||||
fun MutableVersionConstraint.jsoupConstraints() {
|
||||
prefer("1.14.3")
|
||||
strictly("[1.14.0,1.15.0[")
|
||||
prefer("1.15.4")
|
||||
strictly("[1.15.0,1.16.0[")
|
||||
}
|
||||
|
||||
fun MutableVersionConstraint.cliktConstraints() {
|
||||
prefer("3.4.0")
|
||||
prefer("3.5.2")
|
||||
strictly("[3.0.0,4.0.0[")
|
||||
}
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,5 +1,5 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
Loading…
Reference in a new issue