Skip to content

Commit b687c0b

Browse files
Bump chrome to 113.0.5672.92
1 parent d8dc7be commit b687c0b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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>113.0.5672.63-SNAPSHOT</version>
6+
<version>113.0.5672.92-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>113.0.5672.63-SNAPSHOT</version>
7+
<version>113.0.5672.92-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>113.0.5672.63-SNAPSHOT</version>
7+
<version>113.0.5672.92-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>CodeGeneration</artifactId>

pom.xml

+2-2
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>113.0.5672.63-SNAPSHOT</version>
11+
<version>113.0.5672.92-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313

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

2020
<properties>
21-
<chromium.version>113.0.5672.63</chromium.version>
21+
<chromium.version>113.0.5672.92</chromium.version>
2222
<v8.version>11.3.244.8</v8.version>
2323
<project.build.targetJdk>11</project.build.targetJdk>
2424
<project.build.releaseJdk>${project.build.targetJdk}</project.build.releaseJdk>

0 commit comments

Comments
 (0)