Browse Source

Upgrade to FreeMarker 2.3.33

Closes gh-41067
pull/41083/head
Andy Wilkinson 2 years ago
parent
commit
d326afb5b6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -404,7 +404,7 @@ bom {
site("https://documentation.red-gate.com/flyway") site("https://documentation.red-gate.com/flyway")
} }
} }
library("FreeMarker", "2.3.32") { library("FreeMarker", "2.3.33") {
group("org.freemarker") { group("org.freemarker") {
modules = [ modules = [
"freemarker" "freemarker"

Loading…
Cancel
Save