From 45101696e97d1380a4df4bbf471a5f67f3d34c39 Mon Sep 17 00:00:00 2001 From: Violeta Georgieva Date: Fri, 7 Feb 2025 11:17:39 +0200 Subject: [PATCH] Bump com.gradleup.shadow to version 8.3.6 Signed-off-by: Violeta Georgieva --- build.gradle | 2 +- reactor-netty-core/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index a7b9557c16..ce846459de 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ plugins { id 'com.google.osdetector' version '1.7.3' id 'org.gradle.test-retry' version '1.6.2' id 'io.spring.nohttp' version '0.0.11' - id 'com.github.johnrengelman.shadow' version '8.1.1' apply false + id 'com.gradleup.shadow' version '8.3.6' apply false //we now need version of Artifactory gradle plugin deployed on Maven Central, see above id 'me.champeau.gradle.japicmp' version '0.4.5' apply false id 'de.undercouch.download' version '5.6.0' apply false diff --git a/reactor-netty-core/build.gradle b/reactor-netty-core/build.gradle index a330bf0b7b..d46adb91eb 100644 --- a/reactor-netty-core/build.gradle +++ b/reactor-netty-core/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2024 VMware, Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2025 VMware, Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ import me.champeau.gradle.japicmp.JapicmpTask apply plugin: 'java-test-fixtures' apply plugin: 'io.spring.javadoc' -apply plugin: 'com.github.johnrengelman.shadow' +apply plugin: 'com.gradleup.shadow' apply plugin: 'me.champeau.gradle.japicmp' apply plugin: 'de.undercouch.download' apply plugin: 'biz.aQute.bnd.builder'