File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
<groupId >org.exist-db</groupId >
15
15
<artifactId >exist-postgresql-jdbc-driver</artifactId >
16
- <version >1.0.1 </version >
16
+ <version >42.3.0 </version >
17
17
18
18
<name >PostgreSQL JDBC Driver</name >
19
19
<description >PostgreSQL JDBC Driver for eXist-db</description >
64
64
<dependency >
65
65
<groupId >org.postgresql</groupId >
66
66
<artifactId >postgresql</artifactId >
67
- <version >42.3.1 </version >
67
+ <version >${project.version} </version >
68
68
</dependency >
69
69
70
70
<!-- test dependencies -->
Original file line number Diff line number Diff line change 61
61
<dependencySet >
62
62
<groupId >org.postgresql</groupId >
63
63
<artifactId >postgresql</artifactId >
64
- <version >42.2.9 </version >
64
+ <version >${project.version} </version >
65
65
</dependencySet >
66
66
</dependencySets >
67
67
You can’t perform that action at this time.
0 commit comments