Skip to content

Commit e2a7796

Browse files
Bump spring-javaformat from 0.0.42 to 0.0.43 (#5452)
* 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]>
1 parent 74a49cc commit e2a7796

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/src/test/java/io/micrometer/docs/netty/NettyMetricsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
/**
4646
* Sources for netty/index.adoc
4747
*/
48-
public class NettyMetricsTests {
48+
class NettyMetricsTests {
4949

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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ signalfx = "1.0.44"
7171
slf4j = "1.7.36"
7272
spectator-atlas = "1.7.19"
7373
spring = "5.3.37"
74-
spring-javaformat = "0.0.42"
74+
spring-javaformat = "0.0.43"
7575
testcontainers = "1.19.8"
7676
tomcat = "8.5.100"
7777
wavefront = "3.4.3"

micrometer-test/src/main/java/io/micrometer/core/tck/DefaultLongTaskTimerTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@
3535
import static io.micrometer.core.instrument.MockClock.clock;
3636
import static org.assertj.core.api.Assertions.assertThat;
3737

38+
// Test class is public and in main code... by mistake?
39+
//CHECKSTYLE:OFF
3840
public class DefaultLongTaskTimerTest {
3941

42+
// CHECKSTYLE:ON
43+
4044
@Test
4145
@DisplayName("supports sending histograms of active task duration")
4246
void histogram() {

0 commit comments

Comments
 (0)