|
28 | 28 | <dependency>
|
29 | 29 | <groupId>org.junit</groupId>
|
30 | 30 | <artifactId>junit-bom</artifactId>
|
31 |
| - <version>5.10.0</version> |
| 31 | + <version>5.11.3</version> |
32 | 32 | <type>pom</type>
|
33 | 33 | <scope>import</scope>
|
34 | 34 | </dependency>
|
|
39 | 39 | <type>pom</type>
|
40 | 40 | <scope>import</scope>
|
41 | 41 | </dependency>
|
| 42 | + <dependency> |
| 43 | + <groupId>org.slf4j</groupId> |
| 44 | + <artifactId>slf4j-bom</artifactId> |
| 45 | + <version>2.0.16</version> |
| 46 | + <type>pom</type> |
| 47 | + <scope>import</scope> |
| 48 | + </dependency> |
42 | 49 | </dependencies>
|
43 | 50 | </dependencyManagement>
|
44 | 51 |
|
|
55 | 62 | <dependency>
|
56 | 63 | <groupId>no.digipost</groupId>
|
57 | 64 | <artifactId>certificate-validator</artifactId>
|
58 |
| - <version>3.0.3</version> |
| 65 | + <version>3.0.5</version> |
59 | 66 | <exclusions>
|
60 | 67 | <exclusion>
|
61 | 68 | <groupId>org.bouncycastle</groupId>
|
|
67 | 74 | <dependency>
|
68 | 75 | <groupId>org.apache.httpcomponents.client5</groupId>
|
69 | 76 | <artifactId>httpclient5</artifactId>
|
70 |
| - <version>5.2.1</version> |
| 77 | + <version>5.4.1</version> |
71 | 78 | </dependency>
|
72 | 79 | <dependency>
|
73 | 80 | <groupId>org.apache.httpcomponents.core5</groupId>
|
74 | 81 | <artifactId>httpcore5</artifactId>
|
75 |
| - <version>5.2.3</version> |
| 82 | + <version>5.3.1</version> |
76 | 83 | </dependency>
|
77 | 84 |
|
78 | 85 | <dependency>
|
79 | 86 | <groupId>commons-io</groupId>
|
80 | 87 | <artifactId>commons-io</artifactId>
|
81 |
| - <version>2.14.0</version> |
| 88 | + <version>2.17.0</version> |
82 | 89 | <scope>test</scope>
|
83 | 90 | </dependency>
|
84 | 91 |
|
85 |
| - <dependency> |
86 |
| - <groupId>org.slf4j</groupId> |
87 |
| - <artifactId>slf4j-api</artifactId> |
88 |
| - <version>2.0.9</version> |
89 |
| - <scope>test</scope> |
90 |
| - </dependency> |
91 | 92 | <dependency>
|
92 | 93 | <groupId>org.slf4j</groupId>
|
93 | 94 | <artifactId>slf4j-simple</artifactId>
|
94 |
| - <version>2.0.9</version> |
95 | 95 | <scope>test</scope>
|
96 | 96 | </dependency>
|
97 | 97 |
|
|
108 | 108 | <dependency>
|
109 | 109 | <groupId>org.hamcrest</groupId>
|
110 | 110 | <artifactId>hamcrest</artifactId>
|
111 |
| - <version>2.2</version> |
| 111 | + <version>3.0</version> |
112 | 112 | <scope>test</scope>
|
113 | 113 | </dependency>
|
114 | 114 | <dependency>
|
|
124 | 124 | <dependency>
|
125 | 125 | <groupId>nl.jqno.equalsverifier</groupId>
|
126 | 126 | <artifactId>equalsverifier</artifactId>
|
127 |
| - <version>3.15.2</version> |
| 127 | + <version>3.17.1</version> |
128 | 128 | <scope>test</scope>
|
129 | 129 | </dependency>
|
130 | 130 | <dependency>
|
|
148 | 148 | <dependency>
|
149 | 149 | <groupId>no.digipost</groupId>
|
150 | 150 | <artifactId>digg</artifactId>
|
151 |
| - <version>0.33</version> |
| 151 | + <version>0.36</version> |
152 | 152 | <scope>test</scope>
|
153 | 153 | </dependency>
|
154 | 154 |
|
155 | 155 | <dependency>
|
156 | 156 | <groupId>com.github.tomakehurst</groupId>
|
157 | 157 | <artifactId>wiremock-jre8</artifactId>
|
158 |
| - <version>2.35.1</version> |
| 158 | + <version>2.35.2</version> |
159 | 159 | <scope>test</scope>
|
160 | 160 | <exclusions>
|
161 | 161 | <exclusion>
|
|
167 | 167 | <dependency>
|
168 | 168 | <groupId>no.digipost</groupId>
|
169 | 169 | <artifactId>jul-to-slf4j-junit-extension</artifactId>
|
170 |
| - <version>1.0</version> |
| 170 | + <version>1.0.1</version> |
171 | 171 | <scope>test</scope>
|
172 | 172 | </dependency>
|
173 | 173 | </dependencies>
|
|
183 | 183 | <plugins>
|
184 | 184 | <plugin>
|
185 | 185 | <artifactId>maven-compiler-plugin</artifactId>
|
186 |
| - <version>3.11.0</version> |
| 186 | + <version>3.13.0</version> |
187 | 187 | </plugin>
|
188 | 188 | <plugin>
|
189 | 189 | <groupId>com.github.siom79.japicmp</groupId>
|
190 | 190 | <artifactId>japicmp-maven-plugin</artifactId>
|
191 |
| - <version>0.18.1</version> |
| 191 | + <version>0.23.0</version> |
192 | 192 | <configuration>
|
193 | 193 | <parameter>
|
194 | 194 | <includes>
|
|
202 | 202 | </plugin>
|
203 | 203 | <plugin>
|
204 | 204 | <artifactId>maven-shade-plugin</artifactId>
|
205 |
| - <version>3.5.1</version> |
| 205 | + <version>3.6.0</version> |
206 | 206 | <configuration>
|
207 | 207 | <minimizeJar>true</minimizeJar>
|
208 | 208 | <artifactSet>
|
|
228 | 228 | </plugin>
|
229 | 229 | <plugin>
|
230 | 230 | <artifactId>maven-surefire-plugin</artifactId>
|
231 |
| - <version>3.1.2</version> |
| 231 | + <version>3.5.1</version> |
232 | 232 | </plugin>
|
233 | 233 | <plugin>
|
234 | 234 | <artifactId>maven-resources-plugin</artifactId>
|
235 | 235 | <version>3.3.1</version>
|
236 | 236 | </plugin>
|
237 | 237 | <plugin>
|
238 | 238 | <artifactId>maven-javadoc-plugin</artifactId>
|
239 |
| - <version>3.6.0</version> |
| 239 | + <version>3.10.1</version> |
240 | 240 | </plugin>
|
241 | 241 | <plugin>
|
242 | 242 | <artifactId>maven-jar-plugin</artifactId>
|
243 |
| - <version>3.3.0</version> |
| 243 | + <version>3.4.2</version> |
244 | 244 | </plugin>
|
245 | 245 | <plugin>
|
246 | 246 | <artifactId>maven-enforcer-plugin</artifactId>
|
247 |
| - <version>3.4.1</version> |
| 247 | + <version>3.5.0</version> |
248 | 248 | <configuration>
|
249 | 249 | <rules>
|
250 | 250 | <bannedDependencies>
|
|
0 commit comments