Skip to content

[4.x] Update Okio to 3.2.0#7591

Merged
swankjesse merged 3 commits into
square:okhttp_4.10.xfrom
yschimke:okiodeps
Dec 30, 2022
Merged

[4.x] Update Okio to 3.2.0#7591
swankjesse merged 3 commits into
square:okhttp_4.10.xfrom
yschimke:okiodeps

Conversation

@yschimke

Copy link
Copy Markdown
Collaborator

From #7358, but with filtering.

@yschimke

Copy link
Copy Markdown
Collaborator Author
$ ./gradlew generatePomFileForMavenPublication
...
BUILD SUCCESSFUL in 1s

$  find . -name '*pom*' | xargs grep okio      
./okhttp-tls/build/publications/maven/pom-default.xml:      <groupId>com.squareup.okio</groupId>
./okhttp-tls/build/publications/maven/pom-default.xml:      <artifactId>okio</artifactId>
./okhttp/build/publications/maven/pom-default.xml:      <groupId>com.squareup.okio</groupId>
./okhttp/build/publications/maven/pom-default.xml:      <artifactId>okio</artifactId>

Comment thread build.gradle
dependency.artifactId.text() == 'okio-jvm'
}
.each { dependency ->
dependency.artifactId*.value = 'okio'

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Off topic: oh that asterisk!

@swankjesse swankjesse merged commit 81d3411 into square:okhttp_4.10.x Dec 30, 2022
@yschimke yschimke deleted the okiodeps branch May 27, 2023 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants