Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Netty and okhttp3 versions #797

Merged
merged 1 commit into from
Jan 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Netty and okhttp3 versions
  • Loading branch information
adcockalexander committed Aug 1, 2022
commit f055f262e96ca0c1b65f4f45648e5b5aa7330638
2 changes: 1 addition & 1 deletion components/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.14.2</version>
<version>4.9.3</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<dropwizard.version>4.2.4</dropwizard.version>
<micrometer.version>1.8.0</micrometer.version>
<antlr.version>4.5.1-1</antlr.version>
<netty.version>4.1.74.Final</netty.version>
<netty.version>4.1.77.Final</netty.version>
<netty-tcnative.version>2.0.48.Final</netty-tcnative.version>
<rxjava.version>1.1.6</rxjava.version>
<reactive-streams.version>1.0.3</reactive-streams.version>
Expand Down