Skip to content

Commit

Permalink
Bump chrome to 109.0.5414.119
Browse files Browse the repository at this point in the history
  • Loading branch information
hs-jenkins-bot committed Jan 31, 2023
1 parent cce1510 commit f909fe2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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>109.0.5414.74-SNAPSHOT</version>
<version>109.0.5414.119-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>109.0.5414.74-SNAPSHOT</version>
<version>109.0.5414.119-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>109.0.5414.74-SNAPSHOT</version>
<version>109.0.5414.119-SNAPSHOT</version>
</parent>

<artifactId>CodeGeneration</artifactId>
Expand Down
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>109.0.5414.74-SNAPSHOT</version>
<version>109.0.5414.119-SNAPSHOT</version>
<packaging>pom</packaging>

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

<properties>
<chromium.version>109.0.5414.74</chromium.version>
<v8.version>10.9.194.9</v8.version>
<chromium.version>109.0.5414.119</chromium.version>
<v8.version>10.9.194.10</v8.version>
<project.build.targetJdk>11</project.build.targetJdk>
<project.build.releaseJdk>${project.build.targetJdk}</project.build.releaseJdk>
<basepom.check.skip-findbugs>true</basepom.check.skip-findbugs>
Expand Down

0 comments on commit f909fe2

Please sign in to comment.