Skip to content

Commit 009fb19

Browse files
authored
Merge pull request #59 from rzo1/master
Move assertj into test scope (not required for actual code)
2 parents 5f847b8 + c3c2dfc commit 009fb19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,19 @@
3939
<dependency>
4040
<groupId>junit</groupId>
4141
<artifactId>junit</artifactId>
42-
<version>4.13.1</version>
42+
<version>4.13.2</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.jsoup</groupId>
4747
<artifactId>jsoup</artifactId>
48-
<version>1.15.3</version>
48+
<version>1.16.1</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.assertj</groupId>
5252
<artifactId>assertj-core</artifactId>
5353
<version>3.9.1</version>
54+
<scope>test</scope>
5455
</dependency>
5556
</dependencies>
5657

0 commit comments

Comments
 (0)