Skip to content

Commit 58d74d2

Browse files
committed
Update dependencies
1 parent a403d6f commit 58d74d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@
6565
<groupId>com.h2database</groupId>
6666
<artifactId>h2</artifactId>
6767
</dependency>
68+
<dependency>
69+
<groupId>org.projectlombok</groupId>
70+
<artifactId>lombok</artifactId>
71+
<optional>true</optional>
72+
</dependency>
73+
6874
<dependency>
6975
<groupId>org.springframework.boot</groupId>
7076
<artifactId>spring-boot-devtools</artifactId>

0 commit comments

Comments
 (0)