Skip to content

Commit

Permalink
Merge pull request #191 from MeasureAuthoringTool/security/mat-6540
Browse files Browse the repository at this point in the history
Update pom.xml
  • Loading branch information
sb-benohe authored Jan 31, 2024
2 parents 369c28a + 67d6542 commit a469b44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.12</version>
<version>3.0.13</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>gov.cms.madie</groupId>
Expand Down Expand Up @@ -112,13 +112,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.2.1</version>
<version>2.13.4.1</version>
</dependency>

<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.6</version>
<version>1.6.12</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a469b44

Please sign in to comment.