Skip to content

Commit

Permalink
clean boot-data-neo4j-rx.
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed May 28, 2020
1 parent 9e5f56f commit c1b010c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boot-data-neo4j-rx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.6.RELEASE</version>
<version>2.3.0.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
Expand All @@ -17,8 +17,8 @@
<properties>
<java.version>11</java.version>
<maven-failsafe-plugin.version>3.0.0-M4</maven-failsafe-plugin.version>
<spring-data-neo4j-rx.version>1.0.0</spring-data-neo4j-rx.version>
<testcontainers.version>1.13.0</testcontainers.version>
<spring-data-neo4j-rx.version>1.0.1</spring-data-neo4j-rx.version>
<testcontainers.version>1.14.2</testcontainers.version>
</properties>

<dependencies>
Expand Down

0 comments on commit c1b010c

Please sign in to comment.