Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion headlessmc-graalvm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation project(':headlessmc-java')
implementation project(':headlessmc-jline')
implementation project(':headlessmc-launcher')
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.2'
implementation 'me.tongfei:progressbar:0.9.5'
}

Expand Down
2 changes: 1 addition & 1 deletion headlessmc-java/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
api project(':headlessmc-api')
api project(':headlessmc-os')
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.2'
implementation 'org.apache.commons:commons-compress:1.28.0'
}
2 changes: 1 addition & 1 deletion headlessmc-launcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {

jarLibs group: 'org.ow2.asm', name: 'asm', version: '9.9'
jarLibs group: 'org.ow2.asm', name: 'asm-tree', version: '9.9'
jarLibs group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
jarLibs group: 'com.google.code.gson', name: 'gson', version: '2.13.2'
jarLibs group: 'dev.xdark', name: 'deencapsulation', version: '1.0'
jarLibs 'org.semver4j:semver4j:5.7.0'
jarLibs 'com.electronwill.night-config:toml:3.8.2'
Expand Down
Loading