Skip to content

Commit f6aa495

Browse files
Merge branch '1.0.x' into 1.1.x
2 parents b9b7344 + 9a9f94d commit f6aa495

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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

context-propagation/src/test/java/io/micrometer/context/integration/Slf4jThreadLocalAccessorTests.java

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

3030
import static org.assertj.core.api.Assertions.assertThat;
3131

32-
public class Slf4jThreadLocalAccessorTests {
32+
class Slf4jThreadLocalAccessorTests {
3333

3434
@Test
3535
void shouldCopyEntireMdcContentsToNewThread() throws InterruptedException {

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.7.0"
4-
javaFormatForPlugins = "0.0.42"
4+
javaFormatForPlugins = "0.0.43"
55
jsr305 = "3.0.2"
66
junit = "5.10.3"
77
slf4j = "2.0.16"

0 commit comments

Comments
 (0)