Skip to content

Commit

Permalink
build(deps): bump the versions group with 2 updates (#43)
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.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) and [com.github.MockBukkit:MockBukkit](https://github.com/MockBukkit/MockBukkit).


Updates `org.xerial:sqlite-jdbc` from 3.46.1.0 to 3.46.1.3
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.46.1.0...3.46.1.3)

Updates `com.github.MockBukkit:MockBukkit` from 3.128.0 to 3.129.1
- [Commits](MockBukkit/MockBukkit@v3.128.0...v3.129.1)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  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 authored Sep 30, 2024
1 parent 71e6eba commit e4a5d4b
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=AstraMarket
makeevrserg.project.group=ru.astrainteractive.astramarket
makeevrserg.project.version.string=1.16.14
makeevrserg.project.version.string=1.16.15
makeevrserg.project.description=Market plugin for EmpireSMP
makeevrserg.project.developers=makeevrserg|Makeev Roman|[email protected]
makeevrserg.project.url=https://empireprojekt.ru
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin-json = "1.7.3" # https://github.com/Kotlin/kotlinx.serialization
kotlin-kaml = "0.61.0" # https://github.com/charleskorn/kaml

# Drivers
driver-jdbc = "3.46.1.0" # https://github.com/xerial/sqlite-jdbc
driver-jdbc = "3.46.1.3" # https://github.com/xerial/sqlite-jdbc
driver-mysql = "8.0.33" # https://github.com/mysql/mysql-connector-j

# klibs
Expand All @@ -22,7 +22,7 @@ minecraft-protocollib = "5.1.0" # https://github.com/dmulloy2/ProtocolLib
minecraft-vault = "1.7.1" # https://github.com/MilkBowl/VaultAPI
minecraft-astralibs = "3.14.1" # https://github.com/Astra-Interactive/AstraLibs
minecraft-bstats = "3.1.0" # https://github.com/Bastian/bStats
minecraft-mockbukkit = "3.128.0" #https://github.com/MockBukkit/MockBukkit
minecraft-mockbukkit = "3.129.1" #https://github.com/MockBukkit/MockBukkit

# Shadow
gradle-shadow = "7.1.2" # https://github.com/johnrengelman/shadow
Expand Down

0 comments on commit e4a5d4b

Please sign in to comment.