From f1ea171146af0d0f30127d990d14026be2eeea5c Mon Sep 17 00:00:00 2001 From: Andrei Piankouski Date: Tue, 9 Apr 2024 11:55:24 +0300 Subject: [PATCH 1/2] EPMRPP-90182 || Update JDBC Driver to the latest --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 0dc7b22c7d..4b06d93dee 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ ext['spring-boot.version'] = '2.5.15' dependencyManagement { imports { mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + '5.11.6' : 'com.epam.reportportal:commons-bom:5.11.6') - mavenBom('io.zonky.test.postgres:embedded-postgres-binaries-bom:12.9.0') + mavenBom('io.zonky.test.postgres:embedded-postgres-binaries-bom:16.2.0') } } @@ -68,7 +68,7 @@ dependencies { implementation 'com.epam.reportportal:commons' implementation 'com.epam.reportportal:plugin-api' } else { - implementation 'com.github.reportportal:commons-dao:fa04c1fc02' + implementation 'com.github.reportportal:commons-dao:df62349' implementation 'com.github.reportportal:commons-reporting:6b3ed9d' implementation 'com.github.reportportal:commons:83ea1a5b9e' implementation 'com.github.reportportal:plugin-api:48030ad' @@ -82,7 +82,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-amqp' implementation 'org.springframework.boot:spring-boot-starter-batch' - + implementation 'org.springframework:spring-jdbc:6.1.5' implementation 'com.opencsv:opencsv:5.8' // Fix CVE-2021-41079, CVE-2022-23181, CVE-2021-33037, CVE-2021-30640, CVE-2022-42252 From bfb7ffbc1af8ced864737923ea60a60780354676 Mon Sep 17 00:00:00 2001 From: Andrei Piankouski Date: Tue, 9 Apr 2024 12:21:03 +0300 Subject: [PATCH 2/2] EPMRPP-90182 || Update dao --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4b06d93dee..8afd1e430a 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ dependencies { implementation 'com.epam.reportportal:commons' implementation 'com.epam.reportportal:plugin-api' } else { - implementation 'com.github.reportportal:commons-dao:df62349' + implementation 'com.github.reportportal:commons-dao:ee589b9' implementation 'com.github.reportportal:commons-reporting:6b3ed9d' implementation 'com.github.reportportal:commons:83ea1a5b9e' implementation 'com.github.reportportal:plugin-api:48030ad'