Skip to content

Commit

Permalink
Merge pull request #31 from spring-petclinic/dependabot/gradle/org.we…
Browse files Browse the repository at this point in the history
…bjars.npm-bootstrap-5.3.3

Bump org.webjars.npm:bootstrap from 5.1.3 to 5.3.3
  • Loading branch information
arey committed May 5, 2024
2 parents 99786e2 + bca120c commit 4fd839d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
}

// WebJars versions are also referenced in src/main/resources/templates/fragments/layout.html for resource URLs
val boostrapVersion = "5.1.3"
val boostrapVersion = "5.3.3"
val fontAwesomeVersion = "4.7.0"

tasks.withType<KotlinCompile> {
Expand Down

0 comments on commit 4fd839d

Please sign in to comment.