Skip to content

Commit 936c716

Browse files
dependabot[bot]shakuzen
authored andcommitted
Bump spring-javaformat from 0.0.42 to 0.0.43 (#5414)
* 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
1 parent bbb2b7d commit 936c716

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ signalfx = "1.0.45"
6767
slf4j = "1.7.36"
6868
spectator-atlas = "1.3.10"
6969
spring = "5.3.39"
70-
spring-javaformat = "0.0.42"
70+
spring-javaformat = "0.0.43"
7171
testcontainers = "1.19.8"
7272
tomcat = "8.5.100"
7373
wavefront = "3.0.4"

micrometer-core/src/test/java/io/micrometer/core/instrument/binder/jetty/JettyClientMetricsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import static java.util.concurrent.TimeUnit.SECONDS;
3939
import static org.assertj.core.api.Assertions.assertThat;
4040

41-
public class JettyClientMetricsTest {
41+
class JettyClientMetricsTest {
4242

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

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)