Skip to content

Commit b5c35d5

Browse files
chore(deps): bump awaitility from 4.1.0 to 4.1.1 (#710)
Bumps [awaitility](https://github.com/awaitility/awaitility) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/awaitility/awaitility/releases) - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](awaitility/awaitility@awaitility-4.1.0...awaitility-4.1.1) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 290c6f9 commit b5c35d5

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
@@ -50,7 +50,7 @@
5050
<compile-testing.version>0.19</compile-testing.version>
5151
<javapoet.version>1.13.0</javapoet.version>
5252
<assertj.version>3.21.0</assertj.version>
53-
<awaitility.version>4.1.0</awaitility.version>
53+
<awaitility.version>4.1.1</awaitility.version>
5454
<spring-boot.version>2.5.5</spring-boot.version>
5555
<micrometer-core.version>1.7.4</micrometer-core.version>
5656

sample-operators/tomcat-operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.awaitility</groupId>
5353
<artifactId>awaitility</artifactId>
54-
<version>4.1.0</version>
54+
<version>4.1.1</version>
5555
<scope>test</scope>
5656
</dependency>
5757
</dependencies>

0 commit comments

Comments
 (0)