Skip to content

Commit

Permalink
build(deps): Bump org.springframework.data:spring-data-neo4j from 7.3…
Browse files Browse the repository at this point in the history
….5 to 7.4.0 (#1133)

* build(deps): Bump org.springframework.data:spring-data-neo4j

Bumps org.springframework.data:spring-data-neo4j from 7.3.5 to 7.4.0.

---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-neo4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Align Boot version.

Signed-off-by: Michael Simons <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Michael Simons <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Simons <[email protected]>
  • Loading branch information
dependabot[bot] and michael-simons authored Nov 22, 2024
1 parent 3b8cea3 commit c4c41e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
<relativePath></relativePath>
<!-- lookup parent from repository -->
</parent>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<slf4j.version>1.7.36</slf4j.version>
<sonar-maven-plugin.version>5.0.0.4389</sonar-maven-plugin.version>
<sortpom-maven-plugin.version>4.0.0</sortpom-maven-plugin.version>
<spring-data-neo4j.version>7.3.5</spring-data-neo4j.version>
<spring-data-neo4j.version>7.4.0</spring-data-neo4j.version>
<testcontainers.version>1.20.3</testcontainers.version>
<use-latest-version-for-docs>0</use-latest-version-for-docs>
</properties>
Expand Down

0 comments on commit c4c41e4

Please sign in to comment.