diff --git a/app/util/bamboo/bamboo_dataset_generator/pom.xml b/app/util/bamboo/bamboo_dataset_generator/pom.xml index 5fbb26fea..37940913c 100644 --- a/app/util/bamboo/bamboo_dataset_generator/pom.xml +++ b/app/util/bamboo/bamboo_dataset_generator/pom.xml @@ -5,7 +5,7 @@ com.atlassian.bamboo bamboo-specs-parent - 8.0.3 + 8.1.0 @@ -88,17 +88,17 @@ org.apache.logging.log4j log4j-api - 2.7 + 2.16.0 org.apache.logging.log4j log4j-core - 2.7 + 2.16.0 org.apache.logging.log4j log4j-slf4j-impl - 2.7 + 2.16.0 diff --git a/app/util/conf.py b/app/util/conf.py index f9bf55e98..7b0b8c5b1 100644 --- a/app/util/conf.py +++ b/app/util/conf.py @@ -2,8 +2,8 @@ from util.project_paths import JIRA_YML, CONFLUENCE_YML, BITBUCKET_YML, JSM_YML, CROWD_YML, BAMBOO_YML -TOOLKIT_VERSION = '6.0.0' -UNSUPPORTED_VERSION = '4.0.0' +TOOLKIT_VERSION = '6.0.1' +UNSUPPORTED_VERSION = '4.1.0' def read_yml_file(file):