Skip to content

Commit 4f078db

Browse files
authored
Merge branch 'trunk' into fixJavadoc
2 parents cd7c780 + b72224f commit 4f078db

68 files changed

Lines changed: 797 additions & 483 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/setup-bazelisk/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
version:
55
description: 'Bazelisk version to download'
66
required: false
7-
default: 'v1.12.2'
7+
default: 'v1.13.0'
88
runs:
99
using: "composite"
1010
steps:

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ JAVA_RELEASE_TARGETS = %w[
9999
//java/src/org/openqa/selenium/chrome:chrome.publish
100100
//java/src/org/openqa/selenium/chromium:chromium.publish
101101
//java/src/org/openqa/selenium/devtools/v85:v85.publish
102-
//java/src/org/openqa/selenium/devtools/v102:v102.publish
103102
//java/src/org/openqa/selenium/devtools/v103:v103.publish
104103
//java/src/org/openqa/selenium/devtools/v104:v104.publish
104+
//java/src/org/openqa/selenium/devtools/v105:v105.publish
105105
//java/src/org/openqa/selenium/edge:edge.publish
106106
//java/src/org/openqa/selenium/firefox:firefox.publish
107107
//java/src/org/openqa/selenium/grid/sessionmap/jdbc:jdbc.publish

0 commit comments

Comments
 (0)