Skip to content

Commit 40a2663

Browse files
Merge pull request #12 from splitio/dependabot/maven/org.apache.maven.plugins-maven-clean-plugin-3.5.0
Bump org.apache.maven.plugins:maven-clean-plugin from 3.1.0 to 3.5.0
2 parents 25df6cc + fa2a240 commit 40a2663

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
version: 2
3+
4+
updates:
5+
- package-ecosystem: github-actions
6+
directory: "/"
7+
schedule:
8+
interval: daily
9+
- package-ecosystem: maven
10+
directory: "/"
11+
schedule:
12+
interval: daily
13+
open-pull-requests-limit: 4

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
7979
<plugin>
8080
<artifactId>maven-clean-plugin</artifactId>
81-
<version>3.1.0</version>
81+
<version>3.5.0</version>
8282
</plugin>
8383
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
8484
<plugin>

0 commit comments

Comments
 (0)