Skip to content

Commit

Permalink
PODAAC-4059 Upgrade to cumulus-message-adapter-java 1.3.7 to address …
Browse files Browse the repository at this point in the history
…log4j vulnerability
  • Loading branch information
ngachung committed Dec 22, 2021
1 parent cf2b53b commit 40b10cc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [v2.0.2] - 2021-12-22
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
- **PODAAC-4059**
- Upgrade to cumulus-message-adapter-java 1.3.7 to address [log4j vulnerability](https://nvd.nist.gov/vuln/detail/CVE-2021-45105)

# [v2.0.1] - 2021-12-15
### Added
### Changed
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>gov.nasa.cumulus</groupId>
<artifactId>cnm-response</artifactId>
<version>2.0.1-alpha.0-SNAPSHOT</version>
<version>2.0.2-alpha.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>cnm-response</name>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>gov.nasa.earthdata</groupId>
<artifactId>cumulus-message-adapter</artifactId>
<version>1.3.5</version>
<version>1.3.7</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-kinesis -->
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions release.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# [v2.0.1] - 2021-12-15
# [v2.0.2] - 2021-12-22
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
- **PODAAC-4046**
- Upgrade to cumulus-message-adapter-java 1.3.5 to address log4j vulnerability
- **PODAAC-4059**
- Upgrade to cumulus-message-adapter-java 1.3.7 to address [log4j vulnerability](https://nvd.nist.gov/vuln/detail/CVE-2021-45105)

0 comments on commit 40b10cc

Please sign in to comment.