Skip to content

Commit 9a1fece

Browse files
author
brunnert
committed
Merge main
2 parents 9e84dd2 + c2977f0 commit 9a1fece

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-dependency-plugin</artifactId>
147-
<version>3.6.0</version>
147+
<version>3.7.1</version>
148148
<executions>
149149
<execution>
150150
<id>copy-dependencies</id>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.junit.jupiter</groupId>
4646
<artifactId>junit-jupiter</artifactId>
47-
<version>5.10.2</version>
47+
<version>5.10.3</version>
4848
<scope>test</scope>
4949
</dependency>
5050

@@ -93,7 +93,7 @@
9393
</plugin>
9494
<plugin>
9595
<artifactId>maven-assembly-plugin</artifactId>
96-
<version>3.6.0</version>
96+
<version>3.7.1</version>
9797
</plugin>
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
@@ -131,7 +131,7 @@
131131
<plugin>
132132
<groupId>org.apache.maven.plugins</groupId>
133133
<artifactId>maven-pmd-plugin</artifactId>
134-
<version>3.19.0</version>
134+
<version>3.24.0</version>
135135
<configuration>
136136
<rulesets>
137137
<ruleset>etc/pmd-configuration.xml</ruleset>

sampleapplication/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>org.apache.maven.plugins</groupId>
4040
<artifactId>maven-shade-plugin</artifactId>
41-
<version>3.5.1</version>
41+
<version>3.6.0</version>
4242
<executions>
4343
<execution>
4444
<phase>package</phase>
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>org.apache.maven.plugins</groupId>
5353
<artifactId>maven-dependency-plugin</artifactId>
54-
<version>3.6.0</version>
54+
<version>3.7.1</version>
5555
<executions>
5656
<execution>
5757
<id>copy-opentelemetry</id>

0 commit comments

Comments
 (0)