Skip to content

Commit

Permalink
Modify version of spring boot starter data mongodb dependency in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei-s committed Nov 7, 2023
1 parent 7431ec6 commit f4da961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
<version>3.1.2</version>
<version>3.1.5</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit f4da961

Please sign in to comment.