diff --git a/spring-5-mvc/pom.xml b/spring-5-mvc/pom.xml
index 2f8ef05bff..4b42528d0f 100644
--- a/spring-5-mvc/pom.xml
+++ b/spring-5-mvc/pom.xml
@@ -42,6 +42,11 @@
org.slf4j
jcl-over-slf4j
+
+ net.bytebuddy
+ byte-buddy
+ ${byte-buddy.version}
+
org.jetbrains.kotlin
@@ -175,8 +180,8 @@
2.9.0
2.9.9
1.2.71
- com.baeldung.Spring5Application
4.5.8
+ com.baeldung.Spring5Application
diff --git a/spring-5-mvc/src/main/resources/application.properties b/spring-5-mvc/src/main/resources/application.properties
index 886ea1978b..ccec014c2b 100644
--- a/spring-5-mvc/src/main/resources/application.properties
+++ b/spring-5-mvc/src/main/resources/application.properties
@@ -1,6 +1,3 @@
server.port=8081
-security.user.name=user
-security.user.password=pass
-
logging.level.root=INFO
\ No newline at end of file