Skip to content

Commit 2d68b85

Browse files
Update Maven dependencies
1 parent ec49403 commit 2d68b85

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

collector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
<plugin>
195195
<groupId>org.apache.maven.plugins</groupId>
196196
<artifactId>maven-source-plugin</artifactId>
197-
<version>3.3.1</version>
197+
<version>3.4.0</version>
198198
<executions>
199199
<execution>
200200
<id>attach-sources</id>

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.3.1</version>
129+
<version>3.4.0</version>
130130
<configuration>
131131
<propertiesEncoding>${project.build.sourceEncoding}</propertiesEncoding>
132132
</configuration>

jmx_prometheus_isolator_javaagent/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.1</version>
37+
<version>3.4.0</version>
3838
<configuration>
3939
<propertiesEncoding>${project.build.sourceEncoding}</propertiesEncoding>
4040
</configuration>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
</plugin>
8989
<plugin>
9090
<artifactId>maven-resources-plugin</artifactId>
91-
<version>3.3.1</version>
91+
<version>3.4.0</version>
9292
</plugin>
9393
<plugin>
9494
<artifactId>maven-compiler-plugin</artifactId>
@@ -136,15 +136,15 @@
136136
</plugin>
137137
<plugin>
138138
<artifactId>maven-source-plugin</artifactId>
139-
<version>3.3.1</version>
139+
<version>3.4.0</version>
140140
</plugin>
141141
<plugin>
142142
<artifactId>maven-enforcer-plugin</artifactId>
143143
<version>3.6.2</version>
144144
</plugin>
145145
<plugin>
146146
<artifactId>maven-assembly-plugin</artifactId>
147-
<version>3.7.1</version>
147+
<version>3.8.0</version>
148148
</plugin>
149149
<plugin>
150150
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)