diff --git a/.gitignore b/.gitignore
index 0db1b04..6574802 100644
--- a/.gitignore
+++ b/.gitignore
@@ -138,6 +138,7 @@ buildNumber.properties
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
+.settings/
### Gradle ###
.gradle
diff --git a/pom.xml b/pom.xml
index 08d5468..8fb6b38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.treblle
treblle-spring-boot-starter
- 2.0.1
+ 2.1.0
treblle-spring-boot-starter
Official Treblle Starter for Spring Boot
https://github.com/Treblle/treblle-spring
@@ -15,7 +15,7 @@
17
17
UTF-8
- 3.1.8
+ 3.2.1
@@ -23,6 +23,7 @@
org.apache.maven.plugins
maven-compiler-plugin
+ 3.12.1
17
17