Skip to content

Commit ccec828

Browse files
build(deps-dev): bump com.diffplug.spotless:spotless-maven-plugin from 3.1.0 to 3.2.1 in /client-oauth-discovery-dui (#316)
* build(deps-dev): bump com.diffplug.spotless:spotless-maven-plugin Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 3.1.0 to 3.2.1. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@lib/3.1.0...maven/3.2.1) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.2.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * build: adjust --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Berezovskyi <andrew@berezovskyi.me>
1 parent f3738ae commit ccec828

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/maven-client.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths:
99
- '.github/workflows/**'
1010
- 'lyo-client-samples/**'
11+
- '**/pom.xml'
1112
schedule:
1213
- cron: "01 13 1-7 * 5" # catch SNAPSHOT breaking changes
1314
merge_group:

client-oauth-discovery-dui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<plugin>
161161
<groupId>com.diffplug.spotless</groupId>
162162
<artifactId>spotless-maven-plugin</artifactId>
163-
<version>3.1.0</version>
163+
<version>3.2.1</version>
164164
<executions>
165165
<execution>
166166
<id>auto-style</id>

0 commit comments

Comments
 (0)