Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni0451 committed Jun 30, 2024
2 parents 2a0c0dd + f9baab0 commit 52080db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MCStructs-converter/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
api "com.google.code.gson:gson:2.10"
api "com.google.code.gson:gson:2.11.0"

api project(":MCStructs-nbt")
api project(":MCStructs-snbt")
Expand Down
2 changes: 1 addition & 1 deletion MCStructs-itemcomponents/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
api "com.google.code.gson:gson:2.10"
api "com.google.code.gson:gson:2.11.0"

api project(":MCStructs-converter")
api project(":MCStructs-core")
Expand Down
2 changes: 1 addition & 1 deletion MCStructs-text/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
api "com.google.code.gson:gson:2.10"
api "com.google.code.gson:gson:2.11.0"

api project(":MCStructs-core")
api project(":MCStructs-nbt")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ subprojects {
compileOnly "com.google.code.findbugs:jsr305:3.0.2"

testImplementation "com.google.code.findbugs:jsr305:3.0.2"
testImplementation(platform("org.junit:junit-bom:5.10.1"))
testImplementation(platform("org.junit:junit-bom:5.10.3"))
testImplementation "org.junit.jupiter:junit-jupiter"
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
}
Expand Down

0 comments on commit 52080db

Please sign in to comment.