Skip to content

Commit

Permalink
Update release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKustau committed Apr 10, 2024
1 parent b78ea18 commit 9d71a7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
GH_USER_NAME: github.actor
RELEASE_VERSION: 5.11.0
RELEASE_VERSION: 5.11.1
REPOSITORY_URL: 'https://maven.pkg.github.com/'

jobs:
Expand Down
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ext['spring-boot.version'] = '2.5.15'

dependencyManagement {
imports {
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + '5.11.6' : 'com.github.reportportal:commons-bom:8603a03b4f')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + '5.11.7' : 'com.epam.reportportal:commons-bom:5.11.7')
mavenBom('io.zonky.test.postgres:embedded-postgres-binaries-bom:12.9.0')
}
}
Expand All @@ -71,15 +71,15 @@ dependencies {
implementation 'com.epam.reportportal:commons-model'
implementation 'com.epam.reportportal:commons'
implementation 'com.epam.reportportal:commons-fonts'
implementation 'com.epam.reportportal:plugin-api'
implementation 'com.epam.reportportal:plugin-api:5.11.1'
} else {
implementation 'com.epam.reportportal:commons-events'
implementation 'com.github.reportportal:commons-dao:586c730aaf'
implementation 'com.epam.reportportal:commons-dao'
implementation 'com.epam.reportportal:commons-rules'
implementation 'com.epam.reportportal:commons-model'
implementation 'com.epam.reportportal:commons'
implementation 'com.epam.reportportal:commons-fonts'
implementation 'com.github.reportportal:plugin-api:399273afd2'
implementation 'com.epam.reportportal:plugin-api:5.11.1'
}

implementation 'org.springframework.boot:spring-boot-starter-aop'
Expand All @@ -94,8 +94,8 @@ dependencies {
implementation 'org.springframework.amqp:spring-amqp:2.4.17'

//Fix CVE-2023-40827, CVE-2023-40828, CVE-2023-40826
implementation 'org.springframework:spring-webmvc:5.3.32'
implementation 'org.springframework:spring-web:5.3.32'
implementation 'org.springframework:spring-webmvc:5.3.33'
implementation 'org.springframework:spring-web:5.3.33'

implementation 'com.opencsv:opencsv:5.8'

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=5.11.0
version=5.11.1
description=EPAM Report portal. Main API Service
dockerPrepareEnvironment=
dockerJavaOpts=-Xmx1g -XX:+UseG1GC -XX:InitiatingHeapOccupancyPercent=70 -Djava.security.egd=file:/dev/./urandom
Expand Down

0 comments on commit 9d71a7f

Please sign in to comment.