diff options
author | Dejan Milisavljevic <dejan.milisavljevic@sonarsource.com> | 2024-11-29 16:14:15 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-29 20:03:09 +0000 |
commit | 5f1d1f699041de4a9aafd83954cb2392afc533c2 (patch) | |
tree | d6238804f9cc783410e5e7134cee3dbb041d4009 | |
parent | c462000d959e481969ff475122e65b33ca19aa7f (diff) | |
download | sonarqube-5f1d1f699041de4a9aafd83954cb2392afc533c2.tar.gz sonarqube-5f1d1f699041de4a9aafd83954cb2392afc533c2.zip |
SONAR-23568 Add header and footer information to the last page of Security report
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index a7e6292d7f5..02202f7e633 100644 --- a/build.gradle +++ b/build.gradle @@ -476,7 +476,7 @@ subprojects { dependency('org.sonarsource.orchestrator:sonar-orchestrator-junit5:4.9.0.1920') { exclude 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml' } - dependency 'com.sonarsource.pdfreport:security-report-pdf-generation:2.0.0.153' + dependency 'com.sonarsource.pdfreport:security-report-pdf-generation:2.0.0.165' dependency 'org.sonarsource.update-center:sonar-update-center-common:1.32.0.2441' dependency("org.springframework:spring-context:${springVersion}") { exclude 'commons-logging:commons-logging' |