From 91fa97102ff17280f6b00d65ebc8e4a6499b484a Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 11 Mar 2019 10:16:57 +0000 Subject: [PATCH] Update to latest Boot and add some gitignores --- .gitignore | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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