Skip to content

Commit 5650a16

Browse files
authored
Cleanup dependencies
1 parent ad0b0a5 commit 5650a16

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@
112112
<dependency>
113113
<groupId>com.fasterxml.jackson</groupId>
114114
<artifactId>jackson-bom</artifactId>
115-
<version>2.20.0</version>
115+
<version>2.19.2</version>
116116
<type>pom</type>
117117
<scope>import</scope>
118118
</dependency>
119119
<dependency>
120120
<groupId>io.netty</groupId>
121121
<artifactId>netty-bom</artifactId>
122-
<version>4.2.7.Final</version>
122+
<version>4.2.3.Final</version>
123123
<type>pom</type>
124124
<scope>import</scope>
125125
</dependency>
@@ -135,7 +135,7 @@
135135
<dependency>
136136
<groupId>org.asynchttpclient</groupId>
137137
<artifactId>async-http-client</artifactId>
138-
<version>3.0.3</version>
138+
<version>3.0.1</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>com.fasterxml.jackson.core</groupId>
@@ -178,7 +178,7 @@
178178
<groupId>org.assertj</groupId>
179179
<artifactId>assertj-core</artifactId>
180180
<!-- use 2.9.0 for Java 7 projects -->
181-
<version>3.27.6</version>
181+
<version>3.27.3</version>
182182
<scope>test</scope>
183183
</dependency>
184184
<dependency>
@@ -200,7 +200,6 @@
200200
<plugins>
201201
<plugin>
202202
<artifactId>maven-enforcer-plugin</artifactId>
203-
<version>3.6.1</version>
204203
</plugin>
205204
<plugin>
206205
<groupId>org.apache.maven.plugins</groupId>
@@ -266,7 +265,6 @@
266265
<plugin>
267266
<groupId>org.apache.maven.plugins</groupId>
268267
<artifactId>maven-jar-plugin</artifactId>
269-
<version>3.4.2</version>
270268
<configuration>
271269
<archive>
272270
<manifest>
@@ -318,7 +316,6 @@
318316
<plugin>
319317
<groupId>org.sonatype.plugins</groupId>
320318
<artifactId>nexus-staging-maven-plugin</artifactId>
321-
<version>1.6.5</version>
322319
<extensions>true</extensions>
323320
<configuration>
324321
<serverId>cloudbees-nexus-snapshots</serverId>

0 commit comments

Comments
 (0)