Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit b649868

Browse files
committed
FABJ-359 Update dependencies pom.xml
Change-Id: I45edd982ab080fc84c31610d85b5c4fcb42c5392 Signed-off-by: rickr <cr22rc@gmail.com>
1 parent e71d54f commit b649868

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@
9393
<dependency>
9494
<groupId>io.netty</groupId>
9595
<artifactId>netty-tcnative-boringssl-static</artifactId>
96-
<version>2.0.12.Final</version>
96+
<version>2.0.15.Final</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>io.netty</groupId>
100100
<artifactId>netty-codec-http2</artifactId>
101-
<version>4.1.28.Final</version>
101+
<version>4.1.29.Final</version>
102102
</dependency>
103103
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
104104
<dependency>
@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>org.apache.commons</groupId>
133133
<artifactId>commons-compress</artifactId>
134-
<version>1.17</version>
134+
<version>1.18</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>commons-io</groupId>
@@ -204,7 +204,7 @@
204204
<dependency>
205205
<groupId>org.yaml</groupId>
206206
<artifactId>snakeyaml</artifactId>
207-
<version>1.21</version>
207+
<version>1.23</version>
208208
</dependency>
209209

210210
</dependencies>

0 commit comments

Comments
 (0)