Skip to content

Commit

Permalink
Bump chrome to 112.0.5615.165
Browse files Browse the repository at this point in the history
  • Loading branch information
hs-jenkins-bot committed Apr 20, 2023
1 parent 333bcd9 commit 2efe675
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChromeDevToolsBase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevTools-parent</artifactId>
<version>112.0.5615.121-SNAPSHOT</version>
<version>112.0.5615.165-SNAPSHOT</version>
</parent>

<artifactId>ChromeDevToolsBase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ChromeDevToolsClient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevTools-parent</artifactId>
<version>112.0.5615.121-SNAPSHOT</version>
<version>112.0.5615.165-SNAPSHOT</version>
</parent>

<artifactId>ChromeDevToolsClient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion CodeGeneration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevTools-parent</artifactId>
<version>112.0.5615.121-SNAPSHOT</version>
<version>112.0.5615.165-SNAPSHOT</version>
</parent>

<artifactId>CodeGeneration</artifactId>
Expand Down
4 changes: 2 additions & 2 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>112.0.5615.121-SNAPSHOT</version>
<version>112.0.5615.165-SNAPSHOT</version>
<packaging>pom</packaging>

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

<properties>
<chromium.version>112.0.5615.121</chromium.version>
<chromium.version>112.0.5615.165</chromium.version>
<v8.version>11.2.214.14</v8.version>
<project.build.targetJdk>11</project.build.targetJdk>
<project.build.releaseJdk>${project.build.targetJdk}</project.build.releaseJdk>
Expand Down

0 comments on commit 2efe675

Please sign in to comment.