We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290c6f9 commit b5c35d5Copy full SHA for b5c35d5
pom.xml
@@ -50,7 +50,7 @@
50
<compile-testing.version>0.19</compile-testing.version>
51
<javapoet.version>1.13.0</javapoet.version>
52
<assertj.version>3.21.0</assertj.version>
53
- <awaitility.version>4.1.0</awaitility.version>
+ <awaitility.version>4.1.1</awaitility.version>
54
<spring-boot.version>2.5.5</spring-boot.version>
55
<micrometer-core.version>1.7.4</micrometer-core.version>
56
sample-operators/tomcat-operator/pom.xml
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
- <version>4.1.0</version>
+ <version>4.1.1</version>
<scope>test</scope>
</dependency>
57
</dependencies>
0 commit comments