Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE_binary
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ This product bundles ASM 9.2: a very small and fast Java bytecode manipulation f
which is available under the 3-Clause BSD License.
see licenses/asm.txt

This product bundles HdrHistogram 2.1.12: A High Dynamic Range (HDR) Histogram,
This product bundles HdrHistogram 2.2.2: A High Dynamic Range (HDR) Histogram,
which is available under the 2-Clause BSD License.
see licenses/HdrHistogram.txt

Expand Down
2 changes: 1 addition & 1 deletion licenses/HdrHistogram.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ the Author.
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.
THE POSSIBILITY OF SUCH DAMAGE.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<config.version>1.4.1</config.version>
<!-- when changing version also update version in LICENSE_binary -->
<hdrhistogram.version>2.1.12</hdrhistogram.version>
<hdrhistogram.version>2.2.2</hdrhistogram.version>
<metrics.version>4.1.18</metrics.version>
<netty.version>4.1.130.Final</netty.version>
<esri.version>1.2.1</esri.version>
Expand Down