Skip to content

Commit d593de1

Browse files
Merge pull request atlassian#760 from atlassian/release-6.0.1
Hotfix release 6.0.1
2 parents 4361031 + 30bb46f commit d593de1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/util/bamboo/bamboo_dataset_generator/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.atlassian.bamboo</groupId>
77
<artifactId>bamboo-specs-parent</artifactId>
8-
<version>8.0.3</version>
8+
<version>8.1.0</version>
99
<relativePath/>
1010
</parent>
1111

@@ -88,17 +88,17 @@
8888
<dependency>
8989
<groupId>org.apache.logging.log4j</groupId>
9090
<artifactId>log4j-api</artifactId>
91-
<version>2.7</version>
91+
<version>2.16.0</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.apache.logging.log4j</groupId>
9595
<artifactId>log4j-core</artifactId>
96-
<version>2.7</version>
96+
<version>2.16.0</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>org.apache.logging.log4j</groupId>
100100
<artifactId>log4j-slf4j-impl</artifactId>
101-
<version>2.7</version>
101+
<version>2.16.0</version>
102102
</dependency>
103103
</dependencies>
104104

app/util/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
from util.project_paths import JIRA_YML, CONFLUENCE_YML, BITBUCKET_YML, JSM_YML, CROWD_YML, BAMBOO_YML
44

5-
TOOLKIT_VERSION = '6.0.0'
6-
UNSUPPORTED_VERSION = '4.0.0'
5+
TOOLKIT_VERSION = '6.0.1'
6+
UNSUPPORTED_VERSION = '4.1.0'
77

88

99
def read_yml_file(file):

0 commit comments

Comments
 (0)