Skip to content

Commit

Permalink
Bump spring data from 2.7.3 to 2.7.5. (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
roimenashe authored Oct 18, 2022
1 parent a97e496 commit 19f245f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.7.3</version>
<version>2.7.5</version>
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<springdata.commons>2.7.3</springdata.commons>
<springdata.keyvalue>2.7.3</springdata.keyvalue>
<springdata.commons>2.7.5</springdata.commons>
<springdata.keyvalue>2.7.5</springdata.keyvalue>
<spring-cloud-starter-bootstrap>3.1.4</spring-cloud-starter-bootstrap>
<spring-boot-starter-test>2.7.4</spring-boot-starter-test>
<maven.javadoc.plugin>3.3.0</maven.javadoc.plugin>
Expand Down

0 comments on commit 19f245f

Please sign in to comment.