Skip to content

Commit 355dc8d

Browse files
committed
Updated Pom Version
1 parent cd392e3 commit 355dc8d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.0.3.RELEASE</version>
17+
<version>2.1.3.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

@@ -105,7 +105,7 @@
105105
<plugin>
106106
<groupId>org.springframework.boot</groupId>
107107
<artifactId>spring-boot-maven-plugin</artifactId>
108-
<version>2.0.2.RELEASE</version>
108+
<version>2.1.3.RELEASE</version>
109109
</plugin>
110110

111111

src/main/java/com/books/BookStoreApplication.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
@SpringBootApplication
77
public class BookStoreApplication
88
{
9-
109
public static void main(String[] args)
1110
{
1211
SpringApplication.run(BookStoreApplication.class, args);

0 commit comments

Comments
 (0)