[bluetooth.generic] Upgrade Gson to 2.9.1 (#14092)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
Jacob Laursen 2022-12-29 20:57:41 +01:00 committed by GitHub
parent f8610bddb6
commit 1d54e9c078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<version>2.9.0</version> <version>2.9.1</version>
</dependency> </dependency>
</dependencies> </dependencies>