3 Commits

Author SHA1 Message Date
bb9b52ee89 Update dependency com.maxmind.geoip2:geoip2 to v4.2.1 2024-09-20 15:01:00 +00:00
Lee
0bc614ce39 Merge pull request 'Update dependency com.influxdb:influxdb-client-java to v7.2.0' (#44) from renovate/com.influxdb-influxdb-client-java-7.x into master
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 2m36s
Reviewed-on: #44
2024-08-13 17:28:18 +00:00
07562eb94d Update dependency com.influxdb:influxdb-client-java to v7.2.0 2024-08-12 08:01:04 +00:00

View File

@ -146,7 +146,7 @@
<dependency> <dependency>
<groupId>com.influxdb</groupId> <groupId>com.influxdb</groupId>
<artifactId>influxdb-client-java</artifactId> <artifactId>influxdb-client-java</artifactId>
<version>7.1.0</version> <version>7.2.0</version>
</dependency> </dependency>
<!-- DNS Lookup --> <!-- DNS Lookup -->
@ -169,7 +169,7 @@
<dependency> <dependency>
<groupId>com.maxmind.geoip2</groupId> <groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId> <artifactId>geoip2</artifactId>
<version>4.2.0</version> <version>4.2.1</version>
</dependency> </dependency>
<!-- Archive Utilities --> <!-- Archive Utilities -->