Skip to content

Commit 2a62883

Browse files
Bump the dependencies group across 1 directory with 2 updates
Bumps the dependencies group with 2 updates in the / directory: [io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex) and [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin). Updates `io.smallrye:jandex-maven-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/smallrye/jandex/releases) - [Changelog](https://github.com/smallrye/jandex/blob/main/RELEASE_PROCEDURE.md) - [Commits](smallrye/jandex@3.5.2...3.5.3) Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.1...maven-source-plugin-3.4.0) --- updated-dependencies: - dependency-name: io.smallrye:jandex-maven-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1332791 commit 2a62883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<surefire.plugin.version>3.1.2</surefire.plugin.version>
3232
<maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version>
3333
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
34-
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
34+
<maven-source-plugin.version>3.4.0</maven-source-plugin.version>
3535
<maven-release-plugin.version>3.2.0</maven-release-plugin.version>
3636
</properties>
3737
<name>Code Quarkus - Parent</name>
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>io.smallrye</groupId>
109109
<artifactId>jandex-maven-plugin</artifactId>
110-
<version>3.5.2</version>
110+
<version>3.5.3</version>
111111
</plugin>
112112
</plugins>
113113
</pluginManagement>

0 commit comments

Comments
 (0)