Skip to content

Commit

Permalink
update example version to 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Sep 25, 2023
1 parent fa2644f commit 14f4588
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 15 deletions.
4 changes: 2 additions & 2 deletions examples/dotnet/SeleniumDocs/SeleniumDocs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.23.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="Selenium.Support" Version="4.12.4" />
<PackageReference Include="Selenium.WebDriver" Version="4.12.4" />
<PackageReference Include="Selenium.Support" Version="4.13.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.13.0" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 1 addition & 2 deletions examples/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ repositories {
}

dependencies {
testImplementation 'org.seleniumhq.selenium:selenium-java:4.12.1'
testImplementation 'org.seleniumhq.selenium:selenium-grid:4.12.1'
testImplementation 'org.seleniumhq.selenium:selenium-java:4.13.0'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
}

Expand Down
7 changes: 1 addition & 6 deletions examples/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.12.1</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-grid</artifactId>
<version>4.12.1</version>
<version>4.13.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"dependencies": {
"assert": "^2.0.0",
"selenium-webdriver": "^4.12.0"
"selenium-webdriver": "^4.13.0"
},
"devDependencies": {
"mocha": "^10.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>

<java.version>1.8</java.version>
<selenium.version>4.12.1</selenium.version>
<selenium.version>4.13.0</selenium.version>

<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion examples/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
selenium==4.12.0
selenium==4.13.0
pytest
flake8
2 changes: 1 addition & 1 deletion examples/ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 1.35'
gem 'rubocop-rspec', '~> 2.12'
gem 'selenium-devtools', '~> 0.116'
gem 'selenium-webdriver', '= 4.12.0'
gem 'selenium-webdriver', '= 4.13.0'
2 changes: 1 addition & 1 deletion examples/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ DEPENDENCIES
rubocop (~> 1.35)
rubocop-rspec (~> 2.12)
selenium-devtools (~> 0.116)
selenium-webdriver (= 4.12.0)
selenium-webdriver (= 4.13.0)

BUNDLED WITH
2.3.11

0 comments on commit 14f4588

Please sign in to comment.