Skip to content

Commit aba7dde

Browse files
committed
Upgrade dependencies
1 parent c338fa6 commit aba7dde

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

+12-12
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,29 @@
1818
<maven.compiler.target>1.8</maven.compiler.target>
1919
<project.previousVersion>set_with_-Dproject.previousVersion=X.Y</project.previousVersion>
2020
<signature.api.version>2.7</signature.api.version>
21-
<slf4j.version>1.7.29</slf4j.version>
21+
<slf4j.version>1.7.30</slf4j.version>
2222
</properties>
2323

2424
<dependencyManagement>
2525
<dependencies>
2626
<dependency>
2727
<groupId>org.springframework</groupId>
2828
<artifactId>spring-framework-bom</artifactId>
29-
<version>5.2.1.RELEASE</version>
29+
<version>5.3.3</version>
3030
<type>pom</type>
3131
<scope>import</scope>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.glassfish.jersey</groupId>
3535
<artifactId>jersey-bom</artifactId>
36-
<version>2.29.1</version>
36+
<version>2.33</version>
3737
<type>pom</type>
3838
<scope>import</scope>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.junit</groupId>
4242
<artifactId>junit-bom</artifactId>
43-
<version>5.6.0-M1</version>
43+
<version>5.7.0</version>
4444
<type>pom</type>
4545
<scope>import</scope>
4646
</dependency>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>org.apache.httpcomponents</groupId>
6464
<artifactId>httpclient</artifactId>
65-
<version>4.5.10</version>
65+
<version>4.5.13</version>
6666
<exclusions>
6767
<exclusion>
6868
<groupId>commons-logging</groupId>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.apache.httpcomponents</groupId>
7575
<artifactId>httpcore</artifactId>
76-
<version>4.4.12</version>
76+
<version>4.4.14</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>jakarta.annotation</groupId>
@@ -106,13 +106,13 @@
106106
<dependency>
107107
<groupId>commons-io</groupId>
108108
<artifactId>commons-io</artifactId>
109-
<version>2.6</version>
109+
<version>2.8.0</version>
110110
<scope>test</scope>
111111
</dependency>
112112
<dependency>
113113
<groupId>commons-codec</groupId>
114114
<artifactId>commons-codec</artifactId>
115-
<version>1.13</version>
115+
<version>1.15</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.springframework</groupId>
@@ -125,12 +125,12 @@
125125
<dependency>
126126
<groupId>org.springframework.ws</groupId>
127127
<artifactId>spring-xml</artifactId>
128-
<version>3.0.8.RELEASE</version>
128+
<version>3.0.10.RELEASE</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>org.apache.commons</groupId>
132132
<artifactId>commons-lang3</artifactId>
133-
<version>3.9</version>
133+
<version>3.11</version>
134134
</dependency>
135135

136136
<dependency>
@@ -170,7 +170,7 @@
170170
<dependency>
171171
<groupId>nl.jqno.equalsverifier</groupId>
172172
<artifactId>equalsverifier</artifactId>
173-
<version>3.1.10</version>
173+
<version>3.5.2</version>
174174
<scope>test</scope>
175175
</dependency>
176176
<dependency>
@@ -194,7 +194,7 @@
194194
<dependency>
195195
<groupId>no.digipost</groupId>
196196
<artifactId>digg</artifactId>
197-
<version>0.22</version>
197+
<version>0.25</version>
198198
<scope>test</scope>
199199
</dependency>
200200
</dependencies>

0 commit comments

Comments
 (0)