Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump commons-net:commons-net from 3.10.0 to 3.11.1 #15480

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloud-aws-cloudformation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation group: 'software.amazon.awssdk', name: 'cloudformation', version: awsSdkVersion

implementation group: 'org.freemarker', name: 'freemarker', version: freemarkerVersion
implementation group: 'commons-net', name: 'commons-net', version: '3.10.0'
implementation group: 'commons-net', name: 'commons-net', version: '3.11.1'

testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: springBootVersion
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-freemarker', version: springBootVersion
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation group: 'io.micrometer', name: 'micrometer-registry-prometheus', version: micrometerVersion
implementation group: 'io.github.mweirauch', name: 'micrometer-jvm-extras', version: microMeterJvmExtrasVersion
api group: 'commons-io', name: 'commons-io', version: apacheCommonsIoVersion
api group: 'commons-net', name: 'commons-net', version: '3.10.0'
api group: 'commons-net', name: 'commons-net', version: '3.11.1'
api group: 'org.apache.commons', name: 'commons-collections4', version: commonsCollections4Version
api group: 'com.google.guava', name: 'guava', version: guavaVersion
api group: 'com.google.code.gson', name: 'gson', version: gsonVersion
Expand Down
2 changes: 1 addition & 1 deletion core-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation group: 'io.swagger.core.v3', name: 'swagger-jaxrs2-jakarta', version: swaggerCoreVersion
implementation group: 'javax.xml.bind', name: 'jaxb-api', version: javaxXmlBindJaxbApiVersion
implementation group: 'commons-codec', name: 'commons-codec', version: commonsCodecVersion
implementation group: 'commons-net', name: 'commons-net', version: '3.10.0'
implementation group: 'commons-net', name: 'commons-net', version: '3.11.1'

implementation group: 'net.jodah', name: 'expiringmap', version: '0.5.11'
implementation group: 'org.glassfish.jersey.core', name: 'jersey-client', version: jerseyCoreVersion
Expand Down
2 changes: 1 addition & 1 deletion flow-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation group: 'org.glassfish.jersey.media', name: 'jersey-media-multipart', version: jerseyCoreVersion
implementation group: 'io.swagger.core.v3', name: 'swagger-jaxrs2-jakarta', version: swaggerCoreVersion
implementation group: 'commons-codec', name: 'commons-codec', version: commonsCodecVersion
implementation group: 'commons-net', name: 'commons-net', version: '3.10.0'
implementation group: 'commons-net', name: 'commons-net', version: '3.11.1'

implementation group: 'net.jodah', name: 'expiringmap', version: '0.5.11'
implementation group: 'org.glassfish.jersey.core', name: 'jersey-client', version: jerseyCoreVersion
Expand Down