File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 144
144
<plugin >
145
145
<groupId >org.apache.maven.plugins</groupId >
146
146
<artifactId >maven-dependency-plugin</artifactId >
147
- <version >3.6.0 </version >
147
+ <version >3.7.1 </version >
148
148
<executions >
149
149
<execution >
150
150
<id >copy-dependencies</id >
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >org.junit.jupiter</groupId >
46
46
<artifactId >junit-jupiter</artifactId >
47
- <version >5.10.2 </version >
47
+ <version >5.10.3 </version >
48
48
<scope >test</scope >
49
49
</dependency >
50
50
93
93
</plugin >
94
94
<plugin >
95
95
<artifactId >maven-assembly-plugin</artifactId >
96
- <version >3.6.0 </version >
96
+ <version >3.7.1 </version >
97
97
</plugin >
98
98
<plugin >
99
99
<groupId >org.apache.maven.plugins</groupId >
131
131
<plugin >
132
132
<groupId >org.apache.maven.plugins</groupId >
133
133
<artifactId >maven-pmd-plugin</artifactId >
134
- <version >3.19 .0</version >
134
+ <version >3.24 .0</version >
135
135
<configuration >
136
136
<rulesets >
137
137
<ruleset >etc/pmd-configuration.xml</ruleset >
Original file line number Diff line number Diff line change 38
38
<plugin >
39
39
<groupId >org.apache.maven.plugins</groupId >
40
40
<artifactId >maven-shade-plugin</artifactId >
41
- <version >3.5.1 </version >
41
+ <version >3.6.0 </version >
42
42
<executions >
43
43
<execution >
44
44
<phase >package</phase >
51
51
<plugin >
52
52
<groupId >org.apache.maven.plugins</groupId >
53
53
<artifactId >maven-dependency-plugin</artifactId >
54
- <version >3.6.0 </version >
54
+ <version >3.7.1 </version >
55
55
<executions >
56
56
<execution >
57
57
<id >copy-opentelemetry</id >
You can’t perform that action at this time.
0 commit comments