|
112 | 112 | <dependency> |
113 | 113 | <groupId>com.fasterxml.jackson</groupId> |
114 | 114 | <artifactId>jackson-bom</artifactId> |
115 | | - <version>2.20.0</version> |
| 115 | + <version>2.19.2</version> |
116 | 116 | <type>pom</type> |
117 | 117 | <scope>import</scope> |
118 | 118 | </dependency> |
119 | 119 | <dependency> |
120 | 120 | <groupId>io.netty</groupId> |
121 | 121 | <artifactId>netty-bom</artifactId> |
122 | | - <version>4.2.7.Final</version> |
| 122 | + <version>4.2.3.Final</version> |
123 | 123 | <type>pom</type> |
124 | 124 | <scope>import</scope> |
125 | 125 | </dependency> |
|
135 | 135 | <dependency> |
136 | 136 | <groupId>org.asynchttpclient</groupId> |
137 | 137 | <artifactId>async-http-client</artifactId> |
138 | | - <version>3.0.3</version> |
| 138 | + <version>3.0.1</version> |
139 | 139 | </dependency> |
140 | 140 | <dependency> |
141 | 141 | <groupId>com.fasterxml.jackson.core</groupId> |
|
178 | 178 | <groupId>org.assertj</groupId> |
179 | 179 | <artifactId>assertj-core</artifactId> |
180 | 180 | <!-- use 2.9.0 for Java 7 projects --> |
181 | | - <version>3.27.6</version> |
| 181 | + <version>3.27.3</version> |
182 | 182 | <scope>test</scope> |
183 | 183 | </dependency> |
184 | 184 | <dependency> |
|
200 | 200 | <plugins> |
201 | 201 | <plugin> |
202 | 202 | <artifactId>maven-enforcer-plugin</artifactId> |
203 | | - <version>3.6.1</version> |
204 | 203 | </plugin> |
205 | 204 | <plugin> |
206 | 205 | <groupId>org.apache.maven.plugins</groupId> |
|
266 | 265 | <plugin> |
267 | 266 | <groupId>org.apache.maven.plugins</groupId> |
268 | 267 | <artifactId>maven-jar-plugin</artifactId> |
269 | | - <version>3.4.2</version> |
270 | 268 | <configuration> |
271 | 269 | <archive> |
272 | 270 | <manifest> |
|
318 | 316 | <plugin> |
319 | 317 | <groupId>org.sonatype.plugins</groupId> |
320 | 318 | <artifactId>nexus-staging-maven-plugin</artifactId> |
321 | | - <version>1.6.5</version> |
322 | 319 | <extensions>true</extensions> |
323 | 320 | <configuration> |
324 | 321 | <serverId>cloudbees-nexus-snapshots</serverId> |
|
0 commit comments