Skip to content

Commit 78b28de

Browse files
committed
Update Spring and Angular dependecnies
1 parent 4b2b2c2 commit 78b28de

File tree

9 files changed

+6377
-5441
lines changed

9 files changed

+6377
-5441
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.2.2.RELEASE</version>
8+
<version>2.3.3.RELEASE</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.pj</groupId>
1212
<artifactId>keycloak</artifactId>
13-
<version>1.1.0</version>
13+
<version>2.0.0</version>
1414
<name>KeyCloak-Angular-SpringSecurity</name>
15-
<description>Demo project for KeyCloak-SpringSecurity</description>
15+
<description>Demo project for KeyCloak and Spring Security</description>
1616

1717
<properties>
1818
<java.version>11</java.version>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.keycloak</groupId>
3737
<artifactId>keycloak-spring-boot-starter</artifactId>
38-
<version>6.0.1</version>
38+
<version>11.0.2</version>
3939
</dependency>
4040

4141
<dependency>
@@ -76,9 +76,8 @@
7676
<dependency>
7777
<groupId>org.keycloak.bom</groupId>
7878
<artifactId>keycloak-adapter-bom</artifactId>
79-
<version>6.0.1</version>
79+
<version>11.0.2</version>
8080
<type>pom</type>
81-
<scope>import</scope>
8281
</dependency>
8382
</dependencies>
8483
</dependencyManagement>

src/main/webapp/spring-data-ui/angular.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"main": "src/main.ts",
1919
"polyfills": "src/polyfills.ts",
2020
"tsConfig": "tsconfig.app.json",
21-
"aot": false,
21+
"aot": true,
2222
"assets": [
2323
"src/favicon.ico",
2424
"src/assets"
@@ -41,7 +41,6 @@
4141
"sourceMap": false,
4242
"extractCss": true,
4343
"namedChunks": false,
44-
"aot": true,
4544
"extractLicenses": true,
4645
"vendorChunk": false,
4746
"buildOptimizer": true,
@@ -50,6 +49,10 @@
5049
"type": "initial",
5150
"maximumWarning": "2mb",
5251
"maximumError": "5mb"
52+
},
53+
{
54+
"type": "anyComponentStyle",
55+
"maximumWarning": "6kb"
5356
}
5457
]
5558
}

src/main/webapp/spring-data-ui/e2e/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"outDir": "../out-tsc/e2e",
55
"module": "commonjs",
6-
"target": "es5",
6+
"target": "es2018",
77
"types": [
88
"jasmine",
99
"jasminewd2",

0 commit comments

Comments
 (0)