Skip to content

Commit d60ddcc

Browse files
chore(deps): bump org.apache.maven.plugins:maven-plugin-plugin from 3.6.4 to 3.15.2 (#5110)
* chore(deps): bump org.apache.maven.plugins:maven-plugin-plugin --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-plugin-plugin dependency-version: 3.15.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix: add goalPrefix to swagger-maven-plugin-jakarta for maven-plugin-plugin 3.15.2 compatibility --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Damian Jankowski <damian.jankowski@smartbear.com>
1 parent cac981c commit d60ddcc

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

  • modules
    • swagger-eclipse-transformer-maven-plugin
    • swagger-maven-plugin
    • swagger-project-jakarta/modules/swagger-maven-plugin-jakarta

modules/swagger-eclipse-transformer-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>org.apache.maven.plugins</groupId>
3939
<artifactId>maven-plugin-plugin</artifactId>
40-
<version>3.6.4</version>
40+
<version>3.15.2</version>
4141
<configuration>
4242
<goalPrefix>transform</goalPrefix>
4343
</configuration>

modules/swagger-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<plugin>
3030
<groupId>org.apache.maven.plugins</groupId>
3131
<artifactId>maven-plugin-plugin</artifactId>
32-
<version>3.7.0</version>
32+
<version>3.15.2</version>
3333
</plugin>
3434
<plugin>
3535
<groupId>io.swagger.core.v3</groupId>

modules/swagger-project-jakarta/modules/swagger-maven-plugin-jakarta/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,11 @@
126126
<plugin>
127127
<groupId>org.apache.maven.plugins</groupId>
128128
<artifactId>maven-plugin-plugin</artifactId>
129-
<version>3.7.0</version>
129+
<version>3.15.2</version>
130130
<configuration>
131131
<!-- see http://jira.codehaus.org/browse/MNG-5346 -->
132132
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
133+
<goalPrefix>swagger</goalPrefix>
133134
</configuration>
134135
<executions>
135136
<execution>

0 commit comments

Comments
 (0)