Skip to content

Commit

Permalink
deps upd
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Feb 8, 2023
1 parent 6637dfe commit 1e05c8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ We have to create a maven `pom.xml`:
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.3</version>
<version>2.7.8</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -81,7 +81,7 @@ We have to create a maven `pom.xml`:
<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-boot-starter</artifactId>
<version>2.3.3.RELEASE</version>
<version>2.7-0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.3</version>
<version>2.7.8</version>
</parent>

<properties>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-boot-starter</artifactId>
<version>2.6-0</version>
<version>2.7-0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -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
arangodb.spring.data.hosts=127.0.0.1:8529

0 comments on commit 1e05c8a

Please sign in to comment.