Skip to content

Commit

Permalink
EPMHLM-350
Browse files Browse the repository at this point in the history
[Jan] Fix Vulnerabilities from dependencies
  • Loading branch information
Alex-Reif committed Feb 8, 2024
1 parent 7fd90ce commit fddaaf1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.2.1'
id 'org.springframework.boot' version '3.2.2'
id 'io.spring.dependency-management' version "1.1.4"
id 'java'
id 'maven-publish'
Expand Down Expand Up @@ -31,8 +31,8 @@ dependencies {
implementation 'org.yaml:snakeyaml:2.0'
implementation 'com.google.guava:guava:32.1.1-jre'

implementation 'org.seleniumhq.selenium:selenium-java:4.13.0'
implementation 'com.epam.healenium:tree-comparing:0.4.12'
implementation 'org.seleniumhq.selenium:selenium-java:4.16.0'
implementation 'com.epam.healenium:tree-comparing:0.4.13'
implementation 'org.projectlombok:lombok:1.18.22'
implementation 'org.mapstruct:mapstruct:1.3.1.Final'
implementation group: 'io.netty', name: 'netty-handler', version: '4.1.104.Final'
Expand Down
7 changes: 4 additions & 3 deletions example/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"
services:

postgres-db:
image: postgres:11-alpine
image: postgres:15.5-alpine
container_name: postgres-db
restart: always
ports:
Expand All @@ -18,7 +18,7 @@ services:
- healenium

healenium:
image: healenium/hlm-backend:3.4.2
image: healenium/hlm-backend:3.4.4
container_name: healenium
restart: on-failure
ports:
Expand All @@ -36,11 +36,12 @@ services:
- HLM_LOG_LEVEL=info
volumes:
- ./screenshots/:/screenshots
- ./logs/:/logs
networks:
- healenium

selector-imitator:
image: healenium/hlm-selector-imitator:1.1
image: healenium/hlm-selector-imitator:1.4
container_name: selector-imitator
restart: on-failure
ports:
Expand Down

0 comments on commit fddaaf1

Please sign in to comment.