Skip to content

Commit

Permalink
Bump version (1.1.0) & update dependencies
Browse files Browse the repository at this point in the history
mongodb-driver-sync: 4.11.1 -> 5.0.0
annotation: 24.0.1 -> 24.1.0
  • Loading branch information
srnyx committed Apr 1, 2024
1 parent 4457846 commit 6fb3b59
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ plugins {
id("com.github.johnrengelman.shadow") version "8.1.1"
}

setupJava("xyz.srnyx", "1.0.0", "Common framework for srnyx's MongoDB management", JavaVersion.VERSION_1_8)
setupJava("xyz.srnyx", "1.1.0", "Common framework for srnyx's MongoDB management", JavaVersion.VERSION_1_8)

repositories.mavenCentral()
dependencies {
implementation("org.mongodb", "mongodb-driver-sync", "5.0.0")
compileOnly("org.jetbrains" , "annotations", "24.1.0")
}

setupPublishing(
artifactId = "magic-mongo",
url = "https://magic-mongo.srnyx.com",
licenses = listOf(LicenseData.MIT),
developers = listOf(DeveloperData.srnyx))

repositories.mavenCentral()
dependencies {
implementation("org.mongodb", "mongodb-driver-sync", "4.11.1")
compileOnly("org.jetbrains" , "annotations", "24.0.1")
}

0 comments on commit 6fb3b59

Please sign in to comment.