1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-11-11 02:10:11 +01:00

Update build.gradle

This commit is contained in:
Anthony Stirling 2024-08-16 13:24:32 +01:00 committed by GitHub
parent 48bae227f6
commit fc762329a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ ext {
}
group = "stirling.software"
version = "0.28.0"
version = "0.28.1"
java {
// 17 is lowest but we support and recommend 21
@ -108,7 +108,7 @@ dependencies {
//security updates
implementation "ch.qos.logback:logback-classic:$logbackVersion"
implementation "ch.qos.logback:logback-core:$logbackVersion"
implementation "org.springframework:spring-webmvc:6.1.12"
implementation "org.springframework:spring-webmvc:6.1.9"
implementation("io.github.pixee:java-security-toolkit:1.2.0")