diff --git a/.gitignore b/.gitignore index 8cdbd1ff48ffed3a61cbdeec736da260f95c6446..559982f3d863d0eae358e20b9673d91fd15fa01f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ target/* .settings/* .classpath .project +.factorypath +.attach_pid* .idea *.iml /target diff --git a/pom.xml b/pom.xml index 8bce6c28600530a03b50b5a50a64e2efec095101..74ff0665b01fe9aebe1b4075024dbfa5c28331db 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.2.RELEASE</version> + <version>2.1.3.RELEASE</version> </parent> <name>petclinic</name>