Skip to content

Commit 463a118

Browse files
committed
Changes in version 1.8.0
------------------------ * testng 7.10.2 * selenium java 4.28.1 * selenium docker 4.28.1-20250123
1 parent 7bbfb49 commit 463a118

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Changes in version 1.8.0
2+
------------------------
3+
* kotlin 2.1.10
4+
* selenium java 4.28.1
5+
* selenium docker 4.28.1-20250123
6+
7+
18
Changes in version 1.7.5
29
------------------------
310
* kotlin 2.0.20

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010

1111
group = "it.testee"
12-
version = "1.7.5"
12+
version = "1.8.0"
1313

1414

1515
repositories {
@@ -23,9 +23,9 @@ dependencies {
2323
// kotlin
2424
implementation("org.jetbrains.kotlin:kotlin-stdlib")
2525
// selenium
26-
implementation("org.seleniumhq.selenium:selenium-java:4.25.0")
26+
implementation("org.seleniumhq.selenium:selenium-java:4.28.1")
2727
// testng
28-
implementation("org.testng", "testng", "7.5")
28+
implementation("org.testng", "testng", "7.10.2")
2929
// reportng
3030
implementation("com.github.hibissscus:reportng:1.5.6")
3131
}

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ version: "3.9"
66
services:
77
selenium-hub:
88
container_name: selenium-hub
9-
image: selenium/hub:4.25.0-20241024
9+
image: selenium/hub:4.28.1-20250123
1010
ports:
1111
- "4444:4444"
1212
- "4443:4443"
1313
- "4442:4442"
1414
environment:
1515
- TZ=Europe/Berlin
1616
chrome:
17-
image: selenium/node-chrome:4.25.0-20241024
17+
image: selenium/node-chrome:4.28.1-20250123
1818
deploy:
1919
replicas: 3
2020
shm_size: 512m

0 commit comments

Comments
 (0)