Skip to content

Commit

Permalink
Update Spring Boot version and format HTML in ng-web
Browse files Browse the repository at this point in the history
This commit updates the Spring Boot plugin version from 3.3.3 to 3.3.4 in build.gradle and formats the HTML in ng-web/src/index.html for better readability without changing its functionality.
  • Loading branch information
vnobo committed Sep 25, 2024
1 parent 9bd39e4 commit cadc17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.springframework.boot" version "3.3.3" apply false
id "org.springframework.boot" version "3.3.4" apply false
id 'io.spring.dependency-management' version '1.1.6' apply false
id 'org.graalvm.buildtools.native' version '0.10.2' apply false
}
Expand Down Expand Up @@ -88,7 +88,7 @@ configure(subprojects - project(":boot")) { project ->
implementation("com.google.guava:guava:33.+")
implementation("com.github.f4b6a3:ulid-creator:5.+")

implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springframework.boot:spring-boot-starter-validation")

implementation("org.springframework.boot:spring-boot-starter-log4j2")
Expand Down

0 comments on commit cadc17b

Please sign in to comment.