Skip to content

Commit

Permalink
Merge pull request #3792 from kubernetes-client/dependabot/maven/org.…
Browse files Browse the repository at this point in the history
…springframework-spring-test-6.2.0

build(deps): bump org.springframework:spring-test from 6.1.14 to 6.2.0
  • Loading branch information
k8s-ci-robot authored Nov 21, 2024
2 parents 756516a + 7b6624d commit aa5bf32
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<apache.commons.io>2.18.0</apache.commons.io>
<common.codec.version>1.17.1</common.codec.version>
<spring.boot.version>3.3.5</spring.boot.version>
<spring.version>6.1.14</spring.version>
<spring.version>6.2.0</spring.version>
<prometheus.client.version>0.16.0</prometheus.client.version>
<reflections.version>0.10.2</reflections.version>

Expand Down Expand Up @@ -179,6 +179,16 @@
<artifactId>spring-boot</artifactId>
<version>${spring.boot.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
Expand Down

0 comments on commit aa5bf32

Please sign in to comment.