Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #751 from rajsarkapally/securityvulnerabilities
Browse files Browse the repository at this point in the history
Security vulnerabilities in 3rd party jars
  • Loading branch information
dilipdevaraj-sfdc authored Jun 4, 2018
2 parents 993cfe5 + 3beaa07 commit 80b11cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions ArgusCore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
Expand Down Expand Up @@ -262,7 +262,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>0.8.2.1</version>
<version>0.8.2.1</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
Expand All @@ -283,7 +283,7 @@
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
<version>3.4.6</version>
<version>3.4.10</version>
</dependency>
<dependency>
<groupId>net.sf.jopt-simple</groupId>
Expand Down Expand Up @@ -341,7 +341,7 @@
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-client</artifactId>
<version>0.98.8-hadoop2</version>
<version>1.4.2</version>
<exclusions>
<exclusion>
<artifactId>jersey-core</artifactId>
Expand Down Expand Up @@ -390,7 +390,7 @@
<dependency>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-core</artifactId>
<version>4.9.0-HBase-0.98</version>
<version>4.13.1-HBase-0.98</version>
<exclusions>
<exclusion>
<artifactId>jersey-core</artifactId>
Expand Down Expand Up @@ -422,7 +422,7 @@
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
<version>2.10.0</version>
<version>2.11.1</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ArgusWebServices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.7.0</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
<dockerImages.base.name>salesforce</dockerImages.base.name>
<project.version>2.12.0</project.version>
<project.version>2.14.0</project.version>
<logback.version>1.2.3</logback.version>
<jackson.version>2.9.2</jackson.version>
<jackson.version>2.9.5</jackson.version>
<httpclient.version>4.5.3</httpclient.version>
<junit.version>4.12</junit.version>
</properties>
Expand Down

0 comments on commit 80b11cf

Please sign in to comment.