|
48 | 48 | <dependency>
|
49 | 49 | <groupId>org.junit</groupId>
|
50 | 50 | <artifactId>junit-bom</artifactId>
|
51 |
| - <version>5.10.1</version> |
| 51 | + <version>5.10.2</version> |
52 | 52 | <type>pom</type>
|
53 | 53 | <scope>import</scope>
|
54 | 54 | </dependency>
|
|
59 | 59 | <type>pom</type>
|
60 | 60 | <scope>import</scope>
|
61 | 61 | </dependency>
|
| 62 | + <dependency> |
| 63 | + <groupId>org.slf4j</groupId> |
| 64 | + <artifactId>slf4j-bom</artifactId> |
| 65 | + <version>2.0.13</version> |
| 66 | + <type>pom</type> |
| 67 | + <scope>import</scope> |
| 68 | + </dependency> |
62 | 69 | </dependencies>
|
63 | 70 | </dependencyManagement>
|
64 | 71 |
|
|
72 | 79 | <dependency>
|
73 | 80 | <groupId>org.bouncycastle</groupId>
|
74 | 81 | <artifactId>bcpkix-jdk18on</artifactId>
|
75 |
| - <version>1.77</version> |
| 82 | + <version>1.78.1</version> |
76 | 83 | </dependency>
|
77 | 84 | <dependency>
|
78 | 85 | <groupId>org.bouncycastle</groupId>
|
79 | 86 | <artifactId>bcprov-jdk18on</artifactId>
|
80 |
| - <version>1.77</version> |
| 87 | + <version>1.78.1</version> |
81 | 88 | </dependency>
|
82 | 89 | <dependency>
|
83 | 90 | <groupId>org.apache.httpcomponents.client5</groupId>
|
84 | 91 | <artifactId>httpclient5</artifactId>
|
85 |
| - <version>5.3</version> |
| 92 | + <version>5.3.1</version> |
86 | 93 | </dependency>
|
87 | 94 | <dependency>
|
88 | 95 | <groupId>org.apache.httpcomponents.core5</groupId>
|
|
92 | 99 | <dependency>
|
93 | 100 | <groupId>org.slf4j</groupId>
|
94 | 101 | <artifactId>slf4j-api</artifactId>
|
95 |
| - <version>2.0.9</version> |
96 | 102 | </dependency>
|
97 | 103 | <dependency>
|
98 | 104 | <groupId>org.slf4j</groupId>
|
99 | 105 | <artifactId>slf4j-simple</artifactId>
|
100 |
| - <version>2.0.9</version> |
101 | 106 | <scope>test</scope>
|
102 | 107 | </dependency>
|
103 | 108 | <dependency>
|
104 | 109 | <groupId>no.digipost</groupId>
|
105 | 110 | <artifactId>digg</artifactId>
|
106 |
| - <version>0.33</version> |
| 111 | + <version>0.34</version> |
107 | 112 | <scope>test</scope>
|
108 | 113 | </dependency>
|
109 | 114 | <dependency>
|
110 | 115 | <groupId>commons-io</groupId>
|
111 | 116 | <artifactId>commons-io</artifactId>
|
112 |
| - <version>2.15.1</version> |
| 117 | + <version>2.16.1</version> |
113 | 118 | <scope>test</scope>
|
114 | 119 | </dependency>
|
115 | 120 | <dependency>
|
|
159 | 164 | <dependency>
|
160 | 165 | <groupId>nl.jqno.equalsverifier</groupId>
|
161 | 166 | <artifactId>equalsverifier</artifactId>
|
162 |
| - <version>3.15.5</version> |
| 167 | + <version>3.16.1</version> |
163 | 168 | <scope>test</scope>
|
164 | 169 | </dependency>
|
165 | 170 | </dependencies>
|
|
220 | 225 | </plugin>
|
221 | 226 | <plugin>
|
222 | 227 | <artifactId>maven-compiler-plugin</artifactId>
|
223 |
| - <version>3.12.1</version> |
| 228 | + <version>3.13.0</version> |
224 | 229 | </plugin>
|
225 | 230 | <plugin>
|
226 | 231 | <artifactId>maven-surefire-plugin</artifactId>
|
227 |
| - <version>3.2.3</version> |
| 232 | + <version>3.2.5</version> |
228 | 233 | </plugin>
|
229 | 234 | <plugin>
|
230 | 235 | <artifactId>maven-deploy-plugin</artifactId>
|
231 |
| - <version>3.1.1</version> |
| 236 | + <version>3.1.2</version> |
232 | 237 | </plugin>
|
233 | 238 | <plugin>
|
234 | 239 | <artifactId>maven-clean-plugin</artifactId>
|
|
240 | 245 | </plugin>
|
241 | 246 | <plugin>
|
242 | 247 | <artifactId>maven-install-plugin</artifactId>
|
243 |
| - <version>3.1.1</version> |
| 248 | + <version>3.1.2</version> |
244 | 249 | </plugin>
|
245 | 250 | <plugin>
|
246 | 251 | <artifactId>maven-resources-plugin</artifactId>
|
247 | 252 | <version>3.3.1</version>
|
248 | 253 | </plugin>
|
249 | 254 | <plugin>
|
250 | 255 | <artifactId>maven-jar-plugin</artifactId>
|
251 |
| - <version>3.3.0</version> |
| 256 | + <version>3.4.1</version> |
252 | 257 | </plugin>
|
253 | 258 | <plugin>
|
254 | 259 | <groupId>org.codehaus.mojo</groupId>
|
|
258 | 263 | <plugin>
|
259 | 264 | <groupId>com.github.siom79.japicmp</groupId>
|
260 | 265 | <artifactId>japicmp-maven-plugin</artifactId>
|
261 |
| - <version>0.18.3</version> |
| 266 | + <version>0.21.2</version> |
262 | 267 | <configuration>
|
263 | 268 | <parameter>
|
264 | 269 | <includes>
|
|
0 commit comments