diff options
-rw-r--r-- | main/pom.xml | 2 | ||||
-rw-r--r-- | profiles/http/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/main/pom.xml b/main/pom.xml index 9641f943..2592be1f 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -54,7 +54,7 @@ <dependency> <groupId>jline</groupId> <artifactId>jline</artifactId> - <version>2.14.3</version> + <version>2.14.4</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index 4a8f2ce9..04589410 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -115,7 +115,7 @@ Excluded commons-codec vulnerable version and added invulnerable version <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> - <version>4.1.46.Final</version> + <version>4.1.48.Final</version> </dependency> <dependency> <groupId>junit</groupId> |