Skip to content

Commit 9a9f94d

Browse files
Bump io.spring.javaformat:spring-javaformat-checkstyle from 0.0.42 to 0.0.43 (#276)
* 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 public tests package-private --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonatan Ivanov <[email protected]>
1 parent 8f1001c commit 9a9f94d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

context-propagation/src/test/java/io/micrometer/context/ContextRegistryTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* @author Rossen Stoyanchev
3131
*/
32-
public class ContextRegistryTests {
32+
class ContextRegistryTests {
3333

3434
private final ContextRegistry registry = new ContextRegistry();
3535

context-propagation/src/test/java/io/micrometer/context/DefaultContextSnapshotDepreactionTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* @author Rossen Stoyanchev
3737
*/
3838
@SuppressWarnings("deprecation")
39-
public class DefaultContextSnapshotDepreactionTests {
39+
class DefaultContextSnapshotDepreactionTests {
4040

4141
private final ContextRegistry registry = new ContextRegistry();
4242

context-propagation/src/test/java/io/micrometer/context/DefaultContextSnapshotTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* @author Rossen Stoyanchev
3636
* @author Dariusz Jędrzejczyk
3737
*/
38-
public class DefaultContextSnapshotTests {
38+
class DefaultContextSnapshotTests {
3939

4040
private final ContextRegistry registry = new ContextRegistry();
4141

context-propagation/src/test/java/io/micrometer/context/ScopedValueSnapshotTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*
3535
* @author Dariusz Jędrzejczyk
3636
*/
37-
public class ScopedValueSnapshotTests {
37+
class ScopedValueSnapshotTests {
3838

3939
private final ContextRegistry registry = new ContextRegistry();
4040

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
assertj = "3.24.2"
33
mockito = "5.5.0"
4-
javaFormatForPlugins = "0.0.42"
4+
javaFormatForPlugins = "0.0.43"
55
jsr305 = "3.0.2"
66
junit = "5.10.3"
77

0 commit comments

Comments
 (0)