You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/11/17 09:33:54 UTC

[skywalking] branch alert-bug created (now cac009a)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch alert-bug
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at cac009a  Update joda lib to fix UTC 13/14 bug

This branch includes the following new commits:

     new cac009a  Update joda lib to fix UTC 13/14 bug

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: Update joda lib to fix UTC 13/14 bug

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch alert-bug
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit cac009a85dfd9d3e7f040236760344463a7ba59f
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun Nov 17 17:33:40 2019 +0800

    Update joda lib to fix UTC 13/14 bug
---
 apm-dist/release-docs/LICENSE | 2 +-
 oap-server/pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apm-dist/release-docs/LICENSE b/apm-dist/release-docs/LICENSE
index 81045f2..9e2186e 100755
--- a/apm-dist/release-docs/LICENSE
+++ b/apm-dist/release-docs/LICENSE
@@ -250,7 +250,7 @@ The text of each license is the standard Apache 2.0 license.
     LMAX Ltd.(disruptor) 3.3.6: https://github.com/LMAX-Exchange/disruptor , Apache 2.0
     Eclipse (Jetty) 3.3.6: https://www.eclipse.org/jetty/ , Apache 2.0 and Eclipse Public License 1.0
     SnakeYAML 1.18: http://www.snakeyaml.org , Apache 2.0
-    Joda-Time 2.9.9: http://www.joda.org/joda-time/ , Apache 2.0
+    Joda-Time 2.10.5: http://www.joda.org/joda-time/ , Apache 2.0
     Joda-Convert 1.2: http://www.joda.org/joda-convert/ , Apache 2.0
     Spring Framework 4.3.14.RELEASE: https://github.com/spring-projects/spring-framework, Apache 2.0
     Spring Boot 1.5.10: https://spring.io/, Apache 2.0
diff --git a/oap-server/pom.xml b/oap-server/pom.xml
index 4bf6109..d013ea2 100755
--- a/oap-server/pom.xml
+++ b/oap-server/pom.xml
@@ -63,7 +63,7 @@
         <commons-dbcp.version>1.4</commons-dbcp.version>
         <commons-io.version>2.6</commons-io.version>
         <elasticsearch.version>6.3.2</elasticsearch.version>
-        <joda-time.version>2.9.9</joda-time.version>
+        <joda-time.version>2.10.5</joda-time.version>
         <kubernetes.version>4.0.0</kubernetes.version>
         <hikaricp.version>3.1.0</hikaricp.version>
         <zipkin.version>2.9.1</zipkin.version>