update net.opentsdb:opentsdb 2.3.2 to 2.4.1

This commit is contained in:
645775992 2022-10-12 18:16:27 +08:00
parent 127a963e3d
commit 2b7c571e82

View File

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
@ -25,7 +23,7 @@
<commons-io.version>2.4</commons-io.version> <commons-io.version>2.4</commons-io.version>
<!-- opentsdb --> <!-- opentsdb -->
<opentsdb.version>2.3.2</opentsdb.version> <opentsdb.version>2.4.1</opentsdb.version>
<!-- test --> <!-- test -->
<junit4.version>4.13.1</junit4.version> <junit4.version>4.13.1</junit4.version>