Skip to content

Commit 4ff1679

Browse files
authored
Merge branch 'main' into dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.6.2
2 parents f065241 + 7f771ce commit 4ff1679

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cds-feature-advanced-event-mesh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.junit.jupiter</groupId>
7070
<artifactId>junit-jupiter</artifactId>
71-
<version>5.13.4</version>
71+
<version>6.0.0</version>
7272
<scope>test</scope>
7373
</dependency>
7474

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>org.junit.jupiter</groupId>
112112
<artifactId>junit-jupiter</artifactId>
113-
<version>5.13.4</version>
113+
<version>6.0.0</version>
114114
<scope>test</scope>
115115
</dependency>
116116

@@ -187,7 +187,7 @@
187187
<plugin>
188188
<groupId>org.sonatype.central</groupId>
189189
<artifactId>central-publishing-maven-plugin</artifactId>
190-
<version>0.8.0</version>
190+
<version>0.9.0</version>
191191
<extensions>true</extensions>
192192
</plugin>
193193
</plugins>
@@ -200,7 +200,7 @@
200200
</plugin>
201201
<plugin>
202202
<artifactId>maven-compiler-plugin</artifactId>
203-
<version>3.14.0</version>
203+
<version>3.14.1</version>
204204
</plugin>
205205
<plugin>
206206
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)