Skip to content

Commit

Permalink
migrated on Pact 4.6.3 and Spring Boot 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xpinjection committed Sep 29, 2023
1 parent cde0112 commit 8f6b073
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pact/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ services:
POSTGRES_DB: pact_broker

broker_app:
image: pactfoundation/pact-broker
image: pactfoundation/pact-broker:latest
links:
- postgres
depends_on:
- postgres
ports:
- 9292:9292
environment:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<dependency>
<groupId>au.com.dius.pact.provider</groupId>
<artifactId>junit5spring</artifactId>
<version>4.6.2</version>
<version>4.6.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8f6b073

Please sign in to comment.