Skip to content

Commit

Permalink
[PF-2983]: Bump com.diffplug.spotless from 6.25.0 to 7.0.2 (#219)
Browse files Browse the repository at this point in the history
* [PF-2983]: Bump com.diffplug.spotless from 6.25.0 to 7.0.2

Bumps com.diffplug.spotless from 6.25.0 to 7.0.2.

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update test.yml

* Update develop-push.yml

* apply spotless lint after updating the spotless bump

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dvoet <dvoet@users.noreply.github.com>
Co-authored-by: Phil Shapiro <pshapiro@broadinstitute.org>
Co-authored-by: Jose Soto <jsoto@broadinstitute.org>
  • Loading branch information
4 people authored Feb 3, 2025
1 parent 0376494 commit 6a433fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'java-library'
id 'maven-publish'

id 'com.diffplug.spotless' version '6.25.0'
id 'com.diffplug.spotless' version '7.0.2'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'com.jfrog.artifactory' version '5.2.5'
id 'org.sonarqube' version '6.0.1.5171'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public static ErrorReportException create(String messagePrefix, ApiException api
return new SamConflictException(message, apiException);
case HttpStatus.SC_INTERNAL_SERVER_ERROR:
return new SamInternalServerErrorException(message, apiException);
// note that SAM does not use a 501 NOT_IMPLEMENTED status code, so that case is skipped
// here
// note that SAM does not use a 501 NOT_IMPLEMENTED status code, so that case is skipped
// here
default:
logger.warn("Got an unexpected response code from Sam: " + apiException);
return new SamInternalServerErrorException(message, apiException);
Expand Down

0 comments on commit 6a433fa

Please sign in to comment.