mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Bump Spring Boot from 3.2.5 to 3.2.6. Minor updates to other dependencies where required.
This commit is contained in:
@@ -75,6 +75,13 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-security</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<exclusions>
|
||||
<!-- Later version brought in by spring-boot-starter-web above -->
|
||||
<exclusion>
|
||||
<groupId>io.micrometer</groupId>
|
||||
<artifactId>micrometer-observation</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-cache
|
||||
Caching dependencies for iiif endpoint. -->
|
||||
|
@@ -436,6 +436,13 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-security</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<exclusions>
|
||||
<!-- Later version brought in by spring-boot-starter-web above -->
|
||||
<exclusion>
|
||||
<groupId>io.micrometer</groupId>
|
||||
<artifactId>micrometer-observation</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- Add in log4j support by excluding default logging, and using starter-log4j -->
|
||||
|
8
pom.xml
8
pom.xml
@@ -9,7 +9,7 @@
|
||||
<description>
|
||||
DSpace open source software is a turnkey institutional repository application.
|
||||
</description>
|
||||
<url>https://github.com/dspace/DSpace</url>
|
||||
<url>https://github.com/DSpace/DSpace</url>
|
||||
|
||||
<organization>
|
||||
<name>LYRASIS</name>
|
||||
@@ -19,10 +19,10 @@
|
||||
<properties>
|
||||
<!--=== GENERAL / DSPACE-API DEPENDENCIES ===-->
|
||||
<java.version>17</java.version>
|
||||
<spring.version>6.1.6</spring.version>
|
||||
<spring-boot.version>3.2.5</spring-boot.version>
|
||||
<spring.version>6.1.8</spring.version>
|
||||
<spring-boot.version>3.2.6</spring-boot.version>
|
||||
<spring-security.version>6.2.4</spring-security.version> <!-- sync with version used by spring-boot-->
|
||||
<hibernate.version>6.4.4.Final</hibernate.version>
|
||||
<hibernate.version>6.4.8.Final</hibernate.version>
|
||||
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
|
||||
<postgresql.driver.version>42.7.3</postgresql.driver.version>
|
||||
<flyway.version>10.10.0</flyway.version>
|
||||
|
Reference in New Issue
Block a user