diff --git a/.gitignore b/.gitignore
index 8cdbd1ff48f..559982f3d86 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 8bce6c28600..74ff0665b01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.2.RELEASE
+ 2.1.3.RELEASE
petclinic