Skip to content

Commit

Permalink
Merge pull request #217 from bwRavencl/dependabot/gradle/com.google.c…
Browse files Browse the repository at this point in the history
…ode.gson-gson-2.11.0

build(deps): bump com.google.code.gson:gson from 2.10.1 to 2.11.0
  • Loading branch information
bwRavencl authored May 20, 2024
2 parents 6eeffa5 + cf0ef02 commit a84fcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ dependencies {
implementation("com.github.hypfvieh:dbus-java-transport-native-unixsocket:$dbusJavaVersion") { exclude group: 'org.slf4j', module: 'slf4j-api' }
implementation('org.hid4java:hid4java:0.8.0') { exclude module: 'jna' }
implementation 'com.xenoamess:JXInput:1.0.1'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'io.github.classgraph:classgraph:4.8.172'
implementation "net.java.dev.jna:jna-jpms:$jnaVersion"
implementation "net.java.dev.jna:jna-platform-jpms:$jnaVersion"
Expand Down

0 comments on commit a84fcee

Please sign in to comment.