Skip to content

Commit ff82f6f

Browse files
author
Corneil du Plessis
authored
Bump Spring Framework version to 5.3.32 (spring-attic#440)
1 parent 4fca391 commit ff82f6f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
<commons-io.version>2.7</commons-io.version>
6060
<kubernetes-fabric8-client.version>5.12.4</kubernetes-fabric8-client.version>
6161
<spring-boot.version>2.7.18</spring-boot.version>
62+
<spring-framework.version>5.3.32</spring-framework.version>
6263
<maven.compiler.source>${java.version}</maven.compiler.source>
6364
<maven.compiler.target>${java.version}</maven.compiler.target>
6465
<logback.version>1.2.13</logback.version>
@@ -125,6 +126,13 @@
125126
<artifactId>logback-access</artifactId>
126127
<version>${logback.version}</version>
127128
</dependency>
129+
<dependency>
130+
<groupId>org.springframework</groupId>
131+
<artifactId>spring-framework-bom</artifactId>
132+
<version>${spring-framework.version}</version>
133+
<type>pom</type>
134+
<scope>import</scope>
135+
</dependency>
128136
<dependency>
129137
<groupId>org.springframework.boot</groupId>
130138
<artifactId>spring-boot-dependencies</artifactId>

0 commit comments

Comments
 (0)