File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 1919 <properties >
2020 <!-- === GENERAL / DSPACE-API DEPENDENCIES ===-->
2121 <java .version>17</java .version>
22- <spring .version>6.2.3 </spring .version>
23- <spring-boot .version>3.4.2 </spring-boot .version>
24- <spring-security .version>6.4.2 </spring-security .version> <!-- sync with version used by spring-boot-->
22+ <spring .version>6.2.4 </spring .version>
23+ <spring-boot .version>3.4.3 </spring-boot .version>
24+ <spring-security .version>6.4.4 </spring-security .version> <!-- sync with version used by spring-boot-->
2525 <hibernate .version>6.4.8.Final</hibernate .version>
2626 <hibernate-validator .version>8.0.1.Final</hibernate-validator .version>
2727 <postgresql .driver.version>42.7.5</postgresql .driver.version>
12861286 </exclusion >
12871287 </exclusions >
12881288 </dependency >
1289+ <dependency >
1290+ <groupId >org.springframework.security</groupId >
1291+ <artifactId >spring-security-core</artifactId >
1292+ <version >${spring-security.version} </version >
1293+ </dependency >
1294+ <dependency >
1295+ <groupId >org.springframework.security</groupId >
1296+ <artifactId >spring-security-web</artifactId >
1297+ <version >${spring-security.version} </version >
1298+ </dependency >
12891299
12901300 <dependency >
12911301 <groupId >org.apache.solr</groupId >
You can’t perform that action at this time.
0 commit comments