Skip to content

Commit

Permalink
#207 Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sklein94 committed Mar 28, 2023
1 parent c5df9f5 commit d94fea9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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>2.6.5</version>
<version>2.6.6</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -56,11 +56,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.2</version>
</dependency>

<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d94fea9

Please sign in to comment.