Skip to content

Commit

Permalink
[NOID] retry license
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 committed Nov 27, 2024
1 parent cfb9834 commit 5ac8c01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Apache-2.0
jackson-databind-2.17.2.jar
jackson-dataformat-cbor-2.17.2.jar
jackson-dataformat-csv-2.17.2.jar
jackson-dataformat-yaml-2.17.0.jar
jackson-datatype-jsr310-2.17.0.jar
jackson-datatype-jsr310-2.17.2.jar
jackson-jaxrs-base-2.15.2.jar
Expand Down
1 change: 1 addition & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ Apache-2.0
jackson-databind-2.17.2.jar
jackson-dataformat-cbor-2.17.2.jar
jackson-dataformat-csv-2.17.2.jar
jackson-dataformat-yaml-2.17.0.jar
jackson-datatype-jsr310-2.17.0.jar
jackson-datatype-jsr310-2.17.2.jar
jackson-jaxrs-base-2.15.2.jar
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

ext {
// Move to gradle.properties (but versions.json generation build depends on this right now)
neo4jVersion = '4.4.40'
neo4jVersion = '4.4.39'
publicDir = "${project.rootDir}"
neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : neo4jVersion
neo4jDockerVersion = project.hasProperty("neo4jDockerVersionOverride") ? project.getProperty("neo4jDockerVersionOverride") : neo4jVersion
Expand Down

0 comments on commit 5ac8c01

Please sign in to comment.