Skip to content

Commit

Permalink
Changes in version 1.5.3
Browse files Browse the repository at this point in the history
------------------------
* selenium-java 4.1.3
* selenium docker 4.1.3-20220327
  • Loading branch information
hibissscus committed Mar 29, 2022
1 parent 77e8bf5 commit 62b92fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "it.testee"
version = "1.5.2"
version = "1.5.3"

repositories {
mavenCentral()
Expand All @@ -20,7 +20,7 @@ dependencies {
// kotlin
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.6.20-M1")
// selenium
implementation("org.seleniumhq.selenium:selenium-java:4.1.2")
implementation("org.seleniumhq.selenium:selenium-java:4.1.3")
// testng
implementation("org.testng", "testng", "7.5")
// reportng
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
command: "gradle e2e -De2e.selenium=http://selenium-hub:4444/wd/hub"
selenium-hub:
container_name: selenium-hub
image: selenium/hub:4.1.2-20220208
image: selenium/hub:4.1.3-20220327
ports:
- "4444:4444"
- "4443:4443"
Expand All @@ -29,7 +29,7 @@ services:
- TZ=Europe/Berlin
chrome:
container_name: chrome
image: selenium/node-chrome:4.1.2-20220208
image: selenium/node-chrome:4.1.3-20220327
shm_size: 2gb
depends_on:
- selenium-hub
Expand All @@ -43,7 +43,7 @@ services:
- "6901:5900"
firefox:
container_name: firefox
image: selenium/node-firefox:4.1.2-20220208
image: selenium/node-firefox:4.1.3-20220327
shm_size: 2gb
depends_on:
- selenium-hub
Expand All @@ -57,7 +57,7 @@ services:
- "6911:5900"
edge:
container_name: edge
image: selenium/node-edge:4.1.2-20220208
image: selenium/node-edge:4.1.3-20220327
shm_size: 2gb
depends_on:
- selenium-hub
Expand Down

0 comments on commit 62b92fc

Please sign in to comment.