Skip to content

Commit

Permalink
Merge pull request #473 from collabnix/dependabot/maven/play-with-doc…
Browse files Browse the repository at this point in the history
…ker/example-voting-app/worker/org.postgresql-postgresql-42.3.8

Bump postgresql from 42.3.7 to 42.3.8 in /play-with-docker/example-voting-app/worker
  • Loading branch information
Adesoji1 authored Oct 1, 2023
2 parents 958257b + aaa9974 commit 79a4d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play-with-docker/example-voting-app/worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.7</version>
<version>42.3.8</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 79a4d32

Please sign in to comment.