Skip to content

Commit 5367a28

Browse files
committed
Upgrade netty to 4.2.7.Final
1 parent 9128359 commit 5367a28

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

dsl/camel-componentdsl/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,11 @@
114114
<artifactId>camel-catalog</artifactId>
115115
<scope>provided</scope>
116116
</dependency>
117-
117+
<dependency>
118+
<groupId>io.netty</groupId>
119+
<artifactId>netty-transport</artifactId>
120+
<version>${netty-version}</version>
121+
</dependency>
118122
<!-- testing -->
119123
<dependency>
120124
<groupId>org.junit.jupiter</groupId>

dsl/camel-endpointdsl/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
<groupId>org.slf4j</groupId>
6565
<artifactId>slf4j-api</artifactId>
6666
</dependency>
67+
<dependency>
68+
<groupId>io.netty</groupId>
69+
<artifactId>netty-transport</artifactId>
70+
<version>${netty-version}</version>
71+
</dependency>
6772
<dependency>
6873
<groupId>org.apache.camel</groupId>
6974
<artifactId>camel-allcomponents</artifactId>

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
<narayana-version>5.13.1.Final</narayana-version>
409409
<neoscada-version>0.4.0</neoscada-version>
410410
<neo4j-version>6.0.2</neo4j-version>
411-
<netty-version>4.1.128.Final</netty-version>
411+
<netty-version>4.2.7.Final</netty-version>
412412
<netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
413413
<networknt-json-schema-validator-version>1.5.9</networknt-json-schema-validator-version>
414414
<nimbus-jose-jwt>10.6</nimbus-jose-jwt>

0 commit comments

Comments
 (0)