Skip to content

Commit 74fd4f9

Browse files
Bump chrome to 112.0.5615.121
1 parent dffac79 commit 74fd4f9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ChromeDevToolsBase/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.hubspot.chrome</groupId>
55
<artifactId>ChromeDevTools-parent</artifactId>
6-
<version>112.0.5615.49-SNAPSHOT</version>
6+
<version>112.0.5615.121-SNAPSHOT</version>
77
</parent>
88

99
<artifactId>ChromeDevToolsBase</artifactId>

ChromeDevToolsClient/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.hubspot.chrome</groupId>
66
<artifactId>ChromeDevTools-parent</artifactId>
7-
<version>112.0.5615.49-SNAPSHOT</version>
7+
<version>112.0.5615.121-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>ChromeDevToolsClient</artifactId>

CodeGeneration/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.hubspot.chrome</groupId>
66
<artifactId>ChromeDevTools-parent</artifactId>
7-
<version>112.0.5615.49-SNAPSHOT</version>
7+
<version>112.0.5615.121-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>CodeGeneration</artifactId>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>com.hubspot.chrome</groupId>
1010
<artifactId>ChromeDevTools-parent</artifactId>
11-
<version>112.0.5615.49-SNAPSHOT</version>
11+
<version>112.0.5615.121-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313

1414
<modules>
@@ -18,8 +18,8 @@
1818
</modules>
1919

2020
<properties>
21-
<chromium.version>112.0.5615.49</chromium.version>
22-
<v8.version>11.2.214.9</v8.version>
21+
<chromium.version>112.0.5615.121</chromium.version>
22+
<v8.version>11.2.214.14</v8.version>
2323
<project.build.targetJdk>11</project.build.targetJdk>
2424
<project.build.releaseJdk>${project.build.targetJdk}</project.build.releaseJdk>
2525
<basepom.check.skip-findbugs>true</basepom.check.skip-findbugs>

0 commit comments

Comments
 (0)