Skip to content

Commit

Permalink
fix(deps): update dependency org.springframework:spring-framework-bom…
Browse files Browse the repository at this point in the history
… to v6.1.7
  • Loading branch information
renovate[bot] authored May 17, 2024
1 parent 73f4bf8 commit 96dc648
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion maven-plugin/src/it/sort-dependencies/expected/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.1.6</version>
<version>6.1.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/src/it/sort-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.1.6</version>
<version>6.1.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.1.6</version>
<version>6.1.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -60,7 +60,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.1.6</version>
<version>6.1.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions maven-plugin/src/it/sort-dependency-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.1.6</version>
<version>6.1.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.1.6</version>
<version>6.1.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 96dc648

Please sign in to comment.