File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 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+
18Changes in version 1.7.5
29------------------------
310* kotlin 2.0.20
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99
1010
1111group = " it.testee"
12- version = " 1.7.5 "
12+ version = " 1.8.0 "
1313
1414
1515repositories {
@@ -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}
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ version: "3.9"
66services :
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
You can’t perform that action at this time.
0 commit comments