We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b5d28 commit 932b292Copy full SHA for 932b292
backend/pom.xml
@@ -9,12 +9,12 @@
9
<dependency>
10
<groupId>org.springframework.boot</groupId>
11
<artifactId>spring-boot-starter-data-mongodb</artifactId>
12
- <version>2.6.5</version>
+ <version>2.6.7</version>
13
</dependency>
14
15
16
<artifactId>spring-boot-starter-web</artifactId>
17
18
19
</dependencies>
20
@@ -30,7 +30,7 @@
30
<plugin>
31
32
<artifactId>spring-boot-maven-plugin</artifactId>
33
34
<executions>
35
<execution>
36
<goals>
0 commit comments