File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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 </parent >
1010 <groupId >cz.metacentrum</groupId >
1111 <artifactId >fake_oidc</artifactId >
12- <version >1.1.2 </version >
12+ <version >1.2.0 </version >
1313 <name >fake_oidc</name >
1414 <description >Fake OpenId Connect Authorization Server</description >
1515
2323 <artifactId >spring-boot-starter-web</artifactId >
2424 </dependency >
2525
26+ <dependency >
27+ <groupId >org.springframework.boot</groupId >
28+ <artifactId >spring-boot-configuration-processor</artifactId >
29+ <optional >true</optional >
30+ </dependency >
31+
2632 <dependency >
2733 <groupId >org.springframework.boot</groupId >
2834 <artifactId >spring-boot-starter-test</artifactId >
You can’t perform that action at this time.
0 commit comments