File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ dependencies {
5959 implementation(" gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.18" )
6060 implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.8" )
6161 implementation(" org.apache.httpcomponents:httpclient:4.5.14" )
62- implementation(" com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.0.2 " )
62+ implementation(" com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.1 " )
6363 implementation(" org.owasp:dependency-check-gradle:12.1.3" )
6464 implementation(" ru.vyarus:gradle-animalsniffer-plugin:2.0.1" )
6565 implementation(" org.spdx:spdx-gradle-plugin:0.9.0" )
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ abstract class NettyAlignmentRule : ComponentMetadataRule {
143143 with (ctx.details) {
144144 if (id.group == " io.netty" && id.name != " netty" ) {
145145 if (id.version.startsWith(" 4.1." )) {
146- belongsTo(" io.netty:netty-bom:4.1.122 .Final" , false )
146+ belongsTo(" io.netty:netty-bom:4.1.123 .Final" , false )
147147 } else if (id.version.startsWith(" 4.0." )) {
148148 belongsTo(" io.netty:netty-bom:4.0.56.Final" , false )
149149 }
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins {
2020 // ./gradlew :smoke-tests:images:servlet:buildLinuxTestImages pushMatrix -PsmokeTestServer=jetty
2121 // ./gradlew :smoke-tests:images:servlet:buildWindowsTestImages pushMatrix -PsmokeTestServer=jetty
2222 id(" com.bmuschko.docker-remote-api" ) version " 9.4.0" apply false
23- id(" com.gradle.develocity" ) version " 4.0.2 "
23+ id(" com.gradle.develocity" ) version " 4.1 "
2424}
2525
2626dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments