|
18 | 18 | <maven.compiler.target>1.8</maven.compiler.target>
|
19 | 19 | <project.previousVersion>set_with_-Dproject.previousVersion=X.Y</project.previousVersion>
|
20 | 20 | <signature.api.version>2.7</signature.api.version>
|
21 |
| - <slf4j.version>1.7.29</slf4j.version> |
| 21 | + <slf4j.version>1.7.30</slf4j.version> |
22 | 22 | </properties>
|
23 | 23 |
|
24 | 24 | <dependencyManagement>
|
25 | 25 | <dependencies>
|
26 | 26 | <dependency>
|
27 | 27 | <groupId>org.springframework</groupId>
|
28 | 28 | <artifactId>spring-framework-bom</artifactId>
|
29 |
| - <version>5.2.1.RELEASE</version> |
| 29 | + <version>5.3.3</version> |
30 | 30 | <type>pom</type>
|
31 | 31 | <scope>import</scope>
|
32 | 32 | </dependency>
|
33 | 33 | <dependency>
|
34 | 34 | <groupId>org.glassfish.jersey</groupId>
|
35 | 35 | <artifactId>jersey-bom</artifactId>
|
36 |
| - <version>2.29.1</version> |
| 36 | + <version>2.33</version> |
37 | 37 | <type>pom</type>
|
38 | 38 | <scope>import</scope>
|
39 | 39 | </dependency>
|
40 | 40 | <dependency>
|
41 | 41 | <groupId>org.junit</groupId>
|
42 | 42 | <artifactId>junit-bom</artifactId>
|
43 |
| - <version>5.6.0-M1</version> |
| 43 | + <version>5.7.0</version> |
44 | 44 | <type>pom</type>
|
45 | 45 | <scope>import</scope>
|
46 | 46 | </dependency>
|
|
62 | 62 | <dependency>
|
63 | 63 | <groupId>org.apache.httpcomponents</groupId>
|
64 | 64 | <artifactId>httpclient</artifactId>
|
65 |
| - <version>4.5.10</version> |
| 65 | + <version>4.5.13</version> |
66 | 66 | <exclusions>
|
67 | 67 | <exclusion>
|
68 | 68 | <groupId>commons-logging</groupId>
|
|
73 | 73 | <dependency>
|
74 | 74 | <groupId>org.apache.httpcomponents</groupId>
|
75 | 75 | <artifactId>httpcore</artifactId>
|
76 |
| - <version>4.4.12</version> |
| 76 | + <version>4.4.14</version> |
77 | 77 | </dependency>
|
78 | 78 | <dependency>
|
79 | 79 | <groupId>jakarta.annotation</groupId>
|
|
106 | 106 | <dependency>
|
107 | 107 | <groupId>commons-io</groupId>
|
108 | 108 | <artifactId>commons-io</artifactId>
|
109 |
| - <version>2.6</version> |
| 109 | + <version>2.8.0</version> |
110 | 110 | <scope>test</scope>
|
111 | 111 | </dependency>
|
112 | 112 | <dependency>
|
113 | 113 | <groupId>commons-codec</groupId>
|
114 | 114 | <artifactId>commons-codec</artifactId>
|
115 |
| - <version>1.13</version> |
| 115 | + <version>1.15</version> |
116 | 116 | </dependency>
|
117 | 117 | <dependency>
|
118 | 118 | <groupId>org.springframework</groupId>
|
|
125 | 125 | <dependency>
|
126 | 126 | <groupId>org.springframework.ws</groupId>
|
127 | 127 | <artifactId>spring-xml</artifactId>
|
128 |
| - <version>3.0.8.RELEASE</version> |
| 128 | + <version>3.0.10.RELEASE</version> |
129 | 129 | </dependency>
|
130 | 130 | <dependency>
|
131 | 131 | <groupId>org.apache.commons</groupId>
|
132 | 132 | <artifactId>commons-lang3</artifactId>
|
133 |
| - <version>3.9</version> |
| 133 | + <version>3.11</version> |
134 | 134 | </dependency>
|
135 | 135 |
|
136 | 136 | <dependency>
|
|
170 | 170 | <dependency>
|
171 | 171 | <groupId>nl.jqno.equalsverifier</groupId>
|
172 | 172 | <artifactId>equalsverifier</artifactId>
|
173 |
| - <version>3.1.10</version> |
| 173 | + <version>3.5.2</version> |
174 | 174 | <scope>test</scope>
|
175 | 175 | </dependency>
|
176 | 176 | <dependency>
|
|
194 | 194 | <dependency>
|
195 | 195 | <groupId>no.digipost</groupId>
|
196 | 196 | <artifactId>digg</artifactId>
|
197 |
| - <version>0.22</version> |
| 197 | + <version>0.25</version> |
198 | 198 | <scope>test</scope>
|
199 | 199 | </dependency>
|
200 | 200 | </dependencies>
|
|
0 commit comments