Skip to content

Commit

Permalink
chore(weaver-upgrade): upgrading jfrog dependency versions
Browse files Browse the repository at this point in the history
Existing versions had missing downstream dependencies
Updated versions in Interop CorDapp and sample CorDapp

Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
  • Loading branch information
VRamakrishna committed Jul 22, 2024
1 parent 2f6d9b8 commit 816fb47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion weaver/core/network/corda-interop-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ buildscript {
plugins {
id 'java'
id 'org.jetbrains.dokka' version '0.10.1'
id "com.jfrog.artifactory" version "4.16.1"
id "com.jfrog.artifactory" version "5.2.3"
id "maven-publish"
}

Expand Down
2 changes: 1 addition & 1 deletion weaver/samples/corda/corda-simple-application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ buildscript {
}

plugins {
id "com.jfrog.artifactory" version "4.16.1"
id "com.jfrog.artifactory" version "5.2.3"
id "maven-publish"
id 'org.jetbrains.dokka' version '0.10.1'
}
Expand Down

0 comments on commit 816fb47

Please sign in to comment.