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 9, 2024
1 parent 4e14cb5 commit 2e6e108
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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

jobs:
release:
Expand Down
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ext['log4j2.version'] = '2.21.1'

dependencyManagement {
imports {
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + '5.11.2' : 'com.github.reportportal:commons-bom:8603a03b4f')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + '5.11.7' : 'com.github.reportportal:commons-bom:b929af1e08')
}
}

Expand All @@ -43,7 +43,7 @@ dependencies {
implementation 'com.epam.reportportal:commons-rules'
implementation 'com.epam.reportportal:commons-model'
} else {
implementation 'com.github.reportportal:commons-dao:586c730aaf'
implementation 'com.github.reportportal:commons-dao:4d7eaa4841'
implementation 'com.epam.reportportal:commons-rules'
implementation 'com.epam.reportportal:commons-model'
}
Expand All @@ -69,8 +69,9 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-amqp'
//Fix CVE-2023-34050
implementation 'org.springframework.amqp:spring-amqp:2.4.17'
//Fix CVE CVE-2023-20860
implementation 'org.springframework:spring-webmvc:5.3.26'
//Fix CVE-2023-40827, CVE-2023-40828, CVE-2023-40826
implementation 'org.springframework:spring-webmvc:5.3.33'
implementation 'org.springframework:spring-web:5.3.33'

///// Security
//https://nvd.nist.gov/vuln/detail/CVE-2020-5407 AND https://nvd.nist.gov/vuln/detail/CVE-2020-5408
Expand Down

0 comments on commit 2e6e108

Please sign in to comment.