Skip to content

Commit 0a686f6

Browse files
committed
Dependency updates
1 parent a166553 commit 0a686f6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
<dependency>
313313
<groupId>io.netty</groupId>
314314
<artifactId>netty-handler</artifactId>
315-
<version>4.1.100.Final</version>
315+
<version>4.1.101.Final</version>
316316
</dependency>
317317

318318
<!-- unit test dependencies -->

wls-exporter-sidecar/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,37 +36,37 @@
3636
<dependency>
3737
<groupId>io.netty</groupId>
3838
<artifactId>netty-codec-http</artifactId>
39-
<version>4.1.100.Final</version>
39+
<version>4.1.101.Final</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>io.netty</groupId>
4343
<artifactId>netty-transport</artifactId>
44-
<version>4.1.100.Final</version>
44+
<version>4.1.101.Final</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>io.netty</groupId>
4848
<artifactId>netty-transport-native-unix-common</artifactId>
49-
<version>4.1.100.Final</version>
49+
<version>4.1.101.Final</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>io.netty</groupId>
5353
<artifactId>netty-common</artifactId>
54-
<version>4.1.100.Final</version>
54+
<version>4.1.101.Final</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>io.netty</groupId>
5858
<artifactId>netty-buffer</artifactId>
59-
<version>4.1.100.Final</version>
59+
<version>4.1.101.Final</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>io.netty</groupId>
6363
<artifactId>netty-codec</artifactId>
64-
<version>4.1.100.Final</version>
64+
<version>4.1.101.Final</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>io.netty</groupId>
6868
<artifactId>netty-resolver</artifactId>
69-
<version>4.1.100.Final</version>
69+
<version>4.1.101.Final</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>io.helidon.webserver</groupId>

0 commit comments

Comments
 (0)