Skip to content

Commit ea81336

Browse files
Bump io.spring.javaformat:spring-javaformat-checkstyle from 0.0.42 to 0.0.43 (#801)
* Bump io.spring.javaformat:spring-javaformat-checkstyle Bumps [io.spring.javaformat:spring-javaformat-checkstyle](https://github.com/spring-io/spring-javaformat) 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 ... Signed-off-by: dependabot[bot] <[email protected]> * Make test class package private instead of public --------- 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 3d26339 commit ea81336

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ testcontainers = "1.19.8"
2323
braveBom = "5.16.0"
2424
reactorBom = "2022.0.22"
2525
asmForPlugins = "7.3.1"
26-
javaFormatForPlugins = "0.0.42"
26+
javaFormatForPlugins = "0.0.43"
2727
jsr305 = "3.0.2"
2828
aspectjweaver = "1.9.22.1"
2929
spring = "5.3.39"

micrometer-tracing-bridges/micrometer-tracing-bridge-brave/src/test/java/io/micrometer/tracing/brave/bridge/BraveSpanTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
import static org.assertj.core.api.Assertions.assertThat;
2424

25-
public class BraveSpanTest {
25+
class BraveSpanTest {
2626

2727
TestSpanHandler handler = new TestSpanHandler();
2828

0 commit comments

Comments
 (0)