@@ -2,7 +2,7 @@ plugins {
22 java
33 application
44 id(" com.gorylenko.gradle-git-properties" ) version " 2.5.7"
5- id(" com.install4j.gradle" ) version " 12.0.2 " apply false
5+ id(" com.install4j.gradle" ) version " 12.0.3 " apply false
66 id(" io.spring.dependency-management" ) version " 1.1.7"
77 kotlin(" jvm" )
88 kotlin(" plugin.lombok" ) version " 2.3.10"
@@ -59,13 +59,13 @@ dependencyManagement {
5959}
6060dependencies {
6161 // Spring Framework
62- implementation(" org.springframework:spring-context:7.0.4 " ){
62+ implementation(" org.springframework:spring-context:7.0.5 " ){
6363 exclude(group= " commons-logging" , module= " commons-logging" )
6464 }
6565 // Database
66- implementation(" org.springframework:spring-aop:7.0.4 " )
67- implementation(" org.springframework:spring-tx:7.0.4 " )
68- implementation(" org.springframework:spring-jdbc:7.0.4 " )
66+ implementation(" org.springframework:spring-aop:7.0.5 " )
67+ implementation(" org.springframework:spring-tx:7.0.5 " )
68+ implementation(" org.springframework:spring-jdbc:7.0.5 " )
6969 // Source: https://mvnrepository.com/artifact/org.aspectj/aspectjweaver
7070 implementation(" org.aspectj:aspectjweaver:1.9.25.1" )
7171 implementation(" org.xerial:sqlite-jdbc:3.51.2.0" )
@@ -138,7 +138,7 @@ dependencies {
138138 }
139139
140140 // Logging
141- implementation(" ch.qos.logback:logback-classic:1.5.31 " )
141+ implementation(" ch.qos.logback:logback-classic:1.5.32 " )
142142 implementation(" org.slf4j:jcl-over-slf4j:2.0.17" )
143143
144144 // Async utilities
@@ -179,7 +179,7 @@ dependencies {
179179 compileOnly(" org.eclipse.platform:org.eclipse.swt.win32.win32.x86_64:3.132.0" )
180180
181181 // install4j stuff
182- compileOnly(" com.install4j:install4j-runtime:12.0.2 " )
182+ compileOnly(" com.install4j:install4j-runtime:12.0.3 " )
183183
184184 implementation(platform(" io.sentry:sentry-bom:8.33.0" )) // import bom
185185 implementation(" io.sentry:sentry" )
0 commit comments