5 Commits

View File

@ -122,7 +122,7 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.3.1</version>
<version>5.4.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@ -133,7 +133,7 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-spring-boot-starter-jakarta</artifactId>
<version>7.13.0</version>
<version>7.14.0</version>
</dependency>
<!-- InfluxDB Metrics -->
@ -146,7 +146,7 @@
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-java</artifactId>
<version>7.1.0</version>
<version>7.2.0</version>
</dependency>
<!-- DNS Lookup -->