Skip to content

Commit aa5bf32

Browse files
authored
Merge pull request #3792 from kubernetes-client/dependabot/maven/org.springframework-spring-test-6.2.0
build(deps): bump org.springframework:spring-test from 6.1.14 to 6.2.0
2 parents 756516a + 7b6624d commit aa5bf32

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<apache.commons.io>2.18.0</apache.commons.io>
6767
<common.codec.version>1.17.1</common.codec.version>
6868
<spring.boot.version>3.3.5</spring.boot.version>
69-
<spring.version>6.1.14</spring.version>
69+
<spring.version>6.2.0</spring.version>
7070
<prometheus.client.version>0.16.0</prometheus.client.version>
7171
<reflections.version>0.10.2</reflections.version>
7272

@@ -179,6 +179,16 @@
179179
<artifactId>spring-boot</artifactId>
180180
<version>${spring.boot.version}</version>
181181
</dependency>
182+
<dependency>
183+
<groupId>org.springframework</groupId>
184+
<artifactId>spring-core</artifactId>
185+
<version>${spring.version}</version>
186+
</dependency>
187+
<dependency>
188+
<groupId>org.springframework</groupId>
189+
<artifactId>spring-context</artifactId>
190+
<version>${spring.version}</version>
191+
</dependency>
182192
<dependency>
183193
<groupId>org.springframework.boot</groupId>
184194
<artifactId>spring-boot-autoconfigure</artifactId>

spring/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
<artifactId>spring-test</artifactId>
6868
<scope>test</scope>
6969
</dependency>
70+
<dependency>
71+
<groupId>org.springframework</groupId>
72+
<artifactId>spring-core</artifactId>
73+
</dependency>
7074
<dependency>
7175
<groupId>org.wiremock</groupId>
7276
<artifactId>wiremock</artifactId>

0 commit comments

Comments
 (0)