Update all minor and patch updates
This commit is contained in:
+7
-7
@@ -7,10 +7,10 @@ plugins {
|
||||
group = "be.seeseemelk"
|
||||
version = "1.0-SNAPSHOT"
|
||||
|
||||
val gdxVersion = "1.12.1"
|
||||
val slf4j = "2.0.17"
|
||||
val lombokVersion = "1.18.42"
|
||||
val avajeInjectVersion = "12.1"
|
||||
val gdxVersion = "1.14.0"
|
||||
val slf4j = "2.0.18"
|
||||
val lombokVersion = "1.18.46"
|
||||
val avajeInjectVersion = "12.5"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -28,21 +28,21 @@ dependencies {
|
||||
testAnnotationProcessor("org.projectlombok:lombok:${lombokVersion}")
|
||||
|
||||
// Dependency Injection
|
||||
implementation("io.avaje:avaje-config:4.1")
|
||||
implementation("io.avaje:avaje-config:4.4")
|
||||
implementation("io.avaje:avaje-inject:${avajeInjectVersion}")
|
||||
annotationProcessor("io.avaje:avaje-inject-generator:${avajeInjectVersion}")
|
||||
testImplementation("io.avaje:avaje-inject-test:${avajeInjectVersion}")
|
||||
testAnnotationProcessor("io.avaje:avaje-inject-generator:${avajeInjectVersion}")
|
||||
|
||||
// Parsing TOML files
|
||||
implementation("tools.jackson.dataformat:jackson-dataformat-toml:3.0.2")
|
||||
implementation("tools.jackson.dataformat:jackson-dataformat-toml:3.1.3")
|
||||
|
||||
// LibGDX
|
||||
api("com.badlogicgames.gdx:gdx:$gdxVersion")
|
||||
api("com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion")
|
||||
api("com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop")
|
||||
|
||||
testImplementation(platform("org.junit:junit-bom:5.10.0"))
|
||||
testImplementation(platform("org.junit:junit-bom:5.14.4"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user