Skip to content

Commit

Permalink
Merge pull request #22 from code-mad/SEC-108037/log4j-version-update
Browse files Browse the repository at this point in the history
Updated log4j version to 2.17.2
  • Loading branch information
umanekar-mcafee committed Jun 20, 2022
2 parents ea8d001 + 09ab2dd commit c8a9c15
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.5</version>
<version>0.1.6</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.opendxl:dxlstreamingclient:0.1.5'
compile 'com.opendxl:dxlstreamingclient:0.1.6'
```

## Bugs and Feedback
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ dependencies {
exclude group : 'common-codec', module: 'commons-codec'
}
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'org.apache.logging.log4j:log4j-api:2.17.0'
implementation 'org.apache.logging.log4j:log4j-core:2.17.0'
implementation 'org.apache.logging.log4j:log4j-api:2.17.2'
implementation 'org.apache.logging.log4j:log4j-core:2.17.2'
}

// Jar Manifest info
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.5</version>
<version>0.1.6</version>
</dependency>
Gradle:

.. code-block:: groovy
compile 'com.opendxl:dxlstreamingclient:0.1.5'
compile 'com.opendxl:dxlstreamingclient:0.1.6'
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.5
version=0.1.6

0 comments on commit c8a9c15

Please sign in to comment.