Skip to content

Commit

Permalink
chore(deps): Bump postgresql from 42.3.2 to 42.3.3 (FraunhoferISST#910)
Browse files Browse the repository at this point in the history
* chore(deps): Bump postgresql from 42.3.2 to 42.3.3

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.2 to 42.3.3.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.3.2...REL42.3.3)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update version and CHANGELOG.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jpampus <julia.pampus@isst.fraunhofer.de>
  • Loading branch information
dependabot[bot] and juliapampus authored Feb 16, 2022
1 parent d93d2df commit dbd6638
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## [x.x.x] - 2022-xx-xx
## [7.0.2] - 2022-02-16

### Added
- Add custom view for `DatabaseDataSource` to display URL and driver class.

### Changed
- Update swagger-annotations version from 1.6.4 to 1.6.5.
- Update postgresql version from 42.3.2 to 42.3.3.

## [7.0.1-ra] - 2022-02-15

Expand Down
2 changes: 1 addition & 1 deletion charts/dataspace-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: 0.3.1
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "7.0.1"
appVersion: "7.0.2"

dependencies:
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ info:
license:
name: "Apache License, Version 2.0"
url: https://www.apache.org/licenses/LICENSE-2.0.txt
version: 7.0.1
version: 7.0.2
servers:
- url: https://localhost:8080
description: Generated server url
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

<properties>
<!-- General -->
<revision>7.0.1</revision>
<revision>7.0.2</revision>
<email>info@dataspace-connector.de</email>

<!-- Build info -->
Expand All @@ -100,7 +100,7 @@
<okhttp.version>4.9.3</okhttp.version>
<modelmapper.version>3.0.0</modelmapper.version>
<jackson.version>2.13.1</jackson.version>
<postgres.version>42.3.2</postgres.version>
<postgres.version>42.3.3</postgres.version>
<springdoc.version>1.6.6</springdoc.version>
<equalsverifier.version>3.9</equalsverifier.version>
<jaeger.version>3.3.1</jaeger.version>
Expand Down

0 comments on commit dbd6638

Please sign in to comment.