Skip to content

Commit

Permalink
Merged branch '3.0.x' into '4.0.x'.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <[email protected]>
  • Loading branch information
sbordet committed Oct 17, 2023
2 parents 08d8e8f + 41cca09 commit eccbb9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@ updates:
- dependency-name: "org.springframework:*"
versions: [ ">=6.0.0" ]

- package-ecosystem: "maven"
directory: "/"
open-pull-requests-limit: 50
target-branch: "3.0.x"
schedule:
interval: "daily"
ignore:
- dependency-name: "org.eclipse.jetty:*"
versions: [ ">=12.0.0" ]
- dependency-name: "org.springframework:*"
versions: [ ">=6.0.0" ]

- package-ecosystem: "maven"
directory: "/"
open-pull-requests-limit: 50
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
Expand Down

0 comments on commit eccbb9f

Please sign in to comment.