Browse Source

Upgrade to Janino 3.1.11

Closes gh-38802
pull/38821/head
Andy Wilkinson 2 years ago
parent
commit
da7cb2ad1b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -606,7 +606,7 @@ bom {
] ]
} }
} }
library("Janino", "3.1.10") { library("Janino", "3.1.11") {
group("org.codehaus.janino") { group("org.codehaus.janino") {
modules = [ modules = [
"commons-compiler", "commons-compiler",

Loading…
Cancel
Save