Skip to content

Commit 9fcea26

Browse files
authored
fix: Add OkHttp 4.x to transformation configuration (#1151)
1 parent 7afa0ea commit 9fcea26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.brazil.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"com.squareup.okio:okio-jvm:3.*": "OkioJvm-3.x",
99
"io.opentelemetry:opentelemetry-api:1.*": "Maven-io-opentelemetry_opentelemetry-api-1.x",
1010
"org.slf4j:slf4j-api:2.*": "Maven-org-slf4j_slf4j-api-2.x",
11-
"aws.sdk.kotlin.crt:aws-crt-kotlin:0.8.*": "AwsCrtKotlin-0.8.x"
11+
"aws.sdk.kotlin.crt:aws-crt-kotlin:0.8.*": "AwsCrtKotlin-0.8.x",
12+
"com.squareup.okhttp3:okhttp:4.*": "OkHttp3-4.x"
1213
},
1314
"packageHandlingRules": {
1415
"versioning": {

0 commit comments

Comments
 (0)