This repository was archived by the owner on Mar 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
charts/dataspace-connector Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2
2
# Changelog
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## [ x.x.x ] - 2022-xx-xx
5
+ ## [ 7.0.2 ] - 2022-02-16
6
6
7
7
### Added
8
8
- Add custom view for ` DatabaseDataSource ` to display URL and driver class.
9
9
10
10
### Changed
11
11
- Update swagger-annotations version from 1.6.4 to 1.6.5.
12
+ - Update postgresql version from 42.3.2 to 42.3.3.
12
13
13
14
## [ 7.0.1-ra] - 2022-02-15
14
15
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ version: 0.3.1
22
22
# incremented each time you make changes to the application. Versions are not expected to
23
23
# follow Semantic Versioning. They should reflect the version the application is using.
24
24
# It is recommended to use it with quotes.
25
- appVersion : " 7.0.1 "
25
+ appVersion : " 7.0.2 "
26
26
27
27
dependencies :
28
28
- name : postgresql
Original file line number Diff line number Diff line change 25
25
license :
26
26
name : " Apache License, Version 2.0"
27
27
url : https://www.apache.org/licenses/LICENSE-2.0.txt
28
- version : 7.0.1
28
+ version : 7.0.2
29
29
servers :
30
30
- url : https://localhost:8080
31
31
description : Generated server url
Original file line number Diff line number Diff line change 85
85
86
86
<properties >
87
87
<!-- General -->
88
- <revision >7.0.1 </revision >
88
+ <revision >7.0.2 </revision >
89
89
<email >info@dataspace-connector.de</email >
90
90
91
91
<!-- Build info -->
100
100
<okhttp .version>4.9.3</okhttp .version>
101
101
<modelmapper .version>3.0.0</modelmapper .version>
102
102
<jackson .version>2.13.1</jackson .version>
103
- <postgres .version>42.3.2 </postgres .version>
103
+ <postgres .version>42.3.3 </postgres .version>
104
104
<springdoc .version>1.6.6</springdoc .version>
105
105
<equalsverifier .version>3.9</equalsverifier .version>
106
106
<jaeger .version>3.3.1</jaeger .version>
You can’t perform that action at this time.
0 commit comments