Browse Source

Upgrade to Janino 3.1.12

Closes gh-45900
pull/45964/head
Andy Wilkinson 6 months ago
parent
commit
5b4b7f5ea9
  1. 2
      spring-boot-project/spring-boot-parent/build.gradle

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

@ -68,7 +68,7 @@ bom { @@ -68,7 +68,7 @@ bom {
]
}
}
library("Janino", "3.1.10") {
library("Janino", "3.1.12") {
group("org.codehaus.janino") {
bom("janino") {
permit("junit:junit")

Loading…
Cancel
Save