Skip to content

Commit 7835e8d

Browse files
Bump com.diffplug.spotless from 7.1.0 to 8.2.0 in /backend (#9407)
* Bump com.diffplug.spotless from 7.1.0 to 8.2.0 in /backend Bumps com.diffplug.spotless from 7.1.0 to 8.2.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fixing format to pass linting --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David McClatchey <david@skylight.digital>
1 parent dbfc658 commit 7835e8d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
id 'jacoco'
1414
id 'org.sonarqube' version '5.1.0.4882'
1515
id 'com.gorylenko.gradle-git-properties' version '2.5.3'
16-
id "com.diffplug.spotless" version "7.1.0"
16+
id "com.diffplug.spotless" version "8.2.0"
1717
}
1818

1919
group = 'gov.cdc.usds'

backend/src/main/java/gov/cdc/usds/simplereport/db/repository/PersonRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public interface PersonRepository extends EternalAuditedEntityRepository<Person>
5757
WHERE p.organization = :organization
5858
AND p.isDeleted = :isDeleted
5959
AND (p.piiDeleted IS NULL OR p.piiDeleted = FALSE)
60-
""")
60+
""")
6161
List<Person> findAllByOrganizationAndIsDeleted(
6262
@Param("organization") Organization organization,
6363
@Param("isDeleted") boolean isDeleted,

0 commit comments

Comments
 (0)