From 500e9889350282a0b08ecc8bd41d0474d1f166d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 30 Apr 2019 06:58:16 +0000 Subject: [PATCH] Bump jopt-simple from 3.2 to 5.0.4 Bumps [jopt-simple](https://github.com/jopt-simple/jopt-simple) from 3.2 to 5.0.4. - [Release notes](https://github.com/jopt-simple/jopt-simple/releases) - [Commits](https://github.com/jopt-simple/jopt-simple/commits/jopt-simple-5.0.4) Signed-off-by: dependabot[bot] --- browserup-proxy-rest/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browserup-proxy-rest/build.gradle b/browserup-proxy-rest/build.gradle index 54636b2e0..da0ea3def 100644 --- a/browserup-proxy-rest/build.gradle +++ b/browserup-proxy-rest/build.gradle @@ -65,7 +65,7 @@ dependencies { implementation 'com.google.inject.extensions:guice-multibindings:4.2.2' implementation 'com.google.sitebricks:sitebricks:0.8.10' implementation 'io.netty:netty-all:4.1.35.Final' - implementation 'net.sf.jopt-simple:jopt-simple:3.2' + implementation 'net.sf.jopt-simple:jopt-simple:5.0.4' implementation 'org.eclipse.jetty:jetty-server:7.3.0.v20110203' implementation 'org.eclipse.jetty:jetty-servlet:7.3.0.v20110203' implementation 'org.slf4j:jcl-over-slf4j:1.7.25'