Browse Source

Update project dependencies

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.1-alpha
Pekka Helenius 4 years ago
parent
commit
c18a48274d
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      bookstore/pom.xml

+ 6
- 1
bookstore/pom.xml View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.4.RELEASE</version>
<version>2.3.3.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.fjordtek.bookstore</groupId>
@ -52,6 +52,11 @@
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</dependency>
</dependencies>
<build>


Loading…
Cancel
Save