File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
11
11
plugins {
12
12
id ' java'
13
- id ' org.jetbrains.kotlin.jvm' version ' 1.4.10 '
13
+ id ' org.jetbrains.kotlin.jvm' version ' 1.6.21 '
14
14
id ' com.github.johnrengelman.shadow' version ' 6.1.0'
15
15
}
16
16
@@ -116,7 +116,7 @@ tasks.register('r8Jar', JavaExec) { task ->
116
116
' --classfile' ,
117
117
' --output' , r8File. toString(),
118
118
' --pg-conf' , rules. toString()
119
- ] + (configurations. compileOnly . filter { path ->
119
+ ] + (configurations. compileClasspath . filter { path ->
120
120
// Include libs for a few runtime-only deps, so R8 can resolve them during optimization:
121
121
path. getName(). startsWith(" jna-" ) ||
122
122
path. getName(). startsWith(" jetty-util-" ) ||
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
17
17
implementation group : ' org.apache.httpcomponents.client5' , name : ' httpclient5' , version : ' 5.0.3'
18
18
implementation group : ' org.apache.httpcomponents' , name : ' httpasyncclient' , version : ' 4.1.4'
19
19
20
- implementation group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 4.9.1 '
20
+ implementation group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 4.10.0 '
21
21
implementation group : ' com.squareup.okhttp' , name : ' okhttp' , version : ' 2.7.5'
22
22
implementation group : ' com.squareup.retrofit2' , name : ' retrofit' , version : ' 2.9.0'
23
23
You can’t perform that action at this time.
0 commit comments