Skip to content

Commit

Permalink
Merge pull request #29 from pavankjadda/development
Browse files Browse the repository at this point in the history
feat(core): upgrades spring boot version to  2.7.0
  • Loading branch information
pavankjadda authored Jun 5, 2022
2 parents a3f3688 + c9b3f7f commit a5bef10
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 @@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.4</version>
<version>2.7.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.pj</groupId>
<artifactId>keycloak</artifactId>
<version>5.0.0</version>
<version>6.0.0</version>
<name>KeyCloak-Angular-SpringSecurity</name>
<description>Demo project for KeyCloak and Spring Security</description>

Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-spring-boot-starter</artifactId>
<version>17.0.1</version>
<version>18.0.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a5bef10

Please sign in to comment.