Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
WhichWho committed Jul 25, 2022
1 parent 6708506 commit 91922fb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
// id("com.github.dcendents.android-maven")
id("maven-publish")
id("org.jetbrains.kotlin.plugin.serialization") version "1.4.30"
kotlin("jvm") version "1.6.10"
id("org.jetbrains.kotlin.plugin.serialization") version "1.7.10"
kotlin("jvm") version "1.7.10"
application
}

Expand All @@ -24,9 +23,9 @@ publishing {
}

dependencies {
implementation("com.squareup.okhttp3:okhttp:4.9.3")
implementation("org.jsoup:jsoup:1.14.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
implementation("com.squareup.okhttp3:okhttp:4.10.0")
implementation("org.jsoup:jsoup:1.15.2")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3")
testImplementation(kotlin("test"))
}

Expand Down

0 comments on commit 91922fb

Please sign in to comment.