Skip to content

Commit

Permalink
Merge pull request #17 from sshastr/feature/SEC-71217-Vulverability-f…
Browse files Browse the repository at this point in the history
…ix-for-dxlstreamingclient

changed the version
  • Loading branch information
umanekar-mcafee committed Nov 25, 2021
2 parents afaaad4 + e7f4fcd commit 777057a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.1</version>
<version>0.1.2</version>
</dependency>

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

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.1</version>
<version>0.1.2</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.opendxl:dxlstreamingclient:0.1.1'
compile 'com.opendxl:dxlstreamingclient:0.1.2'
```

## Bugs and Feedback
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.1</version>
<version>0.1.2</version>
</dependency>
Gradle:

.. code-block:: groovy
compile 'com.opendxl:dxlstreamingclient:0.1.1'
compile 'com.opendxl:dxlstreamingclient:0.1.2'
API Documentation
-----------------
Expand Down

0 comments on commit 777057a

Please sign in to comment.