Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

Commit dbd6638

Browse files
chore(deps): Bump postgresql from 42.3.2 to 42.3.3 (#910)
* 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>
1 parent d93d2df commit dbd6638

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
# Changelog
33
All notable changes to this project will be documented in this file.
44

5-
## [x.x.x] - 2022-xx-xx
5+
## [7.0.2] - 2022-02-16
66

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

1010
### Changed
1111
- Update swagger-annotations version from 1.6.4 to 1.6.5.
12+
- Update postgresql version from 42.3.2 to 42.3.3.
1213

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

charts/dataspace-connector/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: 0.3.1
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: "7.0.1"
25+
appVersion: "7.0.2"
2626

2727
dependencies:
2828
- name: postgresql

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ info:
2525
license:
2626
name: "Apache License, Version 2.0"
2727
url: https://www.apache.org/licenses/LICENSE-2.0.txt
28-
version: 7.0.1
28+
version: 7.0.2
2929
servers:
3030
- url: https://localhost:8080
3131
description: Generated server url

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585

8686
<properties>
8787
<!-- General -->
88-
<revision>7.0.1</revision>
88+
<revision>7.0.2</revision>
8989
<email>info@dataspace-connector.de</email>
9090

9191
<!-- Build info -->
@@ -100,7 +100,7 @@
100100
<okhttp.version>4.9.3</okhttp.version>
101101
<modelmapper.version>3.0.0</modelmapper.version>
102102
<jackson.version>2.13.1</jackson.version>
103-
<postgres.version>42.3.2</postgres.version>
103+
<postgres.version>42.3.3</postgres.version>
104104
<springdoc.version>1.6.6</springdoc.version>
105105
<equalsverifier.version>3.9</equalsverifier.version>
106106
<jaeger.version>3.3.1</jaeger.version>

0 commit comments

Comments
 (0)