Update dependencies
This commit is contained in:
parent
200474dabf
commit
fecb5b7204
3 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
kotlin_version = "1.6.10"
|
kotlin_version = "1.7.21"
|
||||||
serialization_version = "1.3.1"
|
serialization_version = "1.4.1"
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
|
|
@ -10,9 +10,9 @@ mainClassName = 'MainKt'
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(":pojos")
|
implementation project(":pojos")
|
||||||
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:$serialization_version"
|
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:$serialization_version"
|
||||||
implementation 'org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.3'
|
implementation 'org.jetbrains.kotlinx:kotlinx-html-jvm:0.8.0'
|
||||||
|
|
||||||
testImplementation platform("org.junit:junit-bom:5.8.1")
|
testImplementation platform('org.junit:junit-bom:5.9.0')
|
||||||
testImplementation "org.junit.jupiter:junit-jupiter"
|
testImplementation "org.junit.jupiter:junit-jupiter"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,5 +1,5 @@
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
Loading…
Reference in a new issue