Skip to content

Commit

Permalink
Bumped Opentracing web starter version to 3.0.1 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
davebarda authored Feb 20, 2020
1 parent c80aaf6 commit 3660481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions opentracing-spring-jaeger-web-starter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2018-2019 The OpenTracing Authors
Copyright 2018-2020 The OpenTracing Authors
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
in compliance with the License. You may obtain a copy of the License at
Expand All @@ -27,7 +27,7 @@

<properties>
<main.basedir>${project.basedir}/..</main.basedir>
<opentracing-spring-web-starter.version>2.1.0</opentracing-spring-web-starter.version>
<opentracing-spring-web-starter.version>3.0.1</opentracing-spring-web-starter.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<main.basedir>${project.basedir}</main.basedir>

<version.io.opentracing>0.32.0</version.io.opentracing>
<version.io.opentracing>0.33.0</version.io.opentracing>
<version.io.opentracing.contrib-opentracing-spring-tracer>0.2.0</version.io.opentracing.contrib-opentracing-spring-tracer>
<version.org.springframework.boot>2.1.4.RELEASE</version.org.springframework.boot>
<version.jaeger>1.1.0</version.jaeger>
Expand Down

0 comments on commit 3660481

Please sign in to comment.