Skip to content

Commit fb4b135

Browse files
chore(deps): bump org.awaitility:awaitility from 4.2.2 to 4.3.0
Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.2 to 4.3.0. - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](awaitility/awaitility@awaitility-4.2.2...awaitility-4.3.0) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bae8da3 commit fb4b135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<compile-testing.version>0.21.0</compile-testing.version>
7070
<javapoet.version>1.13.0</javapoet.version>
7171
<assertj.version>3.27.3</assertj.version>
72-
<awaitility.version>4.2.2</awaitility.version>
72+
<awaitility.version>4.3.0</awaitility.version>
7373
<spring-boot.version>2.7.3</spring-boot.version>
7474
<micrometer-core.version>1.14.4</micrometer-core.version>
7575
<caffeine.version>3.2.0</caffeine.version>

sample-operators/tomcat-operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.awaitility</groupId>
6969
<artifactId>awaitility</artifactId>
70-
<version>4.2.2</version>
70+
<version>4.3.0</version>
7171
<scope>test</scope>
7272
</dependency>
7373
<dependency>

0 commit comments

Comments
 (0)