Skip to content

Commit

Permalink
add version and correct a version for deps in pom.xml so it runs (#890)
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn Hurley <shawn@hurley.page>
  • Loading branch information
shawn-hurley committed Mar 13, 2023
1 parent 634c621 commit 22173a3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.5.22.RELEASE</version>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
<version>3.0.4</version>
</dependency>
</dependencies>

</project>
</project>

0 comments on commit 22173a3

Please sign in to comment.