File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
// Kotlin support
10
10
id(" org.jetbrains.kotlin.jvm" ) version " 1.7.21"
11
11
// Gradle IntelliJ Plugin
12
- id(" org.jetbrains.intellij" ) version " 1.9 .0"
12
+ id(" org.jetbrains.intellij" ) version " 1.10 .0"
13
13
// Gradle Changelog Plugin
14
14
id(" org.jetbrains.changelog" ) version " 2.0.0"
15
15
// Gradle Qodana Plugin
@@ -23,7 +23,7 @@ val ktorVersion = properties("ktorVersion")
23
23
dependencies {
24
24
implementation(" com.squareup.retrofit2:retrofit:2.9.0" )
25
25
// 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 " ))
27
27
implementation(" com.squareup.retrofit2:converter-gson:2.9.0" )
28
28
implementation(" com.squareup.okhttp3:okhttp" )
29
29
implementation(" com.squareup.okhttp3:okhttp-urlconnection" )
You can’t perform that action at this time.
0 commit comments