Browse Source

Use `awaitility` version property.

Closes #4948
pull/4955/head
Mark Paluch 8 months ago committed by Christoph Strobl
parent
commit
4bd5a1f113
No known key found for this signature in database
GPG Key ID: E6054036D0C37A4B
  1. 2
      spring-data-mongodb/pom.xml

2
spring-data-mongodb/pom.xml

@ -135,7 +135,7 @@
<dependency> <dependency>
<groupId>org.awaitility</groupId> <groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId> <artifactId>awaitility</artifactId>
<version>4.2.2</version> <version>${awaitility}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>

Loading…
Cancel
Save