|  | 
| 36 | 36 |     <!-- Please note that when updating this dependency --> | 
| 37 | 37 |     <!-- (i.e. due to a security vulnerability or bug) that the --> | 
| 38 | 38 |     <!-- corresponding server dependency also needs updating.--> | 
| 39 |  | -    <netty-bom.version>4.1.99.Final</netty-bom.version> | 
|  | 39 | +    <netty-bom.version>4.1.100.Final</netty-bom.version> | 
| 40 | 40 |     <!-- Please note that when updating this dependency --> | 
| 41 | 41 |     <!-- (i.e. due to a security vulnerability or bug) that the --> | 
| 42 | 42 |     <!-- corresponding server dependency also needs updating.--> | 
| 43 |  | -    <reactor-bom.version>2022.0.11</reactor-bom.version> | 
|  | 43 | +    <reactor-bom.version>2022.0.12</reactor-bom.version> | 
| 44 | 44 |     <slf4j-api.version>1.7.36</slf4j-api.version> | 
| 45 | 45 |     <hamcrest.version>2.2</hamcrest.version> | 
| 46 |  | -    <mockito-core.version>5.5.0</mockito-core.version> | 
|  | 46 | +    <mockito-core.version>5.6.0</mockito-core.version> | 
| 47 | 47 |     <junit.version>5.10.0</junit.version> | 
| 48 | 48 |     <!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 --> | 
| 49 | 49 |     <testng.version>7.8.0</testng.version> | 
| 50 | 50 |     <jarchivelib.version>1.2.0</jarchivelib.version> | 
| 51 |  | -    <bouncycastle-jdk15on.version>1.70</bouncycastle-jdk15on.version> | 
|  | 51 | +    <bouncycastle-jdk18on.version>1.76</bouncycastle-jdk18on.version> | 
| 52 | 52 |     <logback-classic.version>1.2.12</logback-classic.version> | 
| 53 |  | -    <jackson.version>2.15.2</jackson.version> | 
|  | 53 | +    <jackson.version>2.15.3</jackson.version> | 
| 54 | 54 |     <lombok.version>1.18.30</lombok.version> | 
| 55 |  | -    <svm.version>23.1.0</svm.version> | 
| 56 |  | -    <micrometer.version>1.11.4</micrometer.version> | 
|  | 55 | +    <svm.version>23.1.1</svm.version> | 
|  | 56 | +    <micrometer.version>1.11.5</micrometer.version> | 
| 57 | 57 |     <blockhound.version>1.0.8.RELEASE</blockhound.version> | 
| 58 | 58 |     <testcontainers.version>1.19.1</testcontainers.version> | 
| 59 | 59 |     <build-resources.version>5.11.0</build-resources.version> | 
|  | 
| 173 | 173 |       </dependency> | 
| 174 | 174 |       <dependency> | 
| 175 | 175 |         <groupId>org.bouncycastle</groupId> | 
| 176 |  | -        <artifactId>bcprov-jdk15on</artifactId> | 
| 177 |  | -        <version>${bouncycastle-jdk15on.version}</version> | 
|  | 176 | +        <artifactId>bcprov-jdk18on</artifactId> | 
|  | 177 | +        <version>${bouncycastle-jdk18on.version}</version> | 
| 178 | 178 |         <scope>test</scope> | 
| 179 | 179 |       </dependency> | 
| 180 | 180 |       <dependency> | 
| 181 | 181 |         <groupId>org.bouncycastle</groupId> | 
| 182 |  | -        <artifactId>bcpkix-jdk15on</artifactId> | 
| 183 |  | -        <version>${bouncycastle-jdk15on.version}</version> | 
|  | 182 | +        <artifactId>bcpkix-jdk18on</artifactId> | 
|  | 183 | +        <version>${bouncycastle-jdk18on.version}</version> | 
| 184 | 184 |         <scope>test</scope> | 
| 185 | 185 |       </dependency> | 
| 186 | 186 |       <dependency> | 
|  | 
0 commit comments