Skip to content

Commit

Permalink
Bump spring-javaformat from 0.0.42 to 0.0.43 (#5414)
Browse files Browse the repository at this point in the history
* Bump spring-javaformat from 0.0.42 to 0.0.43

Bumps `spring-javaformat` from 0.0.42 to 0.0.43.

Updates `io.spring.javaformat:spring-javaformat-checkstyle` from 0.0.42 to 0.0.43
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](spring-io/spring-javaformat@v0.0.42...v0.0.43)

Updates `io.spring.javaformat:spring-javaformat-gradle-plugin` from 0.0.42 to 0.0.43
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](spring-io/spring-javaformat@v0.0.42...v0.0.43)

---
updated-dependencies:
- dependency-name: io.spring.javaformat:spring-javaformat-checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.spring.javaformat:spring-javaformat-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix checkstyle violations

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tommy Ludwig <[email protected]>

(cherry picked from commit e2a7796)

Closes gh-5414
  • Loading branch information
dependabot[bot] authored and shakuzen committed Sep 3, 2024
1 parent bbb2b7d commit 936c716
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ signalfx = "1.0.45"
slf4j = "1.7.36"
spectator-atlas = "1.3.10"
spring = "5.3.39"
spring-javaformat = "0.0.42"
spring-javaformat = "0.0.43"
testcontainers = "1.19.8"
tomcat = "8.5.100"
wavefront = "3.0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import static java.util.concurrent.TimeUnit.SECONDS;
import static org.assertj.core.api.Assertions.assertThat;

public class JettyClientMetricsTest {
class JettyClientMetricsTest {

private SimpleMeterRegistry registry = new SimpleMeterRegistry(SimpleConfig.DEFAULT, new MockClock());

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@
import static io.micrometer.core.instrument.MockClock.clock;
import static org.assertj.core.api.Assertions.assertThat;

// Test class is public and in main code... by mistake?
//CHECKSTYLE:OFF
public class DefaultLongTaskTimerTest {

// CHECKSTYLE:ON

@Test
@DisplayName("supports sending histograms of active task duration")
void histogram() {
Expand Down

0 comments on commit 936c716

Please sign in to comment.