Skip to content
Snippets Groups Projects
Commit bc82eb69 authored by Riabokon Stanislav(EPAM)[GCP]'s avatar Riabokon Stanislav(EPAM)[GCP]
Browse files

Merge branch 'security-fixes' into 'master'

Fixed security issues (GONRG-5619)

See merge request !256
parents c2b35f15 4a82ae30
No related branches found
No related tags found
1 merge request!256Fixed security issues (GONRG-5619)
Pipeline #136074 failed
......@@ -66,6 +66,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>3.4.2</version>
</dependency>
</dependencies>
</dependencyManagement>
......
......@@ -95,6 +95,11 @@
<artifactId>log4j-jul</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
<version>2.5.12</version>
</dependency>
</dependencies>
</dependencyManagement>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment