Skip to content

Commit

Permalink
Use spring-version rather than spring5-version
Browse files Browse the repository at this point in the history
  • Loading branch information
cunningt committed Sep 24, 2024
1 parent 26ced94 commit 661bf9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>${spring5-version}</version>
<version>${spring-version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion tooling/redhat-camel-spring-boot-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>${spring5-version}</version>
<version>6.1.12</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 661bf9c

Please sign in to comment.