aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCody Simms <141657208+cody-simms-sonarsource@users.noreply.github.com>2025-06-30 08:19:21 -0500
committersonartech <sonartech@sonarsource.com>2025-06-30 20:04:06 +0000
commit27c6900ec810fa0c062af3a46559f1ee5a3c0f55 (patch)
tree98e368e492cf30aed5a2b30c1ef2bd1192a3e79f
parent0524791a9f4939d0faccf1e60f97b84776d217b3 (diff)
downloadsonarqube-master.tar.gz
sonarqube-master.zip
SONAR-25401 Upgrade pdf generation library to version with MQR bugfixHEADmaster
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 3266993e2e4..f12d73e573c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -515,7 +515,7 @@ subprojects {
dependency('org.sonarsource.orchestrator:sonar-orchestrator-junit5:5.6.2.2625') {
exclude 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
}
- dependency 'com.sonarsource.pdfreport:security-report-pdf-generation:2.0.0.229'
+ dependency 'com.sonarsource.pdfreport:security-report-pdf-generation:2.0.0.232'
dependency 'com.sonarsource.fixsuggestions:ai-suggestions-shared:1.0.0.1312'
dependency 'org.sonarsource.update-center:sonar-update-center-common:1.35.0.2835'
dependency 'org.sonarsource.classloader:sonar-classloader:1.1.0.1059'