Skip to content

Commit

Permalink
Upgrade JSCover 2.0.19->2.0.20, selenium 4.23.1->4.24.0, mockito-core…
Browse files Browse the repository at this point in the history
… 5.12.0->5.13.0, commons-lang3 3.16.0->3.17.0
  • Loading branch information
tntim96 committed Aug 30, 2024
1 parent aae1c84 commit 14ff964
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
2.0.18 / 2024-??-??
==================
* UpgradeJSCover 2.0.19->2.0.20
* Upgrade maven-plugin-annotations 3.10.2->3.13.1
* Upgrade commons-lang3 3.14.0->3.16.0
* Upgrade Selenium 4.16.1->4.23.1
* Upgrade commons-lang3 3.14.0->3.17.0
* Upgrade Selenium 4.16.1->4.24.0
* Upgrade maven-plugin-api 3.9.5->3.9.9
* Upgrade plexus-utils 4.0.0->4.0.1

Expand Down
8 changes: 4 additions & 4 deletions plugin-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</build>

<properties>
<selenium.version>4.23.1</selenium.version>
<selenium.version>4.24.0</selenium.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>com.github.tntim96</groupId>
<artifactId>JSCover</artifactId>
<version>2.0.19</version>
<version>2.0.20</version>
</dependency>
<!--
<dependency>
Expand All @@ -142,7 +142,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.12.0</version>
<version>5.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -154,7 +154,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.16.0</version>
<version>3.17.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit 14ff964

Please sign in to comment.