File tree Expand file tree Collapse file tree 8 files changed +15
-14
lines changed
commercetools-async-http-client
src/test/java/com/commercetools/http/asynchttpclient
commercetools-okhttp-client4
src/test/java/com/commercetools/http/okhttp4
commercetools-reactornetty-client
src/test/java/com/commercetools/http/netty
commercetools-sdk-compat-v1 Expand file tree Collapse file tree 8 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 11
22dependencies {
33 api project(" :rmf:rmf-java-base" )
4- api " org.asynchttpclient:async-http-client:2.12.3 "
4+ api " org.asynchttpclient:async-http-client:2.12.4 "
55 api commons. io version commons. io_version
6- api " io.netty:netty-codec-http:${ netty.version} "
7- api " io.netty:netty-codec-socks:${ netty.version} "
8- api " io.netty:netty-handler-proxy:${ netty.version} "
6+ api " io.netty:netty-codec:4.1.115.Final"
7+ api " io.netty:netty-codec-http:4.1.115.Final"
8+ api " io.netty:netty-codec-socks:4.1.115.Final"
9+ api " io.netty:netty-handler-proxy:4.1.115.Final"
10+ api " io.netty:netty-handler:4.1.115.Final"
911 implementation javax. validation
1012}
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ public class SolutionInfoTest {
1111 public void version () {
1212 String version = new AsyncHttpClientSolutionInfo ().getVersion ();
1313
14- Assertions .assertThat (version ).isEqualTo ("2.12.3 " );
14+ Assertions .assertThat (version ).isEqualTo ("2.12.4 " );
1515 }
1616}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 api project(" :rmf:rmf-java-base" )
1414 api " com.squareup.okhttp3:okhttp:4.12.0" version {
1515 strictly ' [4.0,5.0['
16- prefer " 4.10 .0"
16+ prefer " 4.12 .0"
1717 }
1818 implementation " com.squareup.okio:okio:3.9.0"
1919
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ public class SolutionInfoTest {
99 public void version () {
1010 String version = new OkHttpClientSolutionInfo ().getVersion ();
1111
12- Assertions .assertThat (version ).isEqualTo ("3.14.9 " );
12+ Assertions .assertThat (version ).isEqualTo ("4.12.0 " );
1313 }
1414}
Original file line number Diff line number Diff line change 22dependencies {
33 api project(" :rmf:rmf-java-base" )
44
5- api " io.projectreactor.netty:reactor-netty-http:1.1.19 "
6- api " io.projectreactor.netty:reactor-netty-core:1.1.19 "
5+ api " io.projectreactor.netty:reactor-netty-http:1.2.1 "
6+ api " io.projectreactor.netty:reactor-netty-core:1.2.1 "
77
88 implementation javax. validation
99}
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ public class SolutionInfoTest {
99 public void version () {
1010 String version = new NettyHttpClientSolutionInfo ().getVersion ();
1111
12- Assertions .assertThat (version ).isEqualTo ("1.1.19 " );
12+ Assertions .assertThat (version ).isEqualTo ("1.2.1 " );
1313 }
1414}
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ dependencies {
2121 api project(' :commercetools:commercetools-sdk-java-api' )
2222 api ctsdkv1. client version ctsdkv1. version
2323 api ctsdkv1. models version ctsdkv1. version
24+ api " io.netty:netty-codec:4.1.115.Final"
25+ api " io.netty:netty-codec-http:4.1.115.Final"
2426
2527 jmhImplementation project(' :commercetools:commercetools-async-http-client' )
2628 jmhImplementation project(' :commercetools:commercetools-apachehttp-client' )
Original file line number Diff line number Diff line change 99 }
1010 ]
1111
12- netty = [
13- version : ' 4.1.109.Final'
14- ]
1512 commons = [
1613 text : ' org.apache.commons:commons-text:1.12.0' ,
1714 lang3 : ' org.apache.commons:commons-lang3:3.14.0' ,
1815 io : ' commons-io:commons-io:2.16.1' ,
1916 io_version : {
2017 strictly ' [2.8.0,)'
21- prefer ' 2.11.0 '
18+ prefer ' 2.16.1 '
2219 }
2320 ]
2421
You can’t perform that action at this time.
0 commit comments