Skip to content

Commit 0886bf0

Browse files
fix(deps): update dependency org.springframework:spring-framework-bom to v7
1 parent fee1b5a commit 0886bf0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

maven-plugin/src/it/sort-dependencies/expected/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>org.springframework</groupId>
1818
<artifactId>spring-framework-bom</artifactId>
19-
<version>6.2.14</version>
19+
<version>7.0.1</version>
2020
<type>pom</type>
2121
<scope>import</scope>
2222
</dependency>

maven-plugin/src/it/sort-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.springframework</groupId>
5151
<artifactId>spring-framework-bom</artifactId>
52-
<version>6.2.14</version>
52+
<version>7.0.1</version>
5353
<type>pom</type>
5454
<scope>import</scope>
5555
</dependency>

maven-plugin/src/it/sort-dependency-management/expected/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.springframework</groupId>
5252
<artifactId>spring-framework-bom</artifactId>
53-
<version>6.2.14</version>
53+
<version>7.0.1</version>
5454
<type>pom</type>
5555
<scope>import</scope>
5656
</dependency>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.springframework</groupId>
6262
<artifactId>spring-framework-bom</artifactId>
63-
<version>6.2.14</version>
63+
<version>7.0.1</version>
6464
<type>pom</type>
6565
<scope>import</scope>
6666
</dependency>

maven-plugin/src/it/sort-dependency-management/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.springframework</groupId>
5252
<artifactId>spring-framework-bom</artifactId>
53-
<version>6.2.14</version>
53+
<version>7.0.1</version>
5454
<type>pom</type>
5555
<scope>import</scope>
5656
</dependency>
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>org.springframework</groupId>
9696
<artifactId>spring-framework-bom</artifactId>
97-
<version>6.2.14</version>
97+
<version>7.0.1</version>
9898
<type>pom</type>
9999
<scope>import</scope>
100100
</dependency>

0 commit comments

Comments
 (0)