Skip to content

Commit

Permalink
feat: upgraded versions
Browse files Browse the repository at this point in the history
  • Loading branch information
melistik committed Feb 28, 2021
1 parent 9e876c6 commit 2a90720
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<spring-boot.version>2.1.8.RELEASE</spring-boot.version>
<guava.version>28.1-jre</guava.version>
<spring-boot.version>2.3.9.RELEASE</spring-boot.version>
<guava.version>30.1-jre</guava.version>
</properties>

<scm>
Expand Down Expand Up @@ -70,6 +70,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.18</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 2a90720

Please sign in to comment.