Skip to content

Commit ff0b505

Browse files
committed
Specify versions in docs pom
1 parent f4e69f6 commit ff0b505

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,17 @@
2525
<groovy.version>4.0.6</groovy.version>
2626
<generate-adoc-resource.phase>process-classes</generate-adoc-resource.phase>
2727
</properties>
28-
28+
2929
<dependencies>
3030
<dependency>
3131
<groupId>${project.groupId}</groupId>
3232
<artifactId>spring-cloud-starter-contract-stub-runner</artifactId>
33+
<version>4.1.4</version>
3334
</dependency>
3435
<dependency>
3536
<groupId>${project.groupId}</groupId>
3637
<artifactId>spring-cloud-starter-contract-verifier</artifactId>
38+
<version>4.1.4</version>
3739
</dependency>
3840
<dependency>
3941
<groupId>org.springframework.amqp</groupId>

0 commit comments

Comments
 (0)