Skip to content

Commit e6f0db9

Browse files
Bump org.apache.maven.plugins:maven-dependency-plugin
Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.7.1 to 3.8.0. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.7.1...maven-dependency-plugin-3.8.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 868d7cc commit e6f0db9

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)