Skip to content

Commit ce6d494

Browse files
committed
Fix for #4086: downgrade com.jfrog.artifactory to 5.1.10
Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
1 parent b28f909 commit ce6d494

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ updates:
4646
- dependency-name: "biz.aQute.bnd.builder"
4747
versions:
4848
- "[7.a, 8]"
49+
# artifactory: don't upgrade above 5.1.10 as it breaks the toolchain
50+
# languageVersion setting
51+
- dependency-name: "com.jfrog.artifactory"
52+
versions:
53+
- "[5.1.11, 7]"
4954
- package-ecosystem: "github-actions"
5055
directory: ".github/workflows"
5156
schedule:

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ testng = { module = "org.testng:testng", version.ref = "testng" }
8383
throwingFunction = { module = "com.pivovarit:throwing-function", version.ref = "throwingFunction" }
8484

8585
[plugins]
86-
artifactory = { id = "com.jfrog.artifactory", version = "6.0.1" }
86+
artifactory = { id = "com.jfrog.artifactory", version = "5.1.10" }
8787
bnd = { id = "biz.aQute.bnd.builder", version = "6.4.0" }
8888
download = { id = "de.undercouch.download", version = "5.6.0" }
8989
japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.6" }

0 commit comments

Comments
 (0)