Update dependencies

This commit is contained in:
Mikołaj Pich 2022-11-21 00:26:00 +01:00
parent 200474dabf
commit fecb5b7204
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
buildscript {
ext {
kotlin_version = "1.6.10"
serialization_version = "1.3.1"
kotlin_version = "1.7.21"
serialization_version = "1.4.1"
}
repositories {
google()

View file

@ -10,9 +10,9 @@ mainClassName = 'MainKt'
dependencies {
implementation project(":pojos")
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"
}

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
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
zipStorePath=wrapper/dists