Skip to content

Commit

Permalink
Merge pull request DSpace#9655 from tdonohue/bump_latest_spring_boot
Browse files Browse the repository at this point in the history
Bump Spring Boot from 3.2.5 to 3.2.6.
  • Loading branch information
tdonohue authored Jun 20, 2024
2 parents 075e51d + 5d8c865 commit 4d1d87c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
7 changes: 7 additions & 0 deletions dspace-iiif/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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. -->
Expand Down
7 changes: 7 additions & 0 deletions dspace-server-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 4d1d87c

Please sign in to comment.