Skip to content

Commit dab5089

Browse files
authored
Bump to Spring Boot 2 and OpenTracing 0.33 (#10)
1 parent e0df698 commit dab5089

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060

6161
<!-- spring-boot-starter-parent is a module of spring-boot-dependencies
6262
https://github.com/spring-projects/spring-boot/blob/master/spring-boot-starters/spring-boot-starter-parent/pom.xml -->
63-
<version.org.springframework.boot>1.5.12.RELEASE</version.org.springframework.boot>
64-
<version.io.opentracing.contrib-opentracing-tracerresolver>0.1.6</version.io.opentracing.contrib-opentracing-tracerresolver>
65-
<version.io.opentracing>0.32.0</version.io.opentracing>
63+
<version.org.springframework.boot>2.1.6.RELEASE</version.org.springframework.boot>
64+
<version.io.opentracing.contrib-opentracing-tracerresolver>0.1.8</version.io.opentracing.contrib-opentracing-tracerresolver>
65+
<version.io.opentracing>0.33.0</version.io.opentracing>
6666
<version.junit>4.12</version.junit>
6767

6868
<!-- plugins -->

0 commit comments

Comments
 (0)