Skip to content

Commit be8c7a8

Browse files
committed
Updates to plugins and dependencies
1 parent f1866ab commit be8c7a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id 'jacoco'
99
id 'com.google.cloud.tools.jib' version '2.4.0'
1010
id 'maven-publish'
11-
id 'com.github.spotbugs' version '4.4.3'
11+
id 'com.github.spotbugs' version '4.4.4'
1212
id 'info.solidsoft.pitest' version '1.5.1'
1313
}
1414

@@ -121,7 +121,7 @@ dependencies {
121121
implementation('com.lmax:disruptor:3.4.2')
122122
implementation('org.apache.httpcomponents:httpclient:4.5.12')
123123
implementation('io.projectreactor:reactor-core:3.3.7.RELEASE')
124-
implementation('io.projectreactor.netty:reactor-netty:0.9.8.RELEASE')
124+
implementation('io.projectreactor.netty:reactor-netty:0.9.9.RELEASE')
125125
implementation('io.micrometer:micrometer-registry-prometheus')
126126
testImplementation('io.projectreactor:reactor-test')
127127
testImplementation('org.assertj:assertj-core:3.16.1')

0 commit comments

Comments
 (0)