Skip to content

Commit

Permalink
EPMRPP-89703 || Update commons-reporting version. Fix spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
pbortnik committed Apr 10, 2024
1 parent 0762573 commit d7c2826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repositories {
}

dependencies {
api ('com.github.reportportal:commons-reporting:5c74bb2') {
api ('com.github.reportportal:commons-reporting:24941f3') {
exclude module: 'jackson-databind'
}
api 'com.fasterxml.jackson.core:jackson-databind:2.12.7.1' // Access is needed by HTTP loggers to format JSON
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/
package com.epam.reportportal.service;

import com.epam.reportportal.exception.ErrorType;
import com.epam.reportportal.exception.InternalReportPortalClientException;
import com.epam.reportportal.exception.ReportPortalException;
import com.epam.reportportal.listeners.ItemStatus;
Expand Down

0 comments on commit d7c2826

Please sign in to comment.