Skip to content

Commit e858ab0

Browse files
committed
Upgrade gradle plugins
1 parent 43ce79c commit e858ab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
// Kotlin support
1010
id("org.jetbrains.kotlin.jvm") version "1.7.21"
1111
// Gradle IntelliJ Plugin
12-
id("org.jetbrains.intellij") version "1.9.0"
12+
id("org.jetbrains.intellij") version "1.10.0"
1313
// Gradle Changelog Plugin
1414
id("org.jetbrains.changelog") version "2.0.0"
1515
// Gradle Qodana Plugin
@@ -23,7 +23,7 @@ val ktorVersion = properties("ktorVersion")
2323
dependencies {
2424
implementation("com.squareup.retrofit2:retrofit:2.9.0")
2525
// define a BOM and its version
26-
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.9.3"))
26+
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
2727
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
2828
implementation("com.squareup.okhttp3:okhttp")
2929
implementation("com.squareup.okhttp3:okhttp-urlconnection")

0 commit comments

Comments
 (0)