Skip to content

Commit

Permalink
Merge pull request #2615 from Coduz/chng-bumpGuavaVersionTo27.1
Browse files Browse the repository at this point in the history
Upgraded Guava version from 19.0 to 27.1-jre - CVE-2018-10237 - CWE-119
  • Loading branch information
Coduz authored Jun 26, 2019
2 parents 1d7386d + ffdced8 commit 293dcb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import com.google.common.base.MoreObjects;
import org.apache.camel.Exchange;
import org.apache.camel.spi.UriEndpoint;

import org.eclipse.kapua.KapuaException;
import org.eclipse.kapua.broker.core.message.CamelKapuaMessage;
import org.eclipse.kapua.commons.metric.MetricServiceFactory;
Expand All @@ -24,6 +25,7 @@
import org.eclipse.kapua.service.device.management.message.notification.KapuaNotifyMessage;
import org.eclipse.kapua.service.device.management.message.notification.KapuaNotifyPayload;
import org.eclipse.kapua.service.device.management.registry.manager.DeviceManagementRegistryManagerService;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down
2 changes: 1 addition & 1 deletion broker-core/src/main/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ replacing the ******* in the original file (this is an extract)
copy all the jars needed by the application to the lib/kapua directory (this is the current list):

358048 4 Ago 16:02 commons-configuration-1.9.jar
2308517 4 Ago 11:58 guava-19.0.jar
2308517 4 Ago 11:58 guava-27.1.jar
162116 4 Ago 16:04 javax.persistence-2.1.1.jar
17750 4 Ago 16:26 jbcrypt-0.3m.jar
6583 4 Ago 12:29 metrics-annotation-3.1.2.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<elasticsearch.version>2.3.4</elasticsearch.version>
<findbugs.version>2.0.1</findbugs.version>
<gson.version>2.7</gson.version>
<guava.version>19.0</guava.version>
<guava.version>27.1-jre</guava.version>
<guice.version>4.1.0</guice.version>
<h2.version>1.4.192</h2.version>
<httpcomponents.version>4.5.2</httpcomponents.version>
Expand Down

0 comments on commit 293dcb9

Please sign in to comment.