Skip to content

Commit f9d1a78

Browse files
Merge pull request wiremock#2394 from wiremock/dependabot/gradle/io.netty-netty-all-4.1.98.Final
Bump io.netty:netty-all from 4.1.97.Final to 4.1.98.Final
2 parents cd729a7 + 10bb4c1 commit f9d1a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ dependencies {
131131
exclude group: 'org.slf4j', module: 'slf4j-api'
132132
exclude group: 'io.netty', module: 'netty-all'
133133
}
134-
testImplementation "io.netty:netty-all:4.1.97.Final"
134+
testImplementation "io.netty:netty-all:4.1.98.Final"
135135

136136
testImplementation files('test-extension/test-extension.jar')
137137

0 commit comments

Comments
 (0)