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 {
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")
2323dependencies {
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" )
You can’t perform that action at this time.
0 commit comments