Skip to content

Commit cb29341

Browse files
chore(deps): update dependency org.codehaus.mojo:buildnumber-maven-plugin to v3.3.0
1 parent 0c2f1b7 commit cb29341

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sorald-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<!-- creates the build number (git commit hash) that is later attached to the manifest -->
8484
<groupId>org.codehaus.mojo</groupId>
8585
<artifactId>buildnumber-maven-plugin</artifactId>
86-
<version>3.2.1</version>
86+
<version>3.3.0</version>
8787
<executions>
8888
<execution>
8989
<phase>validate</phase>

sorald/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<!-- creates the build number (git commit hash) that is later attached to the manifest -->
164164
<groupId>org.codehaus.mojo</groupId>
165165
<artifactId>buildnumber-maven-plugin</artifactId>
166-
<version>3.2.1</version>
166+
<version>3.3.0</version>
167167
<executions>
168168
<execution>
169169
<phase>validate</phase>

0 commit comments

Comments
 (0)