Skip to content

Commit 737140c

Browse files
chore(deps): Bump com.diffplug.spotless from 5.11.1 to 5.14.1 (#151)
Bumps com.diffplug.spotless from 5.11.1 to 5.14.1. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=com.diffplug.spotless&package-manager=gradle&previous-version=5.11.1&new-version=5.14.1)](https://dependabot.com/compatibility-score/?dependency-name=com.diffplug.spotless&package-manager=gradle&previous-version=5.11.1&new-version=5.14.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
1 parent fa15516 commit 737140c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
id("org.jetbrains.kotlin.jvm") version "$kotlinVersion"
1515
id('java-library')
1616
id("org.jetbrains.dokka") version "1.4.30"
17-
id("com.diffplug.spotless") version "5.11.1"
17+
id("com.diffplug.spotless") version "5.14.1"
1818
id('jacoco')
1919
id("com.google.protobuf") version "$protobufGradleVersion"
2020
id('idea')

0 commit comments

Comments
 (0)