Skip to content

Commit

Permalink
build(deps): Bump quarkus.version from 3.14.0 to 3.14.1 and quarkus-n…
Browse files Browse the repository at this point in the history
…eo4j.version from 4.2.2 to 4.3.0
  • Loading branch information
michael-simons committed Aug 30, 2024
1 parent 4284dbb commit c2dda86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
<neo4j.image>neo4j:4.4</neo4j.image>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<quarkus-neo4j.version>4.2.2</quarkus-neo4j.version>
<quarkus.version>3.14.0</quarkus.version>
<quarkus-neo4j.version>4.3.0</quarkus-neo4j.version>
<quarkus.version>3.14.1</quarkus.version>
<sortpom-maven-plugin.version>4.0.0</sortpom-maven-plugin.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public RuntimeValue<SessionFactory> initializeSessionFactory(

var builder = new Configuration.Builder()
// Actually not needed for the driver to work, but required for the config not to stumble upon null
.uri(neo4jConfiguration.uri);
.uri(neo4jConfiguration.uri());

ogmProperties.database().ifPresent(builder::database);
if (ogmProperties.useNativeTypes()) {
Expand Down

0 comments on commit c2dda86

Please sign in to comment.