Skip to content

Commit

Permalink
Update jsoup to 1.18.1 and assertj-core to 3.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Jul 11, 2024
1 parent fb8c156 commit 84d2c21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.17.2</version>
<version>1.18.1</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -341,7 +341,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.0</version>
<version>3.26.3</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/20
Update assertj-core to 3.26.0
Update junit.jupiter/junit.vintage 5.10.3 and junit.platform 1.10.2
Update bytebuddy to 1.14.18
Update assertj-core to 3.26.3

0 comments on commit 84d2c21

Please sign in to comment.