mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 11:23:10 +02:00
dep updates (#6058)
This commit is contained in:
+14
-10
@@ -2,13 +2,13 @@ plugins {
|
||||
id "java"
|
||||
id "jacoco"
|
||||
id "io.spring.dependency-management" version "1.1.7"
|
||||
id "org.springframework.boot" version "4.0.3"
|
||||
id "org.springframework.boot" version "4.0.5"
|
||||
id "org.springdoc.openapi-gradle-plugin" version "1.9.0"
|
||||
id "io.swagger.swaggerhub" version "1.3.2"
|
||||
id "com.diffplug.spotless" version "8.1.0"
|
||||
id "com.github.jk1.dependency-license-report" version "3.0.1"
|
||||
id "com.diffplug.spotless" version "8.4.0"
|
||||
id "com.github.jk1.dependency-license-report" version "3.1.1"
|
||||
//id "nebula.lint" version "19.0.3"
|
||||
id "org.sonarqube" version "7.2.2.6593"
|
||||
id "org.sonarqube" version "7.2.3.7755"
|
||||
}
|
||||
|
||||
import com.github.jk1.license.render.*
|
||||
@@ -20,17 +20,17 @@ import org.gradle.api.tasks.testing.Test
|
||||
import org.gradle.jvm.toolchain.JavaLanguageVersion
|
||||
|
||||
ext {
|
||||
springBootVersion = "4.0.3"
|
||||
springBootVersion = "4.0.5"
|
||||
pdfboxVersion = "3.0.7"
|
||||
imageioVersion = "3.13.1"
|
||||
lombokVersion = "1.18.42"
|
||||
lombokVersion = "1.18.44"
|
||||
bouncycastleVersion = "1.83"
|
||||
springSecuritySamlVersion = "7.0.2"
|
||||
springSecuritySamlVersion = "7.0.4"
|
||||
openSamlVersion = "5.2.1"
|
||||
commonmarkVersion = "0.27.1"
|
||||
commonmarkVersion = "0.28.0"
|
||||
googleJavaFormatVersion = "1.28.0"
|
||||
logback = "1.5.32"
|
||||
junitPlatformVersion = "1.12.2"
|
||||
// junit-platform-launcher version managed by Spring Boot BOM
|
||||
modernJavaVersion = 21
|
||||
}
|
||||
|
||||
@@ -198,6 +198,10 @@ subprojects {
|
||||
imports {
|
||||
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"
|
||||
}
|
||||
dependencies {
|
||||
// Override BOM-managed commons-lang3 for CVE-2025-48924 fix
|
||||
dependency 'org.apache.commons:commons-lang3:3.20.0'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -523,7 +527,7 @@ dependencies {
|
||||
}
|
||||
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher:$junitPlatformVersion"
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
|
||||
testImplementation platform("com.squareup.okhttp3:okhttp-bom:5.3.2")
|
||||
testImplementation "com.squareup.okhttp3:mockwebserver"
|
||||
|
||||
Reference in New Issue
Block a user