1 Commits

Author SHA1 Message Date
Renovate Bot
f33954118b fix(deps): update dependency com.google.code.gson:gson to v2.11.0 2024-09-09 22:12:38 +00:00

View File

@ -134,7 +134,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.2</version>
<version>3.6.3</version>
<configuration>
<stylesheetfile>${project.basedir}/stylesheet/javadoc-stylesheet.css</stylesheetfile>
</configuration>
@ -187,7 +187,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>