File tree Expand file tree Collapse file tree
kinde-springboot-pkce-client-example
kinde-springboot-starter-example
kinde-springboot-thymeleaf-full-example Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 <artifactId >spring-boot-starter-thymeleaf</artifactId >
2828 <version >3.5.5</version >
2929 </dependency >
30+ <dependency >
31+ <groupId >org.thymeleaf</groupId >
32+ <artifactId >thymeleaf</artifactId >
33+ <version >3.1.4.RELEASE</version >
34+ </dependency >
35+ <dependency >
36+ <groupId >org.thymeleaf</groupId >
37+ <artifactId >thymeleaf-spring6</artifactId >
38+ <version >3.1.4.RELEASE</version >
39+ </dependency >
3040 <dependency >
3141 <groupId >org.springframework.boot</groupId >
3242 <artifactId >spring-boot-starter-oauth2-resource-server</artifactId >
Original file line number Diff line number Diff line change 3232 <dependency >
3333 <groupId >org.springframework.boot</groupId >
3434 <artifactId >spring-boot-starter-actuator</artifactId >
35- <version >3.5.6 </version >
35+ <version >3.5.12 </version >
3636 </dependency >
3737 <dependency >
3838 <groupId >org.springframework.boot</groupId >
4747 <dependency >
4848 <groupId >org.thymeleaf</groupId >
4949 <artifactId >thymeleaf</artifactId >
50- <version >3.1.3 .RELEASE</version >
50+ <version >3.1.4 .RELEASE</version >
5151 </dependency >
5252 <dependency >
5353 <groupId >org.thymeleaf</groupId >
5454 <artifactId >thymeleaf-spring6</artifactId >
55- <version >3.1.3 .RELEASE</version >
55+ <version >3.1.4 .RELEASE</version >
5656 </dependency >
5757 <dependency >
5858 <groupId >org.springframework.boot</groupId >
7373 <groupId >ch.qos.logback</groupId >
7474 <artifactId >logback-classic</artifactId >
7575 <scope >runtime</scope >
76- <version >1.5.19 </version >
76+ <version >1.5.32 </version >
7777 </dependency >
7878
7979 <dependency >
Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >org.springframework.boot</groupId >
3030 <artifactId >spring-boot-starter-actuator</artifactId >
31- <version >3.5.5 </version >
31+ <version >3.5.12 </version >
3232 </dependency >
3333
3434 <dependency >
6161 <artifactId >spring-boot-starter-thymeleaf</artifactId >
6262 <version >3.5.5</version >
6363 </dependency >
64+ <dependency >
65+ <groupId >org.thymeleaf</groupId >
66+ <artifactId >thymeleaf</artifactId >
67+ <version >3.1.4.RELEASE</version >
68+ </dependency >
69+ <dependency >
70+ <groupId >org.thymeleaf</groupId >
71+ <artifactId >thymeleaf-spring6</artifactId >
72+ <version >3.1.4.RELEASE</version >
73+ </dependency >
6474 <dependency >
6575 <groupId >org.springframework.boot</groupId >
6676 <artifactId >spring-boot-devtools</artifactId >
You can’t perform that action at this time.
0 commit comments