Skip to content

Commit e12b00a

Browse files
committed
Bump security updates
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent d16ab5d commit e12b00a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ dependencies {
113113
implementation 'io.micronaut:micronaut-management'
114114
//views
115115
implementation 'io.micronaut.views:micronaut-views-handlebars'
116-
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"
117119
}
118120

119121
application {

0 commit comments

Comments
 (0)