Skip to content

Commit 63bc0de

Browse files
committed
#88 upgrade outdated and vulnerable dependencies
1 parent 69c9b08 commit 63bc0de

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@
100100
<dependency>
101101
<groupId>org.slf4j</groupId>
102102
<artifactId>slf4j-api</artifactId>
103-
<version>1.7.25</version>
103+
<version>1.7.36</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.apache.commons</groupId>
107107
<artifactId>commons-lang3</artifactId>
108-
<version>3.10</version>
108+
<version>3.12.0</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>org.apache.commons</groupId>
@@ -115,72 +115,72 @@
115115
<dependency>
116116
<groupId>org.tukaani</groupId>
117117
<artifactId>xz</artifactId>
118-
<version>1.8</version>
118+
<version>1.9</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>commons-io</groupId>
122122
<artifactId>commons-io</artifactId>
123-
<version>2.7</version>
123+
<version>2.11.0</version>
124124
</dependency>
125125
<dependency>
126126
<groupId>commons-codec</groupId>
127127
<artifactId>commons-codec</artifactId>
128-
<version>1.14</version>
128+
<version>1.15</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>org.flywaydb</groupId>
132132
<artifactId>flyway-core</artifactId>
133-
<version>7.1.1</version>
133+
<version>7.15.0</version>
134134
<optional>true</optional>
135135
</dependency>
136136
<dependency>
137137
<groupId>org.liquibase</groupId>
138138
<artifactId>liquibase-core</artifactId>
139-
<version>4.0.0</version>
139+
<version>4.10.0</version>
140140
<optional>true</optional>
141141
</dependency>
142142
<dependency>
143143
<groupId>org.postgresql</groupId>
144144
<artifactId>postgresql</artifactId>
145-
<version>42.2.14</version>
145+
<version>42.3.5</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>junit</groupId>
149149
<artifactId>junit</artifactId>
150-
<version>4.12</version>
150+
<version>4.13.2</version>
151151
<scope>provided</scope>
152152
<optional>true</optional>
153153
</dependency>
154154
<dependency>
155155
<groupId>org.junit.jupiter</groupId>
156156
<artifactId>junit-jupiter-api</artifactId>
157-
<version>5.7.0</version>
157+
<version>5.8.2</version>
158158
<scope>provided</scope>
159159
<optional>true</optional>
160160
</dependency>
161161
<dependency>
162162
<groupId>org.junit.vintage</groupId>
163163
<artifactId>junit-vintage-engine</artifactId>
164-
<version>5.7.0</version>
164+
<version>5.8.2</version>
165165
<scope>test</scope>
166166
</dependency>
167167
<dependency>
168168
<groupId>org.junit.jupiter</groupId>
169169
<artifactId>junit-jupiter-engine</artifactId>
170-
<version>5.7.0</version>
170+
<version>5.8.2</version>
171171
<scope>test</scope>
172172
</dependency>
173173

174174
<dependency>
175175
<groupId>org.slf4j</groupId>
176176
<artifactId>slf4j-simple</artifactId>
177-
<version>1.7.30</version>
177+
<version>1.7.36</version>
178178
<scope>test</scope>
179179
</dependency>
180180
<dependency>
181181
<groupId>org.mockito</groupId>
182182
<artifactId>mockito-core</artifactId>
183-
<version>3.4.0</version>
183+
<version>3.12.4</version>
184184
<scope>test</scope>
185185
</dependency>
186186
</dependencies>

0 commit comments

Comments
 (0)