Skip to content

Commit bf53e4f

Browse files
Bump postgresql from 42.4.0 to 42.5.0
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.0 to 42.5.0. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.4.0...REL42.5.0) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a87469d commit bf53e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
<dependency>
277277
<groupId>org.postgresql</groupId>
278278
<artifactId>postgresql</artifactId>
279-
<version>42.4.0</version>
279+
<version>42.5.0</version>
280280
<scope>test</scope>
281281
</dependency>
282282
<dependency>
@@ -445,7 +445,7 @@
445445
<plugin>
446446
<groupId>io.fabric8</groupId>
447447
<artifactId>docker-maven-plugin</artifactId>
448-
<version>0.40.1</version>
448+
<version>0.40.2</version>
449449
<configuration>
450450
<verbose>true</verbose>
451451
<images>

0 commit comments

Comments
 (0)