Skip to content

Commit bf91b40

Browse files
authored
chore: Update netty version (#1768)
* replace version in pom files back to latest release * update sdk version * fix ion issue * remove ion again * fix netty version * set aspectj version * fix sdk version * fix gradle version * fix: Netty again
1 parent 78a490c commit bf91b40

File tree

1 file changed

+17
-0
lines changed
  • examples/powertools-examples-batch

1 file changed

+17
-0
lines changed

examples/powertools-examples-batch/pom.xml

+17
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<maven.compiler.target>1.8</maven.compiler.target>
1717
<aws.sdk.v1.version>1.12.781</aws.sdk.v1.version>
1818
<aws.sdk.version>2.30.19</aws.sdk.version>
19+
<netty.version>4.2.0.RC3</netty.version>
1920
</properties>
2021

2122
<dependencies>
@@ -71,6 +72,22 @@
7172
<artifactId>aws-java-sdk-core</artifactId>
7273
<version>${aws.sdk.v1.version}</version>
7374
</dependency>
75+
76+
<dependency>
77+
<groupId>io.netty</groupId>
78+
<artifactId>netty-codec-http</artifactId>
79+
<version>${netty.version}</version>
80+
</dependency>
81+
<dependency>
82+
<groupId>io.netty</groupId>
83+
<artifactId>netty-codec-http2</artifactId>
84+
<version>${netty.version}</version>
85+
</dependency>
86+
<dependency>
87+
<groupId>io.netty</groupId>
88+
<artifactId>netty-common</artifactId>
89+
<version>${netty.version}</version>
90+
</dependency>
7491
</dependencies>
7592

7693
<build>

0 commit comments

Comments
 (0)