Skip to content

Commit

Permalink
Upgrade Selenium 4.26.0->4.27.0, maven-plugin-annotations 3.13.1->3.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tntim96 committed Nov 26, 2024
1 parent e8e11a0 commit d39115c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
2.0.19 / 202?-??-??
==================
* Upgrade Selenium 4.24.1->4.26.0
* Upgrade Selenium 4.24.1->4.27.0
* Upgrade plexus-utils 4.0.1->4.0.2
* Upgrade maven-plugin-annotations 3.13.1->3.15.1
* Upgrade maven-plugin-plugin 3.13.1->3.15.1

2.0.18 / 2024-08-30
==================
Expand Down
2 changes: 1 addition & 1 deletion plugin-parent/file-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.13.1</version>
<version>3.15.1</version>
<configuration>
<goalPrefix>jscover-file</goalPrefix>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
Expand Down
4 changes: 2 additions & 2 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.26.0</selenium.version>
<selenium.version>4.27.0</selenium.version>
</properties>

<dependencies>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.13.1</version>
<version>3.15.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion plugin-parent/report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.13.1</version>
<version>3.15.1</version>
<configuration>
<goalPrefix>jscover-report</goalPrefix>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
Expand Down
2 changes: 1 addition & 1 deletion plugin-parent/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.13.1</version>
<version>3.15.1</version>
<configuration>
<goalPrefix>jscover-server</goalPrefix>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
Expand Down

0 comments on commit d39115c

Please sign in to comment.