Skip to content

Commit b8e2479

Browse files
committed
Added update to Netty codecs to move up to the latest versions
1 parent 23808ae commit b8e2479

File tree

5 files changed

+25
-25
lines changed

5 files changed

+25
-25
lines changed

dev/cnf/dependabot/check_this_in_if_it_changes/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -564,57 +564,57 @@
564564
<dependency>
565565
<groupId>io.netty</groupId>
566566
<artifactId>netty-buffer</artifactId>
567-
<version>4.1.124.Final</version>
567+
<version>4.1.126.Final</version>
568568
</dependency>
569569
<dependency>
570570
<groupId>io.netty</groupId>
571571
<artifactId>netty-codec-http2</artifactId>
572-
<version>4.1.124.Final</version>
572+
<version>4.1.126.Final</version>
573573
</dependency>
574574
<dependency>
575575
<groupId>io.netty</groupId>
576576
<artifactId>netty-codec-http</artifactId>
577-
<version>4.1.124.Final</version>
577+
<version>4.1.126.Final</version>
578578
</dependency>
579579
<dependency>
580580
<groupId>io.netty</groupId>
581581
<artifactId>netty-codec-socks</artifactId>
582-
<version>4.1.124.Final</version>
582+
<version>4.1.126.Final</version>
583583
</dependency>
584584
<dependency>
585585
<groupId>io.netty</groupId>
586586
<artifactId>netty-codec</artifactId>
587-
<version>4.1.124.Final</version>
587+
<version>4.1.126.Final</version>
588588
</dependency>
589589
<dependency>
590590
<groupId>io.netty</groupId>
591591
<artifactId>netty-common</artifactId>
592-
<version>4.1.124.Final</version>
592+
<version>4.1.126.Final</version>
593593
</dependency>
594594
<dependency>
595595
<groupId>io.netty</groupId>
596596
<artifactId>netty-handler-proxy</artifactId>
597-
<version>4.1.124.Final</version>
597+
<version>4.1.126.Final</version>
598598
</dependency>
599599
<dependency>
600600
<groupId>io.netty</groupId>
601601
<artifactId>netty-handler</artifactId>
602-
<version>4.1.124.Final</version>
602+
<version>4.1.126.Final</version>
603603
</dependency>
604604
<dependency>
605605
<groupId>io.netty</groupId>
606606
<artifactId>netty-resolver</artifactId>
607-
<version>4.1.124.Final</version>
607+
<version>4.1.126.Final</version>
608608
</dependency>
609609
<dependency>
610610
<groupId>io.netty</groupId>
611611
<artifactId>netty-transport-native-unix-common</artifactId>
612-
<version>4.1.124.Final</version>
612+
<version>4.1.126.Final</version>
613613
</dependency>
614614
<dependency>
615615
<groupId>io.netty</groupId>
616616
<artifactId>netty-transport</artifactId>
617-
<version>4.1.124.Final</version>
617+
<version>4.1.126.Final</version>
618618
</dependency>
619619
<dependency>
620620
<groupId>io.openliberty.arquillian</groupId>

dev/cnf/oss_dependencies.maven

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -108,17 +108,17 @@ io.jaegertracing:jaeger-tracerresolver:0.34.0
108108
io.jaegertracing:jaeger-tracerresolver:1.6.0
109109
io.micrometer:micrometer-core:1.9.3
110110
io.micrometer:micrometer-registry-prometheus:1.9.3
111-
io.netty:netty-buffer:4.1.124.Final
112-
io.netty:netty-codec-http2:4.1.124.Final
113-
io.netty:netty-codec-http:4.1.124.Final
114-
io.netty:netty-codec-socks:4.1.124.Final
115-
io.netty:netty-codec:4.1.124.Final
116-
io.netty:netty-common:4.1.124.Final
117-
io.netty:netty-handler-proxy:4.1.124.Final
118-
io.netty:netty-handler:4.1.124.Final
119-
io.netty:netty-resolver:4.1.124.Final
120-
io.netty:netty-transport-native-unix-common:4.1.124.Final
121-
io.netty:netty-transport:4.1.124.Final
111+
io.netty:netty-buffer:4.1.126.Final
112+
io.netty:netty-codec-http2:4.1.126.Final
113+
io.netty:netty-codec-http:4.1.126.Final
114+
io.netty:netty-codec-socks:4.1.126.Final
115+
io.netty:netty-codec:4.1.126.Final
116+
io.netty:netty-common:4.1.126.Final
117+
io.netty:netty-handler-proxy:4.1.126.Final
118+
io.netty:netty-handler:4.1.126.Final
119+
io.netty:netty-resolver:4.1.126.Final
120+
io.netty:netty-transport-native-unix-common:4.1.126.Final
121+
io.netty:netty-transport:4.1.126.Final
122122
io.openliberty.arquillian:arquillian-liberty-support-jakarta:2.1.1
123123
io.openliberty.arquillian:arquillian-liberty-support:1.0.8
124124
io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations-support:1.19.0-alpha

dev/com.ibm.ws.grpc_fat/bnd.bnd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
bVersion=1.0
1212

1313
grpcVersion=1.69.0
14-
nettyVersion=4.1.124.Final
14+
nettyVersion=4.1.126.Final
1515

1616

1717
src: \

dev/io.openliberty.io.netty.ssl/bnd.bnd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
-include= ~../cnf/resources/bnd/bundle.props
1515
bVersion=1.0
16-
nettyVersion=4.1.124.Final
16+
nettyVersion=4.1.126.Final
1717

1818
Bundle-Name: Netty SSL classes as an OSGi bundle
1919
Bundle-SymbolicName: io.openliberty.io.netty.ssl

dev/io.openliberty.io.netty/bnd.bnd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
-include= ~../cnf/resources/bnd/bundle.props
1212
bVersion=1.0
13-
nettyVersion=4.1.124.Final
13+
nettyVersion=4.1.126.Final
1414

1515
Bundle-Name: Netty as an OSGi bundle
1616
Bundle-SymbolicName: io.openliberty.io.netty

0 commit comments

Comments
 (0)