Skip to content

Commit 20ee3e5

Browse files
committed
Update dependencies for OpenTSDB#2262. More to update, this is the first
step.
1 parent a82a4f8 commit 20ee3e5

32 files changed

+26
-24
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5b730d97e4e6368069de1983937c508e

third_party/apache/include.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2011-2013 The OpenTSDB Authors.
1+
# Copyright (C) 2011-2022 The OpenTSDB Authors.
22
#
33
# Redistribution and use in source and binary forms, with or without
44
# modification, are permitted provided that the following conditions are met:
@@ -22,7 +22,7 @@
2222
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2323
# POSSIBILITY OF SUCH DAMAGE.
2424

25-
APACHE_MATH_VERSION := 3.4.1
25+
APACHE_MATH_VERSION := 3.6.1
2626
APACHE_MATH := third_party/apache/commons-math3-$(APACHE_MATH_VERSION).jar
2727
APACHE_MATH_BASE_URL := https://repo1.maven.org/maven2/org/apache/commons/commons-math3/$(APACHE_MATH_VERSION)
2828

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
62a6cd6112c6a77aaba4df1f6afee060

third_party/gwt/gwt-dev-2.5.0.jar.md5

-1
This file was deleted.
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3f990f29ac492ef6754d43927abfcc5f

third_party/gwt/gwt-user-2.5.0.jar.md5

-1
This file was deleted.

third_party/gwt/include.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# You should have received a copy of the GNU Lesser General Public License
1414
# along with this library. If not, see <http://www.gnu.org/licenses/>.
1515

16-
GWT_VERSION := 2.6.0
16+
GWT_VERSION := 2.10.0
1717

1818
GWT_DEV_VERSION := $(GWT_VERSION)
1919
GWT_DEV := third_party/gwt/gwt-dev-$(GWT_DEV_VERSION).jar

third_party/jackson/include.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2011-2014 The OpenTSDB Authors.
1+
# Copyright (C) 2011-2022 The OpenTSDB Authors.
22
#
33
# This library is free software: you can redistribute it and/or modify it
44
# under the terms of the GNU Lesser General Public License as published
@@ -13,7 +13,7 @@
1313
# You should have received a copy of the GNU Lesser General Public License
1414
# along with this library. If not, see <http://www.gnu.org/licenses/>.
1515

16-
JACKSON_VERSION := 2.9.5
16+
JACKSON_VERSION := 2.14.1
1717

1818
JACKSON_ANNOTATIONS_VERSION = $(JACKSON_VERSION)
1919
JACKSON_ANNOTATIONS := third_party/jackson/jackson-annotations-$(JACKSON_ANNOTATIONS_VERSION).jar
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
da4742ba6aeb24bf1bd29382fd95647b

third_party/jackson/jackson-annotations-2.4.3.jar.md5

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f9604a5f31129cdb7db4bdec90111850

third_party/jackson/jackson-core-2.4.3.jar.md5

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3e3e7aab8799ccc169b10f244e6fb5b4

third_party/jackson/jackson-databind-2.4.3.jar.md5

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
040b4b4d8eac886f6b4a2a3bd2f31b00

third_party/jexl/include.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $(JEXL): $(JEXL).md5
2323
THIRD_PARTY += $(JEXL)
2424

2525
# In here as Jexl depends on it and no one else (for now, I hope)
26-
COMMONS_LOGGING_VERSION := 1.1.1
26+
COMMONS_LOGGING_VERSION := 1.2
2727
COMMONS_LOGGING := third_party/jexl/commons-logging-$(COMMONS_LOGGING_VERSION).jar
2828
COMMONS_LOGGING_BASE_URL := https://repo1.maven.org/maven2/commons-logging/commons-logging/$(COMMONS_LOGGING_VERSION)
2929

third_party/junit/include.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# You should have received a copy of the GNU Lesser General Public License
1414
# along with this library. If not, see <http://www.gnu.org/licenses/>.
1515

16-
JUNIT_VERSION := 4.11
16+
JUNIT_VERSION := 4.13.2
1717
JUNIT := third_party/junit/junit-$(JUNIT_VERSION).jar
1818
JUNIT_BASE_URL := https://repo1.maven.org/maven2/junit/junit/$(JUNIT_VERSION)
1919

third_party/junit/junit-4.10.jar.md5

-1
This file was deleted.
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d98a9a02a99a9acd22d7653cbcc1f31f

third_party/logback/include.mk

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015 The OpenTSDB Authors.
1+
# Copyright (C) 2015-2022 The OpenTSDB Authors.
22
#
33
# This library is free software: you can redistribute it and/or modify it
44
# under the terms of the GNU Lesser General Public License as published
@@ -13,8 +13,8 @@
1313
# You should have received a copy of the GNU Lesser General Public License
1414
# along with this library. If not, see <http://www.gnu.org/licenses/>.
1515

16-
https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.9/logback-classic-1.2.9.jar
17-
LOGBACK_VERSION := 1.2.9
16+
https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.5/logback-classic-1.4.5.jar
17+
LOGBACK_VERSION := 1.4.5
1818

1919
LOGBACK_CLASSIC_VERSION := $(LOGBACK_VERSION)
2020
LOGBACK_CLASSIC := third_party/logback/logback-classic-$(LOGBACK_CLASSIC_VERSION).jar

third_party/logback/logback-classic-1.0.13.jar.md5

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9d6a0bfe0f105ddda17dc398134d2384

third_party/logback/logback-core-1.0.13.jar.md5

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
baf749c68aacc6d719f3ce3d7345af38

third_party/mockito/include.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015 The OpenTSDB Authors.
1+
# Copyright (C) 2015-2022 The OpenTSDB Authors.
22
#
33
# This library is free software: you can redistribute it and/or modify it
44
# under the terms of the GNU Lesser General Public License as published
@@ -13,7 +13,7 @@
1313
# You should have received a copy of the GNU Lesser General Public License
1414
# along with this library. If not, see <http://www.gnu.org/licenses/>.
1515

16-
MOCKITO_VERSION := 1.9.5
16+
MOCKITO_VERSION := 1.10.19
1717
MOCKITO := third_party/mockito/mockito-core-$(MOCKITO_VERSION).jar
1818
MOCKITO_BASE_URL := https://repo1.maven.org/maven2/org/mockito/mockito-core/$(MOCKITO_VERSION)
1919

third_party/mockito/mockito-1.9.0.jar.md5

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c1967f0a515c4b8155f62478ec823464

third_party/slf4j/include.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# You should have received a copy of the GNU Lesser General Public License
1414
# along with this library. If not, see <http://www.gnu.org/licenses/>.
1515

16-
SLF4J_VERSION = 1.7.7
16+
SLF4J_VERSION = 1.7.36
1717

1818

1919
LOG4J_OVER_SLF4J_VERSION := $(SLF4J_VERSION)

third_party/slf4j/log4j-over-slf4j-1.7.2.jar.md5

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
84f330e9fc7173791d253773b3575a63

third_party/slf4j/slf4j-api-1.7.2.jar.md5

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
872da51f5de7f3923da4de871d57fd85

0 commit comments

Comments
 (0)