Skip to content

Commit dcb1a49

Browse files
Merge pull request #1800 from gradle/combined-prs-branch
Combined PRs
2 parents 4b4ddd7 + f88a5d9 commit dcb1a49

File tree

1 file changed

+2
-2
lines changed
  • build-caching-maven-samples/spring-cloud-contract-project

1 file changed

+2
-2
lines changed

build-caching-maven-samples/spring-cloud-contract-project/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>org.springframework.cloud</groupId>
1616
<artifactId>spring-cloud-starter-contract-verifier</artifactId>
17-
<version>4.2.0</version>
17+
<version>4.2.1</version>
1818
<scope>test</scope>
1919
</dependency>
2020
</dependencies>
@@ -24,7 +24,7 @@
2424
<plugin>
2525
<groupId>org.springframework.cloud</groupId>
2626
<artifactId>spring-cloud-contract-maven-plugin</artifactId>
27-
<version>4.2.0</version>
27+
<version>4.2.1</version>
2828
<extensions>true</extensions>
2929
<configuration></configuration>
3030
</plugin>

0 commit comments

Comments
 (0)