Skip to content

Commit dfe5e4a

Browse files
committed
core(build): update angular to 11.x and spring boot to 2.4.5
1 parent 66f546f commit dfe5e4a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+17381
-13625
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.3.3.RELEASE</version>
8+
<version>2.4.5</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.pj</groupId>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.keycloak</groupId>
3737
<artifactId>keycloak-spring-boot-starter</artifactId>
38-
<version>11.0.2</version>
38+
<version>13.0.0</version>
3939
</dependency>
4040

4141
<dependency>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.keycloak.bom</groupId>
7878
<artifactId>keycloak-adapter-bom</artifactId>
79-
<version>11.0.2</version>
79+
<version>13.0.0</version>
8080
<type>pom</type>
8181
</dependency>
8282
</dependencies>

0 commit comments

Comments
 (0)