Skip to content

Commit

Permalink
Merge pull request #45 from conjurdemos/dependabot/maven/org.postgres…
Browse files Browse the repository at this point in the history
…ql-postgresql-42.3.2

Bump postgresql from 42.3.1 to 42.3.2
  • Loading branch information
andytinkham authored Feb 11, 2022
2 parents a9b4335 + 65b5a5a commit 83ab093
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Security
- Upgraded Postgres to 42.3.2 to resolve CVE-2022-21724
[conjurdemos/pet-store-demo#45](https://github.com/conjurdemos/pet-store-demo/pull/45)

## [1.2.0] - 2021-08-04

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.1</version>
<version>42.3.2</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
Expand Down

0 comments on commit 83ab093

Please sign in to comment.