Update all non-major maven dependencies

This commit is contained in:
renovate[bot] 2024-11-04 23:28:56 +00:00 committed by GitHub
parent 8df913149e
commit 4538d76de9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
pom.xml
View File

@ -10,7 +10,7 @@
</parent>
<artifactId>exporter-limits</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>exporter-limits</name>
@ -76,12 +76,12 @@
<dependency>
<groupId>org.opensearch.client</groupId>
<artifactId>opensearch-rest-client</artifactId>
<version>2.7.0</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.opensearch.client</groupId>
<artifactId>opensearch-java</artifactId>
<version>2.4.0</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
@ -131,12 +131,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>3.0.0</version>
<version>3.2.0</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-filtering</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
</dependency>
</dependencies>
<configuration>