diff --git a/scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh b/scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh index 29d0ddaa9..cfcf9bbec 100755 --- a/scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh +++ b/scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh @@ -16,6 +16,6 @@ NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.16.0"} NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.18.0"} NEO4J_GDS_PLUGIN_EDITION=${NEO4J_GDS_PLUGIN_EDITION:-"open"} -JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.7.0"} +JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.7.1"} JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-neo4jv5"} JQASSISTANT_CONFIG_TEMPLATE=${JQASSISTANT_CONFIG_TEMPLATE:-"template-neo4j-latest-jqassistant-continue-on-error.yaml"} \ No newline at end of file diff --git a/scripts/profiles/Neo4j-latest-low-memory.sh b/scripts/profiles/Neo4j-latest-low-memory.sh index a9374adc9..3e4527582 100755 --- a/scripts/profiles/Neo4j-latest-low-memory.sh +++ b/scripts/profiles/Neo4j-latest-low-memory.sh @@ -16,6 +16,6 @@ NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.16.0"} NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.18.0"} NEO4J_GDS_PLUGIN_EDITION=${NEO4J_GDS_PLUGIN_EDITION:-"open"} -JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.7.0"} +JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.7.1"} JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-neo4jv5"} JQASSISTANT_CONFIG_TEMPLATE=${JQASSISTANT_CONFIG_TEMPLATE:-"template-neo4j-remote-jqassistant.yaml"} \ No newline at end of file diff --git a/scripts/profiles/Neo4j-latest.sh b/scripts/profiles/Neo4j-latest.sh index d766678c5..25e407201 100755 --- a/scripts/profiles/Neo4j-latest.sh +++ b/scripts/profiles/Neo4j-latest.sh @@ -16,6 +16,6 @@ NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.16.0"} NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.18.0"} NEO4J_GDS_PLUGIN_EDITION=${NEO4J_GDS_PLUGIN_EDITION:-"open"} -JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.7.0"} +JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.7.1"} JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-neo4jv5"} JQASSISTANT_CONFIG_TEMPLATE=${JQASSISTANT_CONFIG_TEMPLATE:-"template-neo4j-remote-jqassistant.yaml"} \ No newline at end of file diff --git a/scripts/resetAndScan.sh b/scripts/resetAndScan.sh index 31742767d..c63e7d084 100755 --- a/scripts/resetAndScan.sh +++ b/scripts/resetAndScan.sh @@ -13,7 +13,7 @@ # Fail on any error ("-e" = exit on first error, "-o pipefail" exist on errors within piped commands) set -o errexit -o pipefail -JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.7.0"} # Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4 +JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.7.1"} # Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4 JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-neo4jv5"} # Name of the jQAssistant Maven artifact JQASSISTANT_CONFIG_TEMPLATE=${JQASSISTANT_CONFIG_TEMPLATE:-"template-neo4j-remote-jqassistant.yaml"} # Name of the template file for the jqassistant configuration. Neo4j >= 2025.x: "template-neo4j-remote-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 f48021427..40487e582 100755 --- a/scripts/setupJQAssistant.sh +++ b/scripts/setupJQAssistant.sh @@ -10,7 +10,7 @@ # Fail on any error ("-e" = exit on first error, "-o pipefail" exist on errors within piped commands) set -o errexit -o pipefail -JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.7.0"} # Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4 +JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.7.1"} # Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4 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-neo4jv5"} JQASSISTANT_CLI_DISTRIBUTION=${JQASSISTANT_CLI_DISTRIBUTION:-"distribution.zip"} # Neo4j v5 & v4: "distribution.zip"