Skip to content

Commit

Permalink
gradle(deps): bump org.semver4j:semver4j from 5.3.0 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps [org.semver4j:semver4j](https://github.com/semver4j/semver4j) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/semver4j/semver4j/releases)
- [Commits](semver4j/semver4j@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: org.semver4j:semver4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent a7e299a commit 7ce925b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion headlessmc-launcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
jarLibs group: 'org.ow2.asm', name: 'asm-tree', version: '9.7'
jarLibs group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
jarLibs group: 'dev.xdark', name: 'deencapsulation', version: '1.0'
jarLibs 'org.semver4j:semver4j:5.3.0'
jarLibs 'org.semver4j:semver4j:5.4.0'
jarLibs project(':headlessmc-jline')

includeJarInResources ('net.kunmc.lab:forgecli:1.2.0:all') {
Expand Down

0 comments on commit 7ce925b

Please sign in to comment.