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

cserwen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-exporter.git


The following commit(s) were added to refs/heads/master by this push:
     new 58099a1  [ISSUE #135] Upgrade to jackson-databind 2.13.5, fix high 
vulnerabilities (#136)
58099a1 is described below

commit 58099a1a3e4e046948eccd935346a1ce12ba5a74
Author: wangfan <42178996+ferr...@users.noreply.github.com>
AuthorDate: Wed Apr 26 18:05:38 2023 +0800

    [ISSUE #135] Upgrade to jackson-databind 2.13.5, fix high vulnerabilities 
(#136)
---
 pom.xml                            | 7 ++++++-
 src/main/resources/application.yml | 2 ++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 45393f3..7084b57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.1.2.RELEASE</version>
+        <version>2.7.11</version>
         <relativePath/> <!-- lookup parent from repository -->
     </parent>
     <groupId>org.apache</groupId>
@@ -55,6 +55,11 @@
             <artifactId>simpleclient</artifactId>
             <version>0.6.0</version>
         </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.12</version>
+        </dependency>
     </dependencies>
 
     <build>
diff --git a/src/main/resources/application.yml 
b/src/main/resources/application.yml
index 747b747..5294ea2 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,8 @@
 server:
   port: 5557
 spring:
+  main:
+    allow-circular-references: true
   application:
     name: rocketmq-exporter
   http:

Reply via email to