Skip to content

Commit 15dbd9a

Browse files
committed
HTM-2076: Upgrade Spring Boot from 4.0.x to 4.1.0
Updated Spring Boot version and commented out dependency overrides.
1 parent 34eae34 commit 15dbd9a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SPDX-License-Identifier: MIT
1010
<groupId>org.springframework.boot</groupId>
1111
<artifactId>spring-boot-starter-parent</artifactId>
1212
<!-- when updating please check version overrides using the commands in the properties section -->
13-
<version>4.0.7</version>
13+
<version>4.1.0</version>
1414
</parent>
1515
<groupId>org.tailormap</groupId>
1616
<artifactId>tailormap-api</artifactId>
@@ -124,11 +124,11 @@ SPDX-License-Identifier: MIT
124124
<commons-codec.version>1.22.0</commons-codec.version>
125125
<flyway.version>12.8.1</flyway.version>
126126
<hibernate.version>7.4.1.Final</hibernate.version>
127-
<jackson-2-bom.version>2.22.0</jackson-2-bom.version>
128-
<jackson-bom.version>3.1.4</jackson-bom.version>
127+
<!-- jackson-2-bom.version>2.22.0</jackson-2-bom.version -->
128+
<!-- jackson-bom.version>3.1.4</jackson-bom.version -->
129129
<json-path.version>3.0.0</json-path.version>
130130
<junit-jupiter.version>6.1.0</junit-jupiter.version>
131-
<micrometer.version>1.17.0</micrometer.version>
131+
<!-- micrometer.version>1.17.0</micrometer.version -->
132132
<mockito.version>5.23.0</mockito.version>
133133
<mssql-jdbc.version>13.4.0.jre11</mssql-jdbc.version>
134134
<oracle-database.version>23.26.2.0.0</oracle-database.version>

0 commit comments

Comments
 (0)