We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16ab5d commit e12b00aCopy full SHA for e12b00a
build.gradle
@@ -113,7 +113,9 @@ dependencies {
113
implementation 'io.micronaut:micronaut-management'
114
//views
115
implementation 'io.micronaut.views:micronaut-views-handlebars'
116
-
+ // bump version to prevent security issue
117
+ runtimeOnly 'org.apache.commons:commons-lang3:3.18.0'
118
+ runtimeOnly "io.netty:netty-bom:4.2.4.Final"
119
}
120
121
application {
0 commit comments