Update build.gradle
This commit is contained in:
parent
48bae227f6
commit
fc762329a8
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ ext {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "stirling.software"
|
group = "stirling.software"
|
||||||
version = "0.28.0"
|
version = "0.28.1"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
// 17 is lowest but we support and recommend 21
|
// 17 is lowest but we support and recommend 21
|
||||||
|
@ -108,7 +108,7 @@ dependencies {
|
||||||
//security updates
|
//security updates
|
||||||
implementation "ch.qos.logback:logback-classic:$logbackVersion"
|
implementation "ch.qos.logback:logback-classic:$logbackVersion"
|
||||||
implementation "ch.qos.logback:logback-core:$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")
|
implementation("io.github.pixee:java-security-toolkit:1.2.0")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue