Skip to content

Commit

Permalink
Merge pull request cyberark#71 from cyberark/SecurityUpdatesPom
Browse files Browse the repository at this point in the history
Update spring boot starter dependencies to latest release
  • Loading branch information
itsbrugu committed Sep 1, 2022
2 parents 13e3212 + e5478d8 commit 7118a99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SpringBootExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.12</version>
<version>2.7.3</version>
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>2.5.7</spring-boot.version>
<spring-boot.version>2.7.3</spring-boot.version>
<spring.version>5.3.13</spring.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>11</java.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.6</version>
<version>2.7.3</version>
</parent>

<profiles>
Expand Down

0 comments on commit 7118a99

Please sign in to comment.