Skip to content

Commit 8d9bcc6

Browse files
Update Maven dependencies
1 parent 54a5583 commit 8d9bcc6

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

integration_test_suite/integration_tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<plugin>
127127
<groupId>org.apache.maven.plugins</groupId>
128128
<artifactId>maven-resources-plugin</artifactId>
129-
<version>3.4.0</version>
129+
<version>3.5.0</version>
130130
<configuration>
131131
<propertiesEncoding>${project.build.sourceEncoding}</propertiesEncoding>
132132
</configuration>

integration_test_suite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<plugins>
3535
<plugin>
3636
<artifactId>maven-shade-plugin</artifactId>
37-
<version>3.6.1</version>
37+
<version>3.6.2</version>
3838
</plugin>
3939
<plugin>
4040
<groupId>com.coderplus.maven.plugins</groupId>

jmx_prometheus_isolator_javaagent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<plugin>
3535
<groupId>org.apache.maven.plugins</groupId>
3636
<artifactId>maven-resources-plugin</artifactId>
37-
<version>3.4.0</version>
37+
<version>3.5.0</version>
3838
<configuration>
3939
<propertiesEncoding>${project.build.sourceEncoding}</propertiesEncoding>
4040
</configuration>
@@ -127,7 +127,7 @@
127127
<plugin>
128128
<groupId>org.apache.maven.plugins</groupId>
129129
<artifactId>maven-shade-plugin</artifactId>
130-
<version>3.6.1</version>
130+
<version>3.6.2</version>
131131
<executions>
132132
<execution>
133133
<phase>package</phase>

jmx_prometheus_javaagent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>org.apache.maven.plugins</groupId>
112112
<artifactId>maven-shade-plugin</artifactId>
113-
<version>3.6.1</version>
113+
<version>3.6.2</version>
114114
<executions>
115115
<execution>
116116
<phase>package</phase>

jmx_prometheus_standalone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-shade-plugin</artifactId>
101-
<version>3.6.1</version>
101+
<version>3.6.2</version>
102102
<executions>
103103
<execution>
104104
<phase>package</phase>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-shade-plugin</artifactId>
77-
<version>3.6.1</version>
77+
<version>3.6.2</version>
7878
<scope>compile</scope>
7979
</dependency>
8080
</dependencies>
@@ -88,7 +88,7 @@
8888
</plugin>
8989
<plugin>
9090
<artifactId>maven-resources-plugin</artifactId>
91-
<version>3.4.0</version>
91+
<version>3.5.0</version>
9292
</plugin>
9393
<plugin>
9494
<artifactId>maven-compiler-plugin</artifactId>
@@ -112,7 +112,7 @@
112112
</plugin>
113113
<plugin>
114114
<artifactId>maven-shade-plugin</artifactId>
115-
<version>3.6.1</version>
115+
<version>3.6.2</version>
116116
</plugin>
117117
<plugin>
118118
<artifactId>maven-failsafe-plugin</artifactId>

0 commit comments

Comments
 (0)