Skip to content

Commit

Permalink
Merge branch 'dependabot-staging-spring33x' into spring33x-release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Sep 23, 2024
2 parents 955b484 + 09b9af2 commit a3416a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:
registries:
- central
schedule:
interval: "daily"
interval: "weekly"
target-branch: "dependabot-staging-main"
open-pull-requests-limit: 10
groups:
Expand All @@ -19,14 +19,14 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
target-branch: "dependabot-staging-main"
- package-ecosystem: "maven"
directory: "/"
registries:
- central
schedule:
interval: "daily"
interval: "weekly"
target-branch: "dependabot-staging-spring33x"
open-pull-requests-limit: 10
groups:
Expand All @@ -36,5 +36,5 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
target-branch: "dependabot-staging-spring33x"
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.0-M2</version>
<version>3.3.4</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -51,8 +51,8 @@
<maven-deploy-plugin.version>3.1.3</maven-deploy-plugin.version>
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
<maven-install-plugin.version>3.1.3</maven-install-plugin.version>
<maven-surefire-plugin.version>3.4.0</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.4.0</maven-failsafe-plugin.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.5.0</maven-failsafe-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<versions-maven-plugin.version>2.17.1</versions-maven-plugin.version>

Expand Down

0 comments on commit a3416a7

Please sign in to comment.