Skip to content

Commit

Permalink
Bump org.vividus:vividus-bom from 0.6.13 to 0.6.14 (#200)
Browse files Browse the repository at this point in the history
Bumps org.vividus:vividus-bom from 0.6.13 to 0.6.14.

---
updated-dependencies:
- dependency-name: org.vividus:vividus-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent ae30446 commit 94d83fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext.buildSystemPath = "${System.env.VIVIDUS_BUILD_SYSTEM_HOME?:buildSystemRootDi
apply from: "${buildSystemPath}/vividus-test-project.gradle"

dependencies {
implementation platform(group: 'org.vividus', name: 'vividus-bom', version: '0.6.13')
implementation platform(group: 'org.vividus', name: 'vividus-bom', version: '0.6.14')
implementation(group: 'org.vividus', name: 'vividus')
implementation(group: 'org.vividus', name: 'vividus-plugin-electron')
implementation(group: 'org.vividus', name: 'vividus-plugin-rest-api')
Expand Down

0 comments on commit 94d83fb

Please sign in to comment.