Skip to content

Commit 72b3f4b

Browse files
authored
Merge branch 'main' into dependabot/maven/junit-jupiter.version-5.12.0
Signed-off-by: Gregor Zeitlinger <[email protected]>
2 parents 9629742 + d97056a commit 72b3f4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<automatic.module.name>--module-name-need-to-be-overriden--</automatic.module.name>
2121
<guava.version>33.4.0-jre</guava.version>
2222
<junit-jupiter.version>5.12.0</junit-jupiter.version>
23-
<otel.instrumentation.version>2.13.1-alpha</otel.instrumentation.version>
23+
<otel.instrumentation.version>2.13.2-alpha</otel.instrumentation.version>
2424
<java.version>8</java.version>
2525
<jacoco.line-coverage>0.70</jacoco.line-coverage>
2626
<checkstyle.skip>false</checkstyle.skip>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>org.slf4j</groupId>
128128
<artifactId>slf4j-simple</artifactId>
129-
<version>2.0.16</version>
129+
<version>2.0.17</version>
130130
<scope>test</scope>
131131
</dependency>
132132
<dependency>
@@ -164,7 +164,7 @@
164164
</plugin>
165165
<plugin>
166166
<artifactId>maven-deploy-plugin</artifactId>
167-
<version>3.1.3</version>
167+
<version>3.1.4</version>
168168
</plugin>
169169
<plugin>
170170
<artifactId>maven-clean-plugin</artifactId>
@@ -396,7 +396,7 @@
396396
<plugin>
397397
<!-- maven-site-plugin 3.3 requires maven-project-info-reports-plugin < 3.0 -->
398398
<artifactId>maven-project-info-reports-plugin</artifactId>
399-
<version>3.8.0</version>
399+
<version>3.9.0</version>
400400
</plugin>
401401
<plugin>
402402
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)