Skip to content

Commit 260e99d

Browse files
authored
Merge pull request #105 from reportportal/rc/5.13.6
Release 5.13.6
2 parents 839826a + 2a918af commit 260e99d

File tree

9 files changed

+88987
-495
lines changed

9 files changed

+88987
-495
lines changed

.openapi-generator-ignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ api/*.yaml
1010
/**/Project**Api.java
1111

1212
## Exclude broken model
13-
/**/ApprovalConfiguration.java
1413

1514
#Force generate
1615
!/**/ProjectsApi.java

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'java'
44
id 'jacoco'
55
id "com.github.node-gradle.node" version "2.2.1"
6-
id "org.openapi.generator" version "7.12.0"
6+
id "org.openapi.generator" version "7.16.0"
77
id "org.springframework.boot" version "3.4.2" apply false
88
}
99

@@ -42,9 +42,9 @@ dependencies {
4242
implementation 'com.epam.reportportal:plugin-api'
4343
annotationProcessor 'com.epam.reportportal:plugin-api'
4444
} else {
45-
implementation 'com.epam.reportportal:commons-dao'
46-
implementation 'com.epam.reportportal:plugin-api'
47-
annotationProcessor 'com.epam.reportportal:plugin-api'
45+
implementation 'com.github.reportportal:commons-dao:6298e53'
46+
implementation 'com.github.reportportal:plugin-api:8cd6958'
47+
annotationProcessor 'com.github.reportportal:plugin-api:8cd6958'
4848
}
4949

5050
implementation("org.apache.httpcomponents.client5:httpclient5:5.4.2") // supports gzip encoding

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=5.13.5
1+
version=5.13.6
22
description=EPAM Report Portal. Cloud Jira plugin
33
pluginId = JIRA Cloud
44

0 commit comments

Comments
 (0)