Skip to content

Commit fddaaf1

Browse files
committed
EPMHLM-350
[Jan] Fix Vulnerabilities from dependencies
1 parent 7fd90ce commit fddaaf1

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.2.1'
2+
id 'org.springframework.boot' version '3.2.2'
33
id 'io.spring.dependency-management' version "1.1.4"
44
id 'java'
55
id 'maven-publish'
@@ -31,8 +31,8 @@ dependencies {
3131
implementation 'org.yaml:snakeyaml:2.0'
3232
implementation 'com.google.guava:guava:32.1.1-jre'
3333

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'
3636
implementation 'org.projectlombok:lombok:1.18.22'
3737
implementation 'org.mapstruct:mapstruct:1.3.1.Final'
3838
implementation group: 'io.netty', name: 'netty-handler', version: '4.1.104.Final'

example/docker-compose.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.9"
33
services:
44

55
postgres-db:
6-
image: postgres:11-alpine
6+
image: postgres:15.5-alpine
77
container_name: postgres-db
88
restart: always
99
ports:
@@ -18,7 +18,7 @@ services:
1818
- healenium
1919

2020
healenium:
21-
image: healenium/hlm-backend:3.4.2
21+
image: healenium/hlm-backend:3.4.4
2222
container_name: healenium
2323
restart: on-failure
2424
ports:
@@ -36,11 +36,12 @@ services:
3636
- HLM_LOG_LEVEL=info
3737
volumes:
3838
- ./screenshots/:/screenshots
39+
- ./logs/:/logs
3940
networks:
4041
- healenium
4142

4243
selector-imitator:
43-
image: healenium/hlm-selector-imitator:1.1
44+
image: healenium/hlm-selector-imitator:1.4
4445
container_name: selector-imitator
4546
restart: on-failure
4647
ports:

0 commit comments

Comments
 (0)