Skip to content

Commit

Permalink
Bump spring-javaformat from 0.0.42 to 0.0.43 (#5452)
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]>
  • Loading branch information
dependabot[bot] and shakuzen authored Sep 2, 2024
1 parent 74a49cc commit e2a7796
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
/**
* Sources for netty/index.adoc
*/
public class NettyMetricsTests {
class NettyMetricsTests {

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

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ signalfx = "1.0.44"
slf4j = "1.7.36"
spectator-atlas = "1.7.19"
spring = "5.3.37"
spring-javaformat = "0.0.42"
spring-javaformat = "0.0.43"
testcontainers = "1.19.8"
tomcat = "8.5.100"
wavefront = "3.4.3"
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 e2a7796

Please sign in to comment.