Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent d5f466a commit 4978538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
id("com.github.johnrengelman.shadow") version "8.1.1" apply false

// The fabric-loom plugin must be defined in the root project for it to function properly.
id("fabric-loom") version "1.7.2" apply false
id("fabric-loom") version "1.7.3" apply false
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ apply(plugin = "kotlinx-serialization")

dependencies {
api(project(":unifiedmetrics-api"))
implementation("com.charleskorn.kaml:kaml:0.60.0")
implementation("com.charleskorn.kaml:kaml:0.61.0")
}

0 comments on commit 4978538

Please sign in to comment.