Skip to content
Snippets Groups Projects
Commit 0497d7a4 authored by Morris Estepa's avatar Morris Estepa
Browse files

Merge branch 'aws-integration' into 'master'

spring-webmvc upgrade

Closes #38

See merge request !239
parents 87b37340 ce3d4649
No related branches found
No related tags found
1 merge request!239spring-webmvc upgrade
Pipeline #128163 failed
......@@ -40,6 +40,7 @@
<os-core-common.version>0.14.0</os-core-common.version>
<jackson-databind.version>2.13.2.2</jackson-databind.version>
<jackson.version>2.13.2</jackson.version>
<spring-webmvc.version>5.3.22</spring-webmvc.version>
</properties>
<dependencyManagement>
......@@ -93,6 +94,12 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring-webmvc.version}</version>
</dependency>
<!-- unit test dependencies -->
<dependency>
<groupId>org.powermock</groupId>
......
......@@ -52,6 +52,7 @@
<woodstox-core.version>5.3.0</woodstox-core.version>
<jackson-databind.version>2.13.2.2</jackson-databind.version>
<jackson.version>2.13.2</jackson.version>
<spring-webmvc.version>5.3.22</spring-webmvc.version>
</properties>
<dependencyManagement>
......@@ -149,6 +150,12 @@
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring-webmvc.version}</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</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