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.9
  • Loading branch information
renovate[bot] committed Jun 13, 2024
1 parent 76742c1 commit bb05660
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.8</version>
<version>6.1.9</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.8</version>
<version>6.1.9</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.8</version>
<version>6.1.9</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.8</version>
<version>6.1.9</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.8</version>
<version>6.1.9</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.8</version>
<version>6.1.9</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit bb05660

Please sign in to comment.