Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependency: Update all-major (major) #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Versions {
const val ETERNALCODE_COMMONS = "1.1.5"
const val MULTIFICATION = "1.2.1"

const val JETBRAINS_ANNOTATIONS = "24.1.0"
const val JETBRAINS_ANNOTATIONS = "26.0.2"

const val ADVENTURE_PLATFORM_BUKKIT = "4.3.4"
const val ADVENTURE_API = "4.18.0"
Expand All @@ -21,5 +21,5 @@ object Versions {
const val POSTGRESQL = "42.7.5"
const val H2 = "2.3.232"
const val ORMLITE = "6.1"
const val HIKARI_CP = "5.1.0"
const val HIKARI_CP = "6.2.1"
}
Loading