File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
12
12
env :
13
13
GH_USER_NAME : github.actor
14
- RELEASE_VERSION : 5.13.0
14
+ RELEASE_VERSION : 5.13.2
15
15
REPOSITORY_URL : ' https://maven.pkg.github.com/'
16
16
17
17
jobs :
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ ext['spring-boot.version'] = '2.5.15'
61
61
62
62
dependencyManagement {
63
63
imports {
64
- mavenBom(releaseMode ? ' com.epam.reportportal:commons-bom:' + ' 5.13.0 ' : ' com.epam.reportportal:commons-bom:5.13.0 ' )
64
+ mavenBom(releaseMode ? ' com.epam.reportportal:commons-bom:' + ' 5.13.1 ' : ' com.epam.reportportal:commons-bom:5.13.1 ' )
65
65
mavenBom(' io.zonky.test.postgres:embedded-postgres-binaries-bom:16.2.0' )
66
66
}
67
67
}
@@ -72,9 +72,9 @@ dependencies {
72
72
implementation ' com.epam.reportportal:commons'
73
73
implementation ' com.epam.reportportal:plugin-api'
74
74
} else {
75
- implementation ' com.github .reportportal:commons-dao:a98c172 '
76
- implementation ' com.github .reportportal:commons:26ab837 '
77
- implementation ' com.github .reportportal:plugin-api:8a1f61c '
75
+ implementation ' com.epam .reportportal:commons-dao'
76
+ implementation ' com.epam .reportportal:commons'
77
+ implementation ' com.epam .reportportal:plugin-api'
78
78
}
79
79
80
80
implementation ' org.springframework.boot:spring-boot-starter-aop'
Original file line number Diff line number Diff line change 1
- version =5.13.0
1
+ version =5.13.2
2
2
description =EPAM Report portal. Main API Service
3
3
dockerPrepareEnvironment =
4
4
dockerJavaOpts =-Xmx1g -XX:+UseG1GC -XX:InitiatingHeapOccupancyPercent =70 -Djava.security.egd =file:/dev/./urandom
You can’t perform that action at this time.
0 commit comments