Skip to content

Commit

Permalink
build(deps): bump the versions group with 2 updates (#37)
Browse files Browse the repository at this point in the history
* build(deps): bump the versions group with 2 updates

Bumps the versions group with 2 updates: [org.bstats:bstats-bukkit](https://github.com/Bastian/bStats-Metrics) and [com.github.MockBukkit:MockBukkit](https://github.com/MockBukkit/MockBukkit).


Updates `org.bstats:bstats-bukkit` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/Bastian/bStats-Metrics/releases)
- [Commits](Bastian/bstats-metrics@v3.0.2...v3.0.3)

Updates `com.github.MockBukkit:MockBukkit` from 3.108.0 to 3.113.0
- [Commits](MockBukkit/MockBukkit@v3.108.0...v3.113.0)

---
updated-dependencies:
- dependency-name: org.bstats:bstats-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.github.MockBukkit:MockBukkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
...

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

* Update gradle.properties

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Makeev <[email protected]>
  • Loading branch information
dependabot[bot] and makeevrserg committed Aug 29, 2024
1 parent 2a92ad4 commit 756f252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ makeevrserg.java.ktarget=21
# Project
makeevrserg.project.name=AstraRating
makeevrserg.project.group=ru.astrainteractive.astrarating
makeevrserg.project.version.string=1.18.6
makeevrserg.project.version.string=1.18.7
makeevrserg.project.description=Rating plugin for EmpireProjekt
makeevrserg.project.developers=makeevrserg|Makeev Roman|[email protected]
makeevrserg.project.url=https://empireprojekt.ru
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ minecraft-papi = "2.11.6" # https://github.com/PlaceholderAPI/PlaceholderAPI
minecraft-protocollib = "5.1.0" # https://github.com/dmulloy2/ProtocolLib
minecraft-vault = "1.7.1" # https://github.com/MilkBowl/VaultAPI
minecraft-astralibs = "3.12.2" # https://github.com/Astra-Interactive/AstraLibs
minecraft-bstats = "3.0.2" # https://github.com/Bastian/bStats
minecraft-mockbukkit = "3.108.0" #https://github.com/MockBukkit/MockBukkit
minecraft-bstats = "3.0.3" # https://github.com/Bastian/bStats
minecraft-mockbukkit = "3.113.0" #https://github.com/MockBukkit/MockBukkit

# BuildConfig
gradle-buildconfig = "5.4.0" # https://github.com/gmazzo/gradle-buildconfig-plugin
Expand Down

0 comments on commit 756f252

Please sign in to comment.