File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >org.springframework.boot</groupId >
1313 <artifactId >spring-boot-starter-parent</artifactId >
14- <version >3.5.0 </version >
14+ <version >3.5.5 </version >
1515 <relativePath />
1616 <!-- lookup parent from repository -->
1717 </parent >
Original file line number Diff line number Diff line change 7171 <dependency >
7272 <groupId >org.springframework.boot</groupId >
7373 <artifactId >spring-boot-starter-oauth2-client</artifactId >
74+ <exclusions >
75+ <exclusion >
76+ <groupId >org.springframework.security</groupId >
77+ <artifactId >spring-security-config</artifactId >
78+ </exclusion >
79+ <exclusion >
80+ <groupId >org.springframework.security</groupId >
81+ <artifactId >spring-security-web</artifactId >
82+ </exclusion >
83+ </exclusions >
84+ </dependency >
85+ <dependency >
86+ <groupId >org.springframework.security</groupId >
87+ <artifactId >spring-security-config</artifactId >
88+ <version >6.5.4</version >
89+ <exclusions >
90+ <exclusion >
91+ <groupId >org.springframework.security</groupId >
92+ <artifactId >spring-security-core</artifactId >
93+ </exclusion >
94+ <exclusion >
95+ <groupId >org.springframework.security</groupId >
96+ <artifactId >spring-security-crypto</artifactId >
97+ </exclusion >
98+ </exclusions >
99+ </dependency >
100+ <dependency >
101+ <groupId >org.springframework.security</groupId >
102+ <artifactId >spring-security-core</artifactId >
103+ <version >6.5.4</version >
104+ </dependency >
105+ <dependency >
106+ <groupId >org.springframework.security</groupId >
107+ <artifactId >spring-security-crypto</artifactId >
108+ <version >6.5.4</version >
74109 </dependency >
75110 <dependency >
76111 <groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments