aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-22 04:59:38 +0000
committerGitHub <noreply@github.com>2023-05-22 04:59:38 +0000
commit9c6fa4ac3f5784dd1ea592451e9121fe35351dd0 (patch)
treed6f52a2bf0e732b1cecbd4d86fae4315b91a1160
parent1bc9cde40768a009987053d224f920c32185ad3c (diff)
downloadcbor-java-9c6fa4ac3f5784dd1ea592451e9121fe35351dd0.tar.gz
Bump maven-source-plugin from 3.2.1 to 3.3.0
Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.1 to 3.3.0. - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.2.1...maven-source-plugin-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1ed2c16..f973299 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <version>3.2.1</version>
+ <version>3.3.0</version>
<executions>
<execution>
<id>attach-sources</id>