Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
2.3.4: upgrade to Selenide 6.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Jan 3, 2023
1 parent 7420bc2 commit 1021fc8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.3.4 (released 03.01.2023)
* upgrade to Selenide 6.11.0

## 2.3.3 (released 08.12.2022)
* upgrade to Selenide 6.10.2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Currently the plugin supports the following features:
We are going to implement more features like reading logs and videos etc.

## Usage
1. Import `org.selenide:selenide-selenoid:2.3.3`
1. Import `org.selenide:selenide-selenoid:2.3.4`
2. Set `Configuration.fileDownload = FOLDER;`
3. Use method `$.download()` as usually.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

group = 'org.selenide'
archivesBaseName = 'selenide-selenoid'
version = '2.3.3'
version = '2.3.4'

apply from: rootProject.file('gradle/compilation.gradle')
apply from: rootProject.file('gradle/dependencies.gradle')
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.versions = [
selenide: '6.10.2',
selenide: '6.11.0',
junit: '5.9.1',
assertj: '3.23.1',
slf4j: '2.0.4'
Expand Down

0 comments on commit 1021fc8

Please sign in to comment.