|
34 | 34 | <!-- Please note that when updating this dependency -->
|
35 | 35 | <!-- (i.e. due to a security vulnerability or bug) that the -->
|
36 | 36 | <!-- corresponding server dependency also needs updating.-->
|
37 |
| - <netty-handler.version>4.1.77.Final</netty-handler.version> |
| 37 | + <netty-bom.version>4.1.78.Final</netty-bom.version> |
38 | 38 | <!-- Please note that when updating this dependency -->
|
39 | 39 | <!-- (i.e. due to a security vulnerability or bug) that the -->
|
40 | 40 | <!-- corresponding server dependency also needs updating.-->
|
41 |
| - <reactor-bom.version>2020.0.19</reactor-bom.version> |
| 41 | + <reactor-bom.version>2020.0.20</reactor-bom.version> |
42 | 42 | <rxjava.version>2.2.21</rxjava.version>
|
43 | 43 | <slf4j-api.version>1.7.36</slf4j-api.version>
|
44 | 44 | <hamcrest-junit.version>2.0.0.0</hamcrest-junit.version>
|
45 |
| - <mockito-core.version>4.6.0</mockito-core.version> |
| 45 | + <mockito-core.version>4.6.1</mockito-core.version> |
46 | 46 | <junit.version>5.8.2</junit.version>
|
47 | 47 | <jarchivelib.version>1.2.0</jarchivelib.version>
|
48 | 48 | <bouncycastle-jdk15on.version>1.70</bouncycastle-jdk15on.version>
|
49 | 49 | <logback-classic.version>1.2.11</logback-classic.version>
|
50 | 50 | <jackson.version>2.13.3</jackson.version>
|
51 | 51 | <lombok.version>1.18.24</lombok.version>
|
52 | 52 | <svm.version>21.3.2.1</svm.version>
|
53 |
| - <micrometer.version>1.9.0</micrometer.version> |
54 |
| - <build-resources.version>4.4.7</build-resources.version> |
| 53 | + <micrometer.version>1.9.1</micrometer.version> |
| 54 | + <build-resources.version>4.4.8</build-resources.version> |
55 | 55 | <!-- To be overwritten by child projects -->
|
56 | 56 | <moduleName/>
|
57 | 57 | </properties>
|
|
97 | 97 | </dependency>
|
98 | 98 | <dependency>
|
99 | 99 | <groupId>io.netty</groupId>
|
100 |
| - <artifactId>netty-handler</artifactId> |
101 |
| - <version>${netty-handler.version}</version> |
| 100 | + <artifactId>netty-bom</artifactId> |
| 101 | + <version>${netty-bom.version}</version> |
| 102 | + <type>pom</type> |
| 103 | + <scope>import</scope> |
102 | 104 | </dependency>
|
103 | 105 | <dependency>
|
104 | 106 | <groupId>io.projectreactor</groupId>
|
|
466 | 468 | </dependency>
|
467 | 469 | </dependencies>
|
468 | 470 | </plugin>
|
| 471 | + <plugin> |
| 472 | + <groupId>org.apache.maven.plugins</groupId> |
| 473 | + <artifactId>maven-resources-plugin</artifactId> |
| 474 | + <version>2.7</version> |
| 475 | + </plugin> |
469 | 476 | </plugins>
|
470 | 477 | </pluginManagement>
|
471 | 478 |
|
|
0 commit comments