Skip to content

Commit

Permalink
#125 upgrade to embedded postgres binaries 14.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomix26 committed Dec 4, 2023
1 parent 7d92df5 commit 54b75a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add the following Maven dependency:
<dependency>
<groupId>io.zonky.test</groupId>
<artifactId>embedded-postgres</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<embedded-postgres-binaries.version>14.10.0</embedded-postgres-binaries.version>
<embedded-postgres-binaries.version>14.10.1</embedded-postgres-binaries.version>
</properties>

<url>https://github.com/zonkyio/embedded-postgres</url>
Expand Down

0 comments on commit 54b75a4

Please sign in to comment.