Skip to content

Commit b32e174

Browse files
Upgrade to Micrometer Tracing 1.6.0-M3.
See #2655
1 parent 67292e2 commit b32e174

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

parent/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<!--
54
@@ -126,7 +125,7 @@
126125
<logback>1.5.12</logback>
127126
<microbenchmark>1.0.0-RC1</microbenchmark>
128127
<micrometer>1.16.0-M2</micrometer>
129-
<micrometer-tracing>1.6.0-M2</micrometer-tracing>
128+
<micrometer-tracing>1.6.0-M3</micrometer-tracing>
130129
<mockito>5.19.0</mockito>
131130
<mockk>1.14.5</mockk>
132131
<nullaway>0.12.4</nullaway>
@@ -1616,4 +1615,4 @@
16161615
</repository>
16171616
</repositories>
16181617

1619-
</project>
1618+
</project>

0 commit comments

Comments
 (0)