Skip to content

Commit

Permalink
Update Spring Boot to latest patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
aegan123 committed Dec 31, 2024
1 parent 3646f85 commit 4aa1c5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.2.2'
id 'io.spring.dependency-management' version '1.1.4'
id "org.springdoc.openapi-gradle-plugin" version "1.7.0"
id 'org.springframework.boot' version '3.2.11'
id 'io.spring.dependency-management' version '1.1.6'
id "org.springdoc.openapi-gradle-plugin" version "1.9.0"
id "com.github.node-gradle.node" version "7.0.2"
id "com.diffplug.spotless" version "6.25.0"
id 'idea' // comment out if you don't use IntelliJ IDEA
Expand Down

0 comments on commit 4aa1c5f

Please sign in to comment.