Skip to content

Commit

Permalink
Updated spring-boot-autoconfigure to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrosario committed Sep 26, 2024
1 parent 436629c commit 90341be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
exclude group: 'ch.qos.logback', module: 'logback-classic'
exclude group: 'ch.qos.logback', module: 'logback-core'
}
implementation('org.springframework.boot:spring-boot-autoconfigure:3.3.3')
implementation('org.springframework.boot:spring-boot-autoconfigure:3.3.4')
implementation('org.springframework:spring-core:6.1.13')
implementation 'info.picocli:picocli:4.7.6'
implementation "io.ktor:ktor-client-core-jvm:${ktor_version}"
Expand Down

0 comments on commit 90341be

Please sign in to comment.