Skip to content

Commit

Permalink
Changes in version 1.8.0
Browse files Browse the repository at this point in the history
------------------------
* testng 7.10.2
* selenium java 4.28.1
* selenium docker 4.28.1-20250123
  • Loading branch information
hibissscus committed Jan 28, 2025
1 parent 7bbfb49 commit 463a118
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes in version 1.8.0
------------------------
* kotlin 2.1.10
* selenium java 4.28.1
* selenium docker 4.28.1-20250123


Changes in version 1.7.5
------------------------
* kotlin 2.0.20
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {


group = "it.testee"
version = "1.7.5"
version = "1.8.0"


repositories {
Expand All @@ -23,9 +23,9 @@ dependencies {
// kotlin
implementation("org.jetbrains.kotlin:kotlin-stdlib")
// selenium
implementation("org.seleniumhq.selenium:selenium-java:4.25.0")
implementation("org.seleniumhq.selenium:selenium-java:4.28.1")
// testng
implementation("org.testng", "testng", "7.5")
implementation("org.testng", "testng", "7.10.2")
// reportng
implementation("com.github.hibissscus:reportng:1.5.6")
}
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ version: "3.9"
services:
selenium-hub:
container_name: selenium-hub
image: selenium/hub:4.25.0-20241024
image: selenium/hub:4.28.1-20250123
ports:
- "4444:4444"
- "4443:4443"
- "4442:4442"
environment:
- TZ=Europe/Berlin
chrome:
image: selenium/node-chrome:4.25.0-20241024
image: selenium/node-chrome:4.28.1-20250123
deploy:
replicas: 3
shm_size: 512m
Expand Down

0 comments on commit 463a118

Please sign in to comment.