Skip to content

Commit bc12848

Browse files
author
poncoe
committed
update dependencies
1 parent 636e0df commit bc12848

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>org.seleniumhq.selenium</groupId>
176176
<artifactId>selenium-java</artifactId>
177-
<version>4.29.0</version>
177+
<version>4.31.0</version>
178178
</dependency>
179179
<!-- https://mvnrepository.com/artifact/com.github.stephenc.monte/monte-screen-recorder -->
180180
<dependency>
@@ -186,13 +186,13 @@
186186
<dependency>
187187
<groupId>org.apache.poi</groupId>
188188
<artifactId>poi</artifactId>
189-
<version>5.4.0</version>
189+
<version>5.4.1</version>
190190
</dependency>
191191
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
192192
<dependency>
193193
<groupId>org.apache.poi</groupId>
194194
<artifactId>poi-ooxml</artifactId>
195-
<version>5.4.0</version>
195+
<version>5.4.1</version>
196196
</dependency>
197197
<!-- https://mvnrepository.com/artifact/net.sourceforge.tess4j/tess4j -->
198198
<dependency>
@@ -204,7 +204,7 @@
204204
<dependency>
205205
<groupId>org.junit.jupiter</groupId>
206206
<artifactId>junit-jupiter-api</artifactId>
207-
<version>5.12.0</version>
207+
<version>5.12.1</version>
208208
<scope>test</scope>
209209
</dependency>
210210
</dependencies>

0 commit comments

Comments
 (0)