Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Bump update4j from 1.5.6 to 1.5.7 (#173)
Browse files Browse the repository at this point in the history
Bumps [update4j](https://github.com/update4j/update4j) from 1.5.6 to 1.5.7.
- [Release notes](https://github.com/update4j/update4j/releases)
- [Changelog](https://github.com/update4j/update4j/blob/master/CHANGELOG.md)
- [Commits](https://github.com/update4j/update4j/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Vinci <[email protected]>
  • Loading branch information
dependabot[bot] and andrewinci authored Apr 5, 2021
1 parent 30dca85 commit d7a3d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jar { manifest { attributes('Main-Class': 'insulator.BootstrapKt') } }
application { mainClassName ='insulator.BootstrapKt' }

dependencies {
implementation(group: 'org.update4j', name: 'update4j', version: "1.5.6")
implementation(group: 'org.update4j', name: 'update4j', version: "1.5.7")
implementation(group: 'org.jetbrains.kotlin', name: 'kotlin-reflect', version: '1.4.21')
}

0 comments on commit d7a3d0f

Please sign in to comment.