File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' org.springframework.boot' version ' 3.2.1 '
2
+ id ' org.springframework.boot' version ' 3.2.2 '
3
3
id ' io.spring.dependency-management' version " 1.1.4"
4
4
id ' java'
5
5
id ' maven-publish'
@@ -31,8 +31,8 @@ dependencies {
31
31
implementation ' org.yaml:snakeyaml:2.0'
32
32
implementation ' com.google.guava:guava:32.1.1-jre'
33
33
34
- implementation ' org.seleniumhq.selenium:selenium-java:4.13 .0'
35
- implementation ' com.epam.healenium:tree-comparing:0.4.12 '
34
+ implementation ' org.seleniumhq.selenium:selenium-java:4.16 .0'
35
+ implementation ' com.epam.healenium:tree-comparing:0.4.13 '
36
36
implementation ' org.projectlombok:lombok:1.18.22'
37
37
implementation ' org.mapstruct:mapstruct:1.3.1.Final'
38
38
implementation group : ' io.netty' , name : ' netty-handler' , version : ' 4.1.104.Final'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: "3.9"
3
3
services :
4
4
5
5
postgres-db :
6
- image : postgres:11 -alpine
6
+ image : postgres:15.5 -alpine
7
7
container_name : postgres-db
8
8
restart : always
9
9
ports :
@@ -18,7 +18,7 @@ services:
18
18
- healenium
19
19
20
20
healenium :
21
- image : healenium/hlm-backend:3.4.2
21
+ image : healenium/hlm-backend:3.4.4
22
22
container_name : healenium
23
23
restart : on-failure
24
24
ports :
@@ -36,11 +36,12 @@ services:
36
36
- HLM_LOG_LEVEL=info
37
37
volumes :
38
38
- ./screenshots/:/screenshots
39
+ - ./logs/:/logs
39
40
networks :
40
41
- healenium
41
42
42
43
selector-imitator :
43
- image : healenium/hlm-selector-imitator:1.1
44
+ image : healenium/hlm-selector-imitator:1.4
44
45
container_name : selector-imitator
45
46
restart : on-failure
46
47
ports :
You can’t perform that action at this time.
0 commit comments