Skip to content

Commit 3a2b975

Browse files
WARNING: MAJOR (BREAKING) CHANGE: Update dependency org.codehaus.mojo:exec-maven-plugin to v3
1 parent 498e7b2 commit 3a2b975

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ccloud-observability/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<plugin>
128128
<groupId>org.codehaus.mojo</groupId>
129129
<artifactId>exec-maven-plugin</artifactId>
130-
<version>1.2.1</version>
130+
<version>3.6.3</version>
131131
<executions>
132132
<execution>
133133
<goals>

clients/cloud/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<plugin>
140140
<groupId>org.codehaus.mojo</groupId>
141141
<artifactId>exec-maven-plugin</artifactId>
142-
<version>1.2.1</version>
142+
<version>3.6.3</version>
143143
<executions>
144144
<execution>
145145
<goals>

0 commit comments

Comments
 (0)