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 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.3.3.RELEASE </version >
8
+ <version >2.4.5 </version >
9
9
</parent >
10
10
<groupId >cz.metacentrum</groupId >
11
11
<artifactId >fake_oidc</artifactId >
12
- <version >1.1.2 </version >
12
+ <version >1.2.0 </version >
13
13
<name >fake_oidc</name >
14
14
<description >Fake OpenId Connect Authorization Server</description >
15
15
23
23
<artifactId >spring-boot-starter-web</artifactId >
24
24
</dependency >
25
25
26
+ <dependency >
27
+ <groupId >org.springframework.boot</groupId >
28
+ <artifactId >spring-boot-configuration-processor</artifactId >
29
+ <optional >true</optional >
30
+ </dependency >
31
+
26
32
<dependency >
27
33
<groupId >org.springframework.boot</groupId >
28
34
<artifactId >spring-boot-starter-test</artifactId >
You can’t perform that action at this time.
0 commit comments