Skip to content

Commit 7f0cbe9

Browse files
authored
Merge pull request #108 from marko-bekhta/dep/update-plugin-versions
Update plugin versions / Add dependabot config
2 parents b038c78 + b5a51ac commit 7f0cbe9

2 files changed

Lines changed: 16 additions & 10 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "maven"
4+
directory: "/parent/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 20

parent/pom.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.apache.maven.plugins</groupId>
118118
<artifactId>maven-release-plugin</artifactId>
119-
<version>3.0.1</version>
119+
<version>3.1.1</version>
120120
<configuration>
121121
<mavenExecutorId>forked-path</mavenExecutorId>
122122
<useReleaseProfile>false</useReleaseProfile>
@@ -131,43 +131,42 @@
131131
<plugin>
132132
<groupId>org.apache.maven.plugins</groupId>
133133
<artifactId>maven-enforcer-plugin</artifactId>
134-
<version>3.4.1</version>
134+
<version>3.6.2</version>
135135
</plugin>
136136
<plugin>
137137
<groupId>org.apache.maven.plugins</groupId>
138138
<artifactId>maven-jar-plugin</artifactId>
139-
<version>3.3.0</version>
139+
<version>3.4.2</version>
140140
</plugin>
141141
<plugin>
142142
<groupId>org.apache.maven.plugins</groupId>
143143
<artifactId>maven-source-plugin</artifactId>
144-
<version>3.3.0</version>
144+
<version>3.3.1</version>
145145
</plugin>
146146
<plugin>
147147
<groupId>org.apache.maven.plugins</groupId>
148148
<artifactId>maven-javadoc-plugin</artifactId>
149-
<version>3.6.0</version>
149+
<version>3.12.0</version>
150150
</plugin>
151151
<plugin>
152152
<groupId>org.apache.maven.plugins</groupId>
153153
<artifactId>maven-gpg-plugin</artifactId>
154-
<!-- Older versions have issues with the gpg passphrase -->
155-
<version>3.1.0</version>
154+
<version>3.2.8</version>
156155
</plugin>
157156
<plugin>
158157
<groupId>org.cyclonedx</groupId>
159158
<artifactId>cyclonedx-maven-plugin</artifactId>
160-
<version>2.7.10</version>
159+
<version>2.9.1</version>
161160
</plugin>
162161
<plugin>
163162
<groupId>org.asciidoctor</groupId>
164163
<artifactId>asciidoctor-maven-plugin</artifactId>
165-
<version>2.2.4</version>
164+
<version>3.2.0</version>
166165
</plugin>
167166
<plugin>
168167
<groupId>org.apache.maven.plugins</groupId>
169168
<artifactId>maven-install-plugin</artifactId>
170-
<version>3.1.0</version>
169+
<version>3.1.4</version>
171170
</plugin>
172171
</plugins>
173172
</pluginManagement>

0 commit comments

Comments
 (0)