File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 221
221
<plugin >
222
222
<groupId >com.google.cloud.tools</groupId >
223
223
<artifactId >jib-maven-plugin</artifactId >
224
- <version >3.4.0 </version >
224
+ <version >3.4.3 </version >
225
225
<configuration >
226
226
<from >
227
227
<image >busybox</image >
Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >io.opentelemetry</groupId >
31
31
<artifactId >opentelemetry-bom</artifactId >
32
- <version >1.35 .0</version >
32
+ <version >1.40 .0</version >
33
33
<type >pom</type >
34
34
<scope >import</scope >
35
35
</dependency >
104
104
<plugin >
105
105
<groupId >org.apache.maven.plugins</groupId >
106
106
<artifactId >maven-wrapper-plugin</artifactId >
107
- <version >3.2.0 </version >
107
+ <version >3.3.2 </version >
108
108
</plugin >
109
109
110
110
<plugin >
142
142
<plugin >
143
143
<groupId >com.github.spotbugs</groupId >
144
144
<artifactId >spotbugs-maven-plugin</artifactId >
145
- <version >4.7.3.0 </version >
145
+ <version >4.8.6.2 </version >
146
146
<configuration >
147
147
<excludeFilterFile >etc/spotbugs-exclusion-filter.xml</excludeFilterFile >
148
148
</configuration >
Original file line number Diff line number Diff line change 110
110
<plugin >
111
111
<groupId >com.google.cloud.tools</groupId >
112
112
<artifactId >jib-maven-plugin</artifactId >
113
- <version >3.4.0 </version >
113
+ <version >3.4.3 </version >
114
114
<configuration >
115
115
<from >
116
116
<image >openjdk:17-slim</image >
You can’t perform that action at this time.
0 commit comments