Skip to content

Commit

Permalink
build(deps): Bump neo4j-migrations-quarkus from 1.5.2 to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Apr 4, 2022
1 parent 81cf54c commit 91963e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
<dependency>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-migrations-quarkus</artifactId>
<exclusions>
<exclusion>
<!-- Usually it will be the same like OGM uses, but it might be due to release schedules that is is not the case.
AS OGM uses it more, we rely on the one by OGM and don't pin a specific version.-->
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>eu.michael-simons.neo4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<maven.compiler.release>${java.version}</maven.compiler.release>
<maven.version>3.8.4</maven.version>
<neo4j-java-driver.version>4.4.5</neo4j-java-driver.version>
<neo4j-migrations.version>1.5.2</neo4j-migrations.version>
<neo4j-migrations.version>1.5.3</neo4j-migrations.version>
<neo4j-ogm.version>3.2.32</neo4j-ogm.version>
<neo4j.image>neo4j:4.4</neo4j.image>
<nexus-staging-maven-plugin.version>1.6.12</nexus-staging-maven-plugin.version>
Expand Down

0 comments on commit 91963e9

Please sign in to comment.