Skip to content

Commit

Permalink
Merge pull request #24 from shreyars14/feature/vuln-fix
Browse files Browse the repository at this point in the history
vulnerabilities fixed
  • Loading branch information
umanekar-mcafee committed Aug 30, 2022
2 parents 708a782 + 5c02235 commit ab7d9ed
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ Maven:
<dependency>
<groupId>com.opendxl</groupId>
<artifactId>dxlstreamingclient</artifactId>
<version>0.1.2</version>
<version>0.1.7</version>
</dependency>

or Gradle:
compile 'com.opendxl:dxlstreamingclient:0.1.2'
compile 'com.opendxl:dxlstreamingclient:0.1.7'

Bugs and Feedback
-----------------
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ Maven:
<dependency>
<groupId>com.opendxl</groupId>
<artifactId>dxlstreamingclient</artifactId>
<version>0.1.6</version>
<version>0.1.7</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.opendxl:dxlstreamingclient:0.1.6'
compile 'com.opendxl:dxlstreamingclient:0.1.7'
```

## Bugs and Feedback
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:6.2.2'
classpath 'org.owasp:dependency-check-gradle:7.1.2'
}
}

Expand All @@ -20,7 +20,7 @@ plugins {
id "com.github.johnrengelman.shadow" version "4.0.3"
id "kr.motd.sphinx" version "2.3.1"
id "jacoco"
id "org.owasp.dependencycheck" version "6.2.2"
id "org.owasp.dependencycheck" version "7.1.2"

}

Expand Down Expand Up @@ -70,7 +70,7 @@ dependencies {
implementation ('org.apache.httpcomponents:httpclient:4.5.13'){
exclude group : 'common-codec', module: 'commons-codec'
}
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'org.apache.logging.log4j:log4j-api:2.18.0'
implementation 'org.apache.logging.log4j:log4j-core:2.18.0'
}
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ Maven:
<dependency>
<groupId>com.opendxl</groupId>
<artifactId>dxlstreamingclient</artifactId>
<version>0.1.6</version>
<version>0.1.7</version>
</dependency>
Gradle:

.. code-block:: groovy
compile 'com.opendxl:dxlstreamingclient:0.1.6'
compile 'com.opendxl:dxlstreamingclient:0.1.7'
API Documentation
-----------------
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.1.6
version=0.1.7

0 comments on commit ab7d9ed

Please sign in to comment.