File tree Expand file tree Collapse file tree 2 files changed +41
-1
lines changed
Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.springframework.boot</groupId >
1212 <artifactId >spring-boot-starter-parent</artifactId >
13- <version >3.4.4 </version >
13+ <version >3.5.5 </version >
1414 <relativePath />
1515 <!-- lookup parent from repository -->
1616 </parent >
Original file line number Diff line number Diff line change 6161 <dependency >
6262 <groupId >org.springframework.boot</groupId >
6363 <artifactId >spring-boot-starter-oauth2-client</artifactId >
64+ <exclusions >
65+ <exclusion >
66+ <groupId >org.springframework.security</groupId >
67+ <artifactId >spring-security-config</artifactId >
68+ </exclusion >
69+ <exclusion >
70+ <groupId >org.springframework.security</groupId >
71+ <artifactId >spring-security-web</artifactId >
72+ </exclusion >
73+ </exclusions >
74+ </dependency >
75+ <dependency >
76+ <groupId >org.springframework.security</groupId >
77+ <artifactId >spring-security-config</artifactId >
78+ <version >6.5.4</version >
79+ <exclusions >
80+ <exclusion >
81+ <groupId >org.springframework.security</groupId >
82+ <artifactId >spring-security-core</artifactId >
83+ </exclusion >
84+ <exclusion >
85+ <groupId >org.springframework.security</groupId >
86+ <artifactId >spring-security-crypto</artifactId >
87+ </exclusion >
88+ </exclusions >
89+ </dependency >
90+ <dependency >
91+ <groupId >org.springframework.security</groupId >
92+ <artifactId >spring-security-core</artifactId >
93+ <version >6.5.4</version >
94+ </dependency >
95+ <dependency >
96+ <groupId >org.springframework.security</groupId >
97+ <artifactId >spring-security-crypto</artifactId >
98+ <version >6.5.4</version >
99+ </dependency >
100+ <dependency >
101+ <groupId >org.springframework.security</groupId >
102+ <artifactId >spring-security-web</artifactId >
103+ <version >6.5.4</version >
64104 </dependency >
65105 <dependency >
66106 <groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments