Skip to content

Commit 2fa3561

Browse files
Bump org.springframework.boot:spring-boot-starter-parent from 4.0.3 to 4.0.4 (#1654)
* Bump org.springframework.boot:spring-boot-starter-parent Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump hibernate.version from 7.2.6 to 7.2.7 * Bump jackson-2-bom.version from 2.21.1 to 2.21.2 * Bump mssql-jdbc.version from 13.2.1.jre11 to 13.4.0.jre11 * Bump flyway.version from 12.1.0 to 12.1.1 * Bump commons-codec:commons-codec from 1.19.0 to 1.21.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Prins <1165786+mprins@users.noreply.github.com>
1 parent 06bd427 commit 2fa3561

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

pom.xml

Lines changed: 6 additions & 5 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.3</version>
13+
<version>4.0.4</version>
1414
</parent>
1515
<groupId>org.tailormap</groupId>
1616
<artifactId>tailormap-api</artifactId>
@@ -122,14 +122,15 @@ SPDX-License-Identifier: MIT
122122
-->
123123
<awaitility.version>4.3.0</awaitility.version>
124124
<commons-lang3.version>3.20.0</commons-lang3.version>
125-
<flyway.version>12.1.0</flyway.version>
126-
<hibernate.version>7.2.6.Final</hibernate.version>
127-
<jackson-2-bom.version>2.21.1</jackson-2-bom.version>
125+
<commons-codec.version>1.21.0</commons-codec.version>
126+
<flyway.version>12.1.1</flyway.version>
127+
<hibernate.version>7.2.7.Final</hibernate.version>
128+
<jackson-2-bom.version>2.21.2</jackson-2-bom.version>
128129
<jackson-bom.version>3.1.0</jackson-bom.version>
129130
<json-path.version>3.0.0</json-path.version>
130131
<junit-jupiter.version>6.0.3</junit-jupiter.version>
131132
<micrometer.version>1.16.4</micrometer.version>
132-
<mssql-jdbc.version>13.2.1.jre11</mssql-jdbc.version>
133+
<mssql-jdbc.version>13.4.0.jre11</mssql-jdbc.version>
133134
<oracle-database.version>23.26.1.0.0</oracle-database.version>
134135
<postgresql.version>42.7.10</postgresql.version>
135136
<maven-clean-plugin.version>3.5.0</maven-clean-plugin.version>

0 commit comments

Comments
 (0)