Skip to content

Commit dddac7b

Browse files
committed
#1142 versions up
1 parent 0d9bfa0 commit dddac7b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ SOFTWARE.
121121
https://github.com/yegor256/takes/pull/886#issuecomment-446030223
122122
for details.
123123
-->
124-
<version>0.52.0</version>
124+
<version>0.54.0</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>xml-apis</groupId>
128128
<artifactId>xml-apis</artifactId>
129-
<version>1.0.b2</version>
129+
<version>2.0.2</version>
130130
<scope>provided</scope>
131131
</dependency>
132132
<dependency>
@@ -156,7 +156,7 @@ SOFTWARE.
156156
<dependency>
157157
<groupId>com.jcabi</groupId>
158158
<artifactId>jcabi-xml</artifactId>
159-
<version>0.24.0</version>
159+
<version>0.25.0</version>
160160
<optional>true</optional>
161161
</dependency>
162162
<dependency>
@@ -240,7 +240,7 @@ SOFTWARE.
240240
<dependency>
241241
<groupId>com.jcabi</groupId>
242242
<artifactId>jcabi-log</artifactId>
243-
<version>0.21.0</version>
243+
<version>0.22.0</version>
244244
<scope>test</scope>
245245
</dependency>
246246
<dependency>
@@ -270,13 +270,13 @@ SOFTWARE.
270270
<dependency>
271271
<groupId>org.slf4j</groupId>
272272
<artifactId>slf4j-api</artifactId>
273-
<version>2.0.0-alpha5</version>
273+
<version>2.0.0</version>
274274
<scope>provided</scope>
275275
</dependency>
276276
<dependency>
277277
<groupId>org.slf4j</groupId>
278278
<artifactId>slf4j-log4j12</artifactId>
279-
<version>2.0.0-alpha5</version>
279+
<version>2.0.0</version>
280280
<scope>test</scope>
281281
</dependency>
282282
<dependency>
@@ -306,13 +306,13 @@ SOFTWARE.
306306
<dependency>
307307
<groupId>org.mockito</groupId>
308308
<artifactId>mockito-junit-jupiter</artifactId>
309-
<version>4.6.1</version>
309+
<version>4.7.0</version>
310310
<scope>test</scope>
311311
</dependency>
312312
<dependency>
313313
<groupId>org.mockito</groupId>
314314
<artifactId>mockito-core</artifactId>
315-
<version>4.6.1</version>
315+
<version>4.7.0</version>
316316
<scope>test</scope>
317317
</dependency>
318318
<dependency>

0 commit comments

Comments
 (0)