Skip to content

Commit 2ae8d22

Browse files
Update Maven dependencies (#1388)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 15bf097 commit 2ae8d22

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

collector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<plugin>
9090
<groupId>org.apache.maven.plugins</groupId>
9191
<artifactId>maven-compiler-plugin</artifactId>
92-
<version>3.14.1</version>
92+
<version>3.15.0</version>
9393
<configuration>
9494
<compilerArgument>-Xbootclasspath/a:${env.JAVA_HOME}/lib/</compilerArgument>
9595
<source>8</source>

integration_test_suite/integration_tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>ch.qos.logback</groupId>
6969
<artifactId>logback-classic</artifactId>
70-
<version>1.5.26</version>
70+
<version>1.5.27</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.testcontainers</groupId>
@@ -134,7 +134,7 @@
134134
<plugin>
135135
<groupId>org.apache.maven.plugins</groupId>
136136
<artifactId>maven-compiler-plugin</artifactId>
137-
<version>3.14.1</version>
137+
<version>3.15.0</version>
138138
<configuration>
139139
<compilerArgument>-Xbootclasspath/a:${env.JAVA_HOME}/lib/</compilerArgument>
140140
</configuration>

integration_test_suite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<plugin>
5353
<groupId>org.apache.maven.plugins</groupId>
5454
<artifactId>maven-compiler-plugin</artifactId>
55-
<version>3.14.1</version>
55+
<version>3.15.0</version>
5656
<configuration>
5757
<compilerArgument>-Xbootclasspath/a:${env.JAVA_HOME}/lib/</compilerArgument>
5858
</configuration>

jmx_prometheus_common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<plugin>
7777
<groupId>org.apache.maven.plugins</groupId>
7878
<artifactId>maven-compiler-plugin</artifactId>
79-
<version>3.14.1</version>
79+
<version>3.15.0</version>
8080
<configuration>
8181
<compilerArgument>-Xbootclasspath/a:${env.JAVA_HOME}/lib/</compilerArgument>
8282
</configuration>

jmx_prometheus_isolator_javaagent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-compiler-plugin</artifactId>
45-
<version>3.14.1</version>
45+
<version>3.15.0</version>
4646
<configuration>
4747
<compilerArgument>-Xbootclasspath/a:${env.JAVA_HOME}/lib/</compilerArgument>
4848
</configuration>

jmx_prometheus_javaagent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<plugin>
6161
<groupId>org.apache.maven.plugins</groupId>
6262
<artifactId>maven-compiler-plugin</artifactId>
63-
<version>3.14.1</version>
63+
<version>3.15.0</version>
6464
<configuration>
6565
<compilerArgument>-Xbootclasspath/a:${env.JAVA_HOME}/lib/</compilerArgument>
6666
</configuration>

jmx_prometheus_standalone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<plugin>
4949
<groupId>org.apache.maven.plugins</groupId>
5050
<artifactId>maven-compiler-plugin</artifactId>
51-
<version>3.14.1</version>
51+
<version>3.15.0</version>
5252
<configuration>
5353
<compilerArgument>-Xbootclasspath/a:${env.JAVA_HOME}/lib/</compilerArgument>
5454
</configuration>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</plugin>
9393
<plugin>
9494
<artifactId>maven-compiler-plugin</artifactId>
95-
<version>3.14.1</version>
95+
<version>3.15.0</version>
9696
</plugin>
9797
<plugin>
9898
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)