Skip to content

Commit 25d4cb2

Browse files
authored
Merge pull request #31 from RETIT/dependabot/maven/org.apache.maven.plugins-maven-dependency-plugin-3.8.0
Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.0
2 parents b882619 + e6f0db9 commit 25d4cb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

extension/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-dependency-plugin</artifactId>
126-
<version>3.7.1</version>
126+
<version>3.8.0</version>
127127
<executions>
128128
<execution>
129129
<id>copy-dependencies</id>
@@ -156,7 +156,7 @@
156156
<plugin>
157157
<groupId>org.apache.maven.plugins</groupId>
158158
<artifactId>maven-dependency-plugin</artifactId>
159-
<version>3.7.1</version>
159+
<version>3.8.0</version>
160160
<executions>
161161
<execution>
162162
<id>copy-otel-agent</id>

sampleapplication/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>org.apache.maven.plugins</groupId>
5353
<artifactId>maven-dependency-plugin</artifactId>
54-
<version>3.7.1</version>
54+
<version>3.8.0</version>
5555
<executions>
5656
<execution>
5757
<id>copy-opentelemetry</id>

0 commit comments

Comments
 (0)