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 DEPENDENCY-LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ List of third-party dependencies grouped by their license type.
* FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.2 - http://findbugs.sourceforge.net/)
* Google Guice - Core Library (com.google.inject:guice:4.2.1 - https://github.com/google/guice/guice)
* Graphite Integration for Metrics (io.dropwizard.metrics:metrics-graphite:4.2.36 - https://metrics.dropwizard.io/metrics-graphite)
* Gson (com.google.code.gson:gson:2.13.1 - https://github.com/google/gson)
* Gson (com.google.code.gson:gson:2.13.2 - https://github.com/google/gson)
* Guava: Google Core Libraries for Java (com.google.guava:guava:33.4.8-jre - https://github.com/google/guava)
* Guava InternalFutureFailureAccess and InternalFutures (com.google.guava:failureaccess:1.0.3 - https://github.com/google/guava/failureaccess)
* Guava ListenableFuture only (com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava - https://github.com/google/guava/listenablefuture)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ The license texts of these dependencies can be found in the licenses directory.
* error-prone annotations (com.google.errorprone:error_prone_annotations:2.41.0 - https://errorprone.info/error_prone_annotations)
* FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.2 - http://findbugs.sourceforge.net/)
* Graphite Integration for Metrics (io.dropwizard.metrics:metrics-graphite:4.2.36 - https://metrics.dropwizard.io/metrics-graphite)
* Gson (com.google.code.gson:gson:2.13.1 - https://github.com/google/gson)
* Gson (com.google.code.gson:gson:2.13.2 - https://github.com/google/gson)
* Guava: Google Core Libraries for Java (com.google.guava:guava:33.4.8-jre - https://github.com/google/guava)
* Guava InternalFutureFailureAccess and InternalFutures (com.google.guava:failureaccess:1.0.3 - https://github.com/google/guava/failureaccess)
* Guava ListenableFuture only (com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava - https://github.com/google/guava/listenablefuture)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<rocksdb-jni-version>10.2.1</rocksdb-jni-version>
<json-smart.version>2.6.0</json-smart.version>
<byte-buddy.version>1.17.7</byte-buddy.version>
<gson.version>2.13.1</gson.version>
<gson.version>2.13.2</gson.version>

<!-- see intellij profile below... This fixes an annoyance with intellij -->
<provided.scope>provided</provided.scope>
Expand Down