From e9c70b851221a638438fadaf7a6e9e3dd5413b9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 00:42:53 +0000 Subject: [PATCH] Update dependency jQAssistant/jqa-commandline-tool to v2.0.5 --- scripts/profiles/Neo4jv5.sh | 2 +- scripts/resetAndScan.sh | 2 +- scripts/setupJQAssistant.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/profiles/Neo4jv5.sh b/scripts/profiles/Neo4jv5.sh index e1c9f14df..e1fd7ea00 100755 --- a/scripts/profiles/Neo4jv5.sh +++ b/scripts/profiles/Neo4jv5.sh @@ -21,7 +21,7 @@ NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.4.3"} # Version 2.4.0 i NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.4.3"} # Graph Data Science Plugin Version 2.4.x of is compatible with Neo4j 5.x NEO4J_GDS_PLUGIN_EDITION=${NEO4J_GDS_PLUGIN_EDITION:-"open"} # Graph Data Science Plugin Edition: "open" for OpenGDS, "full" for the full version with Neo4j license -JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.0.4"} # Version 2.0.3 is the newest version (june 2023) compatible with Neo4j v5 +JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.0.5"} # Version 2.0.3 is the newest version (june 2023) compatible with Neo4j v5 JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-distribution"} # Since jQAssistant CLI v2: "jqassistant-commandline-distribution" JQASSISTANT_CLI_DISTRIBUTION=${JQASSISTANT_CLI_DISTRIBUTION:-"bin.zip"} # Since jQAssistant CLI v2: "bin.zip" JQASSISTANT_CONFIG_TEMPLATE=${JQASSISTANT_CONFIG_TEMPLATE:-"template-neo4jv5-jqassistant.yaml"} # Name of the template file for the jqassistant configuration \ No newline at end of file diff --git a/scripts/resetAndScan.sh b/scripts/resetAndScan.sh index 593561f18..fc0312d6a 100755 --- a/scripts/resetAndScan.sh +++ b/scripts/resetAndScan.sh @@ -5,7 +5,7 @@ # CAUTION: This script deletes all relationships and nodes in the Neo4j Graph Database. # Note: The environment variable NEO4J_INITIAL_PASSWORD is required to login to Neo4j. -JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.0.4"} # 2.0.3 is the newest version (june 2023) compatible with Neo4j v5, Version 1.12.2 is compatible with Neo4j v4 +JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.0.5"} # 2.0.3 is the newest version (june 2023) compatible with Neo4j v5, Version 1.12.2 is compatible with Neo4j v4 JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-distribution"} # Neo4j v5: "jqassistant-commandline-distribution", Neo4j v4: "jqassistant-commandline-neo4jv3" JQASSISTANT_CONFIG_TEMPLATE=${JQASSISTANT_CONFIG_TEMPLATE:-"template-neo4jv5-jqassistant.yaml"} # Neo4j v5: "template-neo4jv5-jqassistant.yaml", Neo4j v4: "template-neo4jv4-jqassistant.yaml" diff --git a/scripts/setupJQAssistant.sh b/scripts/setupJQAssistant.sh index 12861d980..29d5252c8 100755 --- a/scripts/setupJQAssistant.sh +++ b/scripts/setupJQAssistant.sh @@ -7,7 +7,7 @@ # Note: This script runs in the current directory. If you want JQassistant to be installed in e.a. the "tools" directory, # then create and change it beforehand. -JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.0.4"} # Neo4j v5: 2.0.3 (june 2023), Neo4j v4: 1.12.2 (april 2023) +JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.0.5"} # Neo4j v5: 2.0.3 (june 2023), Neo4j v4: 1.12.2 (april 2023) JQASSISTANT_CLI_DOWNLOAD_URL=${JQASSISTANT_CLI_DOWNLOAD_URL:-"https://repo1.maven.org/maven2/com/buschmais/jqassistant/cli"} # Download URL for the jQAssistant CLI JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-distribution"} # Neo4j v5: "jqassistant-commandline-distribution", Neo4j v4: "jqassistant-commandline-neo4jv3" JQASSISTANT_CLI_DISTRIBUTION=${JQASSISTANT_CLI_DISTRIBUTION:-"bin.zip"} # Neo4j v5: "bin.zip", Neo4j v4: "distribution.zip"