Skip to content

Commit 31b5a52

Browse files
Bump the dependencies group across 1 directory with 4 updates (#69)
* Bump the dependencies group across 1 directory with 4 updates Bumps the dependencies group with 4 updates in the / directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot), [io.avaje:avaje-config](https://github.com/avaje/avaje-config), [com.auth0:java-jwt](https://github.com/auth0/java-jwt) and [com.spotify.fmt:fmt-maven-plugin](https://github.com/spotify/fmt-maven-plugin). Updates `org.springframework.boot:spring-boot-starter-parent` from 3.4.5 to 3.5.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.5...v3.5.5) Updates `io.avaje:avaje-config` from 4.0 to 4.1 - [Release notes](https://github.com/avaje/avaje-config/releases) - [Commits](avaje/avaje-config@4.0...4.1) Updates `com.auth0:java-jwt` from 4.4.0 to 4.5.0 - [Release notes](https://github.com/auth0/java-jwt/releases) - [Changelog](https://github.com/auth0/java-jwt/blob/master/CHANGELOG.md) - [Commits](auth0/java-jwt@4.4.0...4.5.0) Updates `com.spotify.fmt:fmt-maven-plugin` from 2.21 to 2.27 - [Release notes](https://github.com/spotify/fmt-maven-plugin/releases) - [Commits](spotify/fmt-maven-plugin@2.21...2.27.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-config dependency-version: '4.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.auth0:java-jwt dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.spotify.fmt:fmt-maven-plugin dependency-version: '2.27' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Update dependabot-merge.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josiah Noel <[email protected]>
1 parent 0ff0776 commit 31b5a52

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/dependabot-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
PR_URL: ${{github.event.pull_request.html_url}}
2222
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2323
- name: Enable auto-merge for Dependabot PRs
24-
run: gh pr merge --auto --merge "$PR_URL"
24+
run: gh pr merge --auto --squash "$PR_URL"
2525
env:
2626
PR_URL: ${{github.event.pull_request.html_url}}
2727
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.4.5</version>
9+
<version>3.5.5</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.mangasite</groupId>
@@ -38,12 +38,12 @@
3838
<dependency>
3939
<groupId>io.avaje</groupId>
4040
<artifactId>avaje-config</artifactId>
41-
<version>4.0</version>
41+
<version>4.1</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.auth0</groupId>
4545
<artifactId>java-jwt</artifactId>
46-
<version>4.4.0</version>
46+
<version>4.5.0</version>
4747
</dependency>
4848
<!-- Boot Dependencies -->
4949
<dependency>
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>com.spotify.fmt</groupId>
118118
<artifactId>fmt-maven-plugin</artifactId>
119-
<version>2.21</version>
119+
<version>2.27</version>
120120
<configuration>
121121
<skipSortingImports>true</skipSortingImports>
122122
</configuration>

0 commit comments

Comments
 (0)