diff --git a/README.md b/README.md
index d30b4dd..c334cff 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ We have to create a maven `pom.xml`:
org.springframework.boot
spring-boot-starter-parent
- 2.4.3
+ 2.7.8
@@ -81,7 +81,7 @@ We have to create a maven `pom.xml`:
com.arangodb
arangodb-spring-boot-starter
- 2.3.3.RELEASE
+ 2.7-0
diff --git a/pom.xml b/pom.xml
index 0483874..d64609d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.6.3
+ 2.7.8
@@ -36,7 +36,7 @@
com.arangodb
arangodb-spring-boot-starter
- 2.6-0
+ 2.7-0
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index deed2db..a7c1780 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,4 +1,4 @@
arangodb.spring.data.database=spring-demo
arangodb.spring.data.user=root
arangodb.spring.data.password=test
-arangodb.spring.data.hosts=172.17.0.1:8529
\ No newline at end of file
+arangodb.spring.data.hosts=127.0.0.1:8529
\ No newline at end of file