Skip to content
Snippets Groups Projects
Commit e4fa481d authored by Ashwani Pandey's avatar Ashwani Pandey Committed by David Diederich
Browse files

upgrading spring version for avoiding issue related of "org/springframework/core/log/logmessage "

(cherry picked from commit f3264b58)
parent 01b9f81e
No related branches found
No related tags found
2 merge requests!375Cherry pick changes from M14 to M16 master branch,!280Cherry-pick 'upgrading spring version for avoiding issue related of "org/springframework/core/log/logmessage "' into release/0.17
Pipeline #141582 skipped
......@@ -38,6 +38,18 @@
<jackson.version>2.13.2</jackson.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.5.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<!-- <dependency>
<groupId>org.opengroup.osdu</groupId>
......@@ -128,19 +140,13 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.3.8.RELEASE</version>
<exclusions>
<exclusion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
</exclusion>
</exclusions>
<version>5.7.3</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>5.7.3</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.7.3</version>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
......
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