Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent b179d0d commit 20ac315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {

dependencies {
implementation("org.vineflower:vineflower:1.10.1")
implementation("com.github.javaparser:javaparser-symbol-solver-core:3.26.2")
implementation("com.github.javaparser:javaparser-symbol-solver-core:3.26.3")
}

unimined.minecraft {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spark = "me.lucko:spark-common:1.10.119-SNAPSHOT"
ollama4j = "io.github.ollama4j:ollama4j:1.0.90"
immutables = "org.immutables:value:2.10.1 "
javax-annotations = "javax.annotation:javax.annotation-api:1.3.2"
junit = "org.junit.jupiter:junit-jupiter:5.11.3"
junit = "org.junit.jupiter:junit-jupiter:5.11.4"

[bundles]
bom = ["netty-bom", "armeria-bom", "protobuf-bom"]
Expand Down

0 comments on commit 20ac315

Please sign in to comment.