Skip to content

Commit

Permalink
HTM-1251: Upgrade Spring Boot from 3.3.4 to 3.3.5, rely on the `sprin…
Browse files Browse the repository at this point in the history
…g-security.version` provided by Spring Boot (#998)

* HTM-1251: Upgrade Spring Boot from 3.3.4 to 3.3.5, rely on the spring-security.version provided by Spring Boot

* HTM-1289: Bump flyway.version from 10.19.0 to 10.20.1

* Rely on Spring Boot provided versions of spring-data-bom and spring-hateoas
  • Loading branch information
mprins authored Oct 25, 2024
1 parent 70c91f1 commit 3120ad1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SPDX-License-Identifier: MIT
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
</parent>
<groupId>org.tailormap</groupId>
<artifactId>tailormap-api</artifactId>
Expand Down Expand Up @@ -119,19 +119,18 @@ SPDX-License-Identifier: MIT
to check
-->
<commons-lang3.version>3.17.0</commons-lang3.version>
<flyway.version>10.19.0</flyway.version>
<flyway.version>10.20.1</flyway.version>
<hibernate.version>6.5.3.Final</hibernate.version>
<jackson-bom.version>2.17.2</jackson-bom.version>
<junit-jupiter.version>5.11.3</junit-jupiter.version>
<!-- <logback.version>1.5.7</logback.version>-->
<micrometer.version>1.13.6</micrometer.version>
<mssql-jdbc.version>12.8.1.jre11</mssql-jdbc.version>
<okhttp.version>5.0.0-alpha.14</okhttp.version>
<oracle-database.version>23.5.0.24.07</oracle-database.version>
<postgresql.version>42.7.4</postgresql.version>
<spring-data-bom.version>2024.0.5</spring-data-bom.version>
<spring-hateoas.version>2.3.3</spring-hateoas.version>
<spring-security.version>6.3.3</spring-security.version>
<!-- <spring-data-bom.version>2024.0.5</spring-data-bom.version> -->
<!-- <spring-hateoas.version>2.3.3</spring-hateoas.version> -->
<!-- <spring-security.version>6.3.4</spring-security.version> -->
<webjars-locator-core.version>0.59</webjars-locator-core.version>
<xmlunit2.version>2.10.0</xmlunit2.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
Expand Down

0 comments on commit 3120ad1

Please sign in to comment.