Skip to content

Commit 27562f7

Browse files
Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0
Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0-M3 to 3.0.0. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](apache/maven-enforcer@enforcer-3.0.0-M3...enforcer-3.0.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af2d78c commit 27562f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<dependency>
115115
<groupId>org.asynchttpclient</groupId>
116116
<artifactId>async-http-client</artifactId>
117-
<version>2.12.2</version>
117+
<version>2.12.3</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>com.fasterxml.jackson.core</groupId>
@@ -169,7 +169,7 @@
169169
<dependency>
170170
<groupId>org.awaitility</groupId>
171171
<artifactId>awaitility</artifactId>
172-
<version>4.0.3</version>
172+
<version>4.1.0</version>
173173
<scope>test</scope>
174174
</dependency>
175175
</dependencies>
@@ -179,7 +179,7 @@
179179
<plugins>
180180
<plugin>
181181
<artifactId>maven-enforcer-plugin</artifactId>
182-
<version>3.0.0-M3</version>
182+
<version>3.0.0</version>
183183
</plugin>
184184
<plugin>
185185
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)