Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 62a76c8

Browse files
committedApr 17, 2025··
Use awaitility version property.
Closes #4948
1 parent 3ccf872 commit 62a76c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spring-data-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<dependency>
130130
<groupId>org.awaitility</groupId>
131131
<artifactId>awaitility</artifactId>
132-
<version>4.2.2</version>
132+
<version>${awaitility}</version>
133133
<scope>test</scope>
134134
</dependency>
135135

0 commit comments

Comments
 (0)
Please sign in to comment.