diff --git a/pom.xml b/pom.xml
index f6a03e6..99b1e85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.5.3
+ 2.5.4
@@ -22,8 +22,8 @@
UTF-8
1.8
3.4.3.1
- 2.5.3
- 1.3.5
+ 2.5.4-SNAPSHOT
+ 1.3.9
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 3777eab..f76114d 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,8 @@
spring:
application:
name: "mica-security"
+ profiles:
+ active: dev
output:
ansi:
enabled: always