Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pschoenfelder authored Oct 10, 2024
1 parent 99dc9d1 commit a3737e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevTools-parent</artifactId>
<version>127.0.6533.99-SNAPSHOT</version>
<version>131.0.6724.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -18,8 +18,8 @@
</modules>

<properties>
<chromium.version>127.0.6533.99</chromium.version>
<v8.version>12.7.224.18</v8.version>
<chromium.version>131.0.6724.0</chromium.version>
<v8.version>13.1.19</v8.version>
<basepom.check.skip-spotbugs>true</basepom.check.skip-spotbugs>
</properties>

Expand Down

0 comments on commit a3737e0

Please sign in to comment.