Skip to content

Commit 49e4c07

Browse files
Bump org.testcontainers:postgresql in /sample-apps/quarkus-app
Bumps [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) from 1.19.2 to 1.19.3. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.2...1.19.3) --- updated-dependencies: - dependency-name: org.testcontainers:postgresql dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7083abc commit 49e4c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-apps/quarkus-app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>org.testcontainers</groupId>
101101
<artifactId>postgresql</artifactId>
102-
<version>1.19.2</version>
102+
<version>1.19.3</version>
103103
<scope>test</scope>
104104
</dependency>
105105
<!--

0 commit comments

Comments
 (0)