Skip to content

Commit

Permalink
Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Jul 3, 2024
1 parent 27918f6 commit b08aa34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.vonage</groupId>
<artifactId>sample-serversdk-java-springboot</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<name>Vonage Java Server SDK SpringBoot Demo App</name>
<description>Interactive demo application for the Vonage Java SDK and Vonage Cloud Runtime</description>
Expand Down Expand Up @@ -42,7 +42,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</parent>

<properties>
Expand Down Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.32</version>
<version>1.18.34</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit b08aa34

Please sign in to comment.