1 Commits

Author SHA1 Message Date
Renovate Bot
34da3b10cd fix(deps): update dependency com.google.code.gson:gson to v2.11.0 2024-12-18 14:09:59 +00:00
4 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<version>2.11.0</version>
<scope>compile</scope>
</dependency>
<dependency>

Binary file not shown.

View File

@ -51,7 +51,7 @@
"react-hook-form": "^7.51.3",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0",
"remote-mdx": "^0.0.8",
"remote-mdx": "^0.0.7",
"restfulmc-lib": "^1.1.4",
"shadcn-ui": "0.8.0",
"sharp": "^0.33.3",

View File

@ -107,7 +107,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<version>2.11.0</version>
<scope>compile</scope>
</dependency>
</dependencies>