Skip to content

Commit 42c6614

Browse files
author
brunnert
committed
Merge branch 'main' into ferdinand-gutzy-add-data-to-spans
2 parents 9a1fece + 1891c55 commit 42c6614

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<plugin>
222222
<groupId>com.google.cloud.tools</groupId>
223223
<artifactId>jib-maven-plugin</artifactId>
224-
<version>3.4.0</version>
224+
<version>3.4.3</version>
225225
<configuration>
226226
<from>
227227
<image>busybox</image>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>io.opentelemetry</groupId>
3131
<artifactId>opentelemetry-bom</artifactId>
32-
<version>1.35.0</version>
32+
<version>1.40.0</version>
3333
<type>pom</type>
3434
<scope>import</scope>
3535
</dependency>
@@ -104,7 +104,7 @@
104104
<plugin>
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-wrapper-plugin</artifactId>
107-
<version>3.2.0</version>
107+
<version>3.3.2</version>
108108
</plugin>
109109

110110
<plugin>
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>com.github.spotbugs</groupId>
144144
<artifactId>spotbugs-maven-plugin</artifactId>
145-
<version>4.7.3.0</version>
145+
<version>4.8.6.2</version>
146146
<configuration>
147147
<excludeFilterFile>etc/spotbugs-exclusion-filter.xml</excludeFilterFile>
148148
</configuration>

sampleapplication/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>com.google.cloud.tools</groupId>
112112
<artifactId>jib-maven-plugin</artifactId>
113-
<version>3.4.0</version>
113+
<version>3.4.3</version>
114114
<configuration>
115115
<from>
116116
<image>openjdk:17-slim</image>

0 commit comments

Comments
 (0)