Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
- MariaDB Client 2.7.0 -> 2.7.4
- Gson 2.8.6 -> 2.8.8
- influxdb-java 2.20 -> 2.22
- log4j-core 2.13.3 -> 2.14.1
- spotbugs 4.1.4 -> 4.4.0
  • Loading branch information
hibo98 committed Oct 21, 2021
1 parent 60165ae commit 62c9c11
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>2.7.0</version>
<version>2.7.4</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<version>2.8.8</version>
</dependency>
<dependency>
<groupId>org.influxdb</groupId>
<artifactId>influxdb-java</artifactId>
<version>2.20</version>
<version>2.22</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.3</version>
<version>2.14.1</version>
</dependency>
</dependencies>
<properties>
Expand Down Expand Up @@ -78,13 +78,13 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.1.4</version>
<version>4.3.0</version>
<dependencies>
<!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs -->
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.1.4</version>
<version>4.4.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 62c9c11

Please sign in to comment.