Skip to content

Commit

Permalink
Update dependencies for OpenTSDB#2262. More to update, this is the first
Browse files Browse the repository at this point in the history
step.
  • Loading branch information
manolama committed Dec 23, 2022
1 parent a82a4f8 commit 20ee3e5
Show file tree
Hide file tree
Showing 32 changed files with 26 additions and 24 deletions.
1 change: 1 addition & 0 deletions third_party/apache/commons-math3-3.6.1.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5b730d97e4e6368069de1983937c508e
4 changes: 2 additions & 2 deletions third_party/apache/include.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2011-2013 The OpenTSDB Authors.
# Copyright (C) 2011-2022 The OpenTSDB Authors.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
Expand All @@ -22,7 +22,7 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

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

Expand Down
1 change: 1 addition & 0 deletions third_party/gwt/gwt-dev-2.10.0.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
62a6cd6112c6a77aaba4df1f6afee060
1 change: 0 additions & 1 deletion third_party/gwt/gwt-dev-2.5.0.jar.md5

This file was deleted.

1 change: 1 addition & 0 deletions third_party/gwt/gwt-user-2.10.0.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3f990f29ac492ef6754d43927abfcc5f
1 change: 0 additions & 1 deletion third_party/gwt/gwt-user-2.5.0.jar.md5

This file was deleted.

2 changes: 1 addition & 1 deletion third_party/gwt/include.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this library. If not, see <http://www.gnu.org/licenses/>.

GWT_VERSION := 2.6.0
GWT_VERSION := 2.10.0

GWT_DEV_VERSION := $(GWT_VERSION)
GWT_DEV := third_party/gwt/gwt-dev-$(GWT_DEV_VERSION).jar
Expand Down
4 changes: 2 additions & 2 deletions third_party/jackson/include.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2011-2014 The OpenTSDB Authors.
# Copyright (C) 2011-2022 The OpenTSDB Authors.
#
# This library is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
Expand All @@ -13,7 +13,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this library. If not, see <http://www.gnu.org/licenses/>.

JACKSON_VERSION := 2.9.5
JACKSON_VERSION := 2.14.1

JACKSON_ANNOTATIONS_VERSION = $(JACKSON_VERSION)
JACKSON_ANNOTATIONS := third_party/jackson/jackson-annotations-$(JACKSON_ANNOTATIONS_VERSION).jar
Expand Down
1 change: 1 addition & 0 deletions third_party/jackson/jackson-annotations-2.14.1.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
da4742ba6aeb24bf1bd29382fd95647b
1 change: 0 additions & 1 deletion third_party/jackson/jackson-annotations-2.4.3.jar.md5

This file was deleted.

1 change: 1 addition & 0 deletions third_party/jackson/jackson-core-2.14.1.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f9604a5f31129cdb7db4bdec90111850
1 change: 0 additions & 1 deletion third_party/jackson/jackson-core-2.4.3.jar.md5

This file was deleted.

1 change: 1 addition & 0 deletions third_party/jackson/jackson-databind-2.14.1.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3e3e7aab8799ccc169b10f244e6fb5b4
1 change: 0 additions & 1 deletion third_party/jackson/jackson-databind-2.4.3.jar.md5

This file was deleted.

1 change: 1 addition & 0 deletions third_party/jexl/commons-logging-1.2.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
040b4b4d8eac886f6b4a2a3bd2f31b00
2 changes: 1 addition & 1 deletion third_party/jexl/include.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $(JEXL): $(JEXL).md5
THIRD_PARTY += $(JEXL)

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

Expand Down
2 changes: 1 addition & 1 deletion third_party/junit/include.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this library. If not, see <http://www.gnu.org/licenses/>.

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

Expand Down
1 change: 0 additions & 1 deletion third_party/junit/junit-4.10.jar.md5

This file was deleted.

1 change: 1 addition & 0 deletions third_party/junit/junit-4.13.2.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d98a9a02a99a9acd22d7653cbcc1f31f
6 changes: 3 additions & 3 deletions third_party/logback/include.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2015 The OpenTSDB Authors.
# Copyright (C) 2015-2022 The OpenTSDB Authors.
#
# This library is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
Expand All @@ -13,8 +13,8 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this library. If not, see <http://www.gnu.org/licenses/>.

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

LOGBACK_CLASSIC_VERSION := $(LOGBACK_VERSION)
LOGBACK_CLASSIC := third_party/logback/logback-classic-$(LOGBACK_CLASSIC_VERSION).jar
Expand Down
1 change: 0 additions & 1 deletion third_party/logback/logback-classic-1.0.13.jar.md5

This file was deleted.

1 change: 1 addition & 0 deletions third_party/logback/logback-classic-1.4.5.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9d6a0bfe0f105ddda17dc398134d2384
1 change: 0 additions & 1 deletion third_party/logback/logback-core-1.0.13.jar.md5

This file was deleted.

1 change: 1 addition & 0 deletions third_party/logback/logback-core-1.4.5.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
baf749c68aacc6d719f3ce3d7345af38
4 changes: 2 additions & 2 deletions third_party/mockito/include.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2015 The OpenTSDB Authors.
# Copyright (C) 2015-2022 The OpenTSDB Authors.
#
# This library is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
Expand All @@ -13,7 +13,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this library. If not, see <http://www.gnu.org/licenses/>.

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

Expand Down
1 change: 0 additions & 1 deletion third_party/mockito/mockito-1.9.0.jar.md5

This file was deleted.

1 change: 1 addition & 0 deletions third_party/mockito/mockito-core-1.10.19.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c1967f0a515c4b8155f62478ec823464
2 changes: 1 addition & 1 deletion third_party/slf4j/include.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this library. If not, see <http://www.gnu.org/licenses/>.

SLF4J_VERSION = 1.7.7
SLF4J_VERSION = 1.7.36


LOG4J_OVER_SLF4J_VERSION := $(SLF4J_VERSION)
Expand Down
1 change: 0 additions & 1 deletion third_party/slf4j/log4j-over-slf4j-1.7.2.jar.md5

This file was deleted.

1 change: 1 addition & 0 deletions third_party/slf4j/log4j-over-slf4j-1.7.36.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
84f330e9fc7173791d253773b3575a63
1 change: 0 additions & 1 deletion third_party/slf4j/slf4j-api-1.7.2.jar.md5

This file was deleted.

1 change: 1 addition & 0 deletions third_party/slf4j/slf4j-api-1.7.36.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
872da51f5de7f3923da4de871d57fd85

0 comments on commit 20ee3e5

Please sign in to comment.