|
12 | 12 | <version>16.0-SNAPSHOT</version>
|
13 | 13 | <name>Digipost API Client</name>
|
14 | 14 | <description>Java library for interacting with the Digipost REST API</description>
|
| 15 | + |
| 16 | + <organization> |
| 17 | + <name>Posten Bring AS</name> |
| 18 | + <url>https://www.posten.no/</url> |
| 19 | + </organization> |
15 | 20 |
|
| 21 | + <licenses> |
| 22 | + <license> |
| 23 | + <name>Apache License, Version 2.0</name> |
| 24 | + <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> |
| 25 | + <distribution>repo</distribution> |
| 26 | + <comments> |
| 27 | + Copyright 2011-2025 Posten Bring AS. All Rights Reserved. |
| 28 | + This product includes software developed by Posten Bring AS. |
| 29 | + </comments> |
| 30 | + </license> |
| 31 | + </licenses> |
| 32 | + |
16 | 33 | <properties>
|
17 | 34 | <maven.compiler.source>11</maven.compiler.source>
|
18 | 35 | <maven.compiler.target>11</maven.compiler.target>
|
19 | 36 |
|
20 |
| - <bouncycastle.version>1.78.1</bouncycastle.version> |
21 |
| - <slf4j.version>2.0.9</slf4j.version> |
| 37 | + <bouncycastle.version>1.81</bouncycastle.version> |
22 | 38 | </properties>
|
23 | 39 |
|
24 | 40 | <dependencies>
|
|
80 | 96 | <dependency>
|
81 | 97 | <groupId>commons-io</groupId>
|
82 | 98 | <artifactId>commons-io</artifactId>
|
83 |
| - <version>2.16.1</version> |
| 99 | + <version>2.20.0</version> |
84 | 100 | </dependency>
|
85 | 101 | <dependency>
|
86 | 102 | <groupId>org.apache.commons</groupId>
|
87 | 103 | <artifactId>commons-lang3</artifactId>
|
88 |
| - <version>3.14.0</version> |
| 104 | + <version>3.18.0</version> |
89 | 105 | </dependency>
|
90 | 106 | <dependency>
|
91 | 107 | <groupId>org.bouncycastle</groupId>
|
|
150 | 166 | <dependency>
|
151 | 167 | <groupId>no.digipost</groupId>
|
152 | 168 | <artifactId>digg</artifactId>
|
153 |
| - <version>0.34</version> |
| 169 | + <version>0.37</version> |
154 | 170 | <scope>test</scope>
|
155 | 171 | </dependency>
|
156 | 172 | <dependency>
|
|
180 | 196 | <dependency>
|
181 | 197 | <groupId>org.slf4j</groupId>
|
182 | 198 | <artifactId>slf4j-bom</artifactId>
|
183 |
| - <version>2.0.13</version> |
| 199 | + <version>2.0.17</version> |
184 | 200 | <type>pom</type>
|
185 | 201 | <scope>import</scope>
|
186 | 202 | </dependency>
|
187 | 203 | <dependency>
|
188 | 204 | <groupId>org.junit</groupId>
|
189 | 205 | <artifactId>junit-bom</artifactId>
|
190 |
| - <version>5.10.2</version> |
| 206 | + <version>5.13.4</version> |
191 | 207 | <type>pom</type>
|
192 | 208 | <scope>import</scope>
|
193 | 209 | </dependency>
|
194 | 210 | <dependency>
|
195 | 211 | <groupId>commons-codec</groupId>
|
196 | 212 | <artifactId>commons-codec</artifactId>
|
197 |
| - <version>1.16.1</version> |
| 213 | + <version>1.19.0</version> |
198 | 214 | </dependency>
|
199 | 215 | <dependency>
|
200 | 216 | <groupId>org.mockito</groupId>
|
201 | 217 | <artifactId>mockito-bom</artifactId>
|
202 |
| - <version>5.11.0</version> |
| 218 | + <version>5.18.0</version> |
203 | 219 | <type>pom</type>
|
204 | 220 | <scope>import</scope>
|
205 | 221 | </dependency>
|
|
0 commit comments