Skip to content

Commit 932b292

Browse files
committed
Update backend dependencies
1 parent 89b5d28 commit 932b292

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<dependency>
1010
<groupId>org.springframework.boot</groupId>
1111
<artifactId>spring-boot-starter-data-mongodb</artifactId>
12-
<version>2.6.5</version>
12+
<version>2.6.7</version>
1313
</dependency>
1414
<dependency>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-web</artifactId>
17-
<version>2.6.5</version>
17+
<version>2.6.7</version>
1818
</dependency>
1919
</dependencies>
2020

@@ -30,7 +30,7 @@
3030
<plugin>
3131
<groupId>org.springframework.boot</groupId>
3232
<artifactId>spring-boot-maven-plugin</artifactId>
33-
<version>2.6.5</version>
33+
<version>2.6.7</version>
3434
<executions>
3535
<execution>
3636
<goals>

0 commit comments

Comments
 (0)