-
Notifications
You must be signed in to change notification settings - Fork 60
Updated pom.xml by Safer #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -26,7 +26,7 @@ | |||||||||||||||||||||
<dependency> | ||||||||||||||||||||||
<groupId>org.apache.poi</groupId> | ||||||||||||||||||||||
<artifactId>poi-ooxml</artifactId> | ||||||||||||||||||||||
<version>[3.17,)</version> | ||||||||||||||||||||||
<version>5.4.1</version> | ||||||||||||||||||||||
</dependency> | ||||||||||||||||||||||
<dependency> | ||||||||||||||||||||||
<groupId>org.projectlombok</groupId> | ||||||||||||||||||||||
|
@@ -36,7 +36,7 @@ | |||||||||||||||||||||
<dependency> | ||||||||||||||||||||||
<groupId>org.apache.activemq</groupId> | ||||||||||||||||||||||
<artifactId>activemq-client</artifactId> | ||||||||||||||||||||||
<version>[5.15.9,)</version> | ||||||||||||||||||||||
<version>6.1.6</version> | ||||||||||||||||||||||
</dependency> | ||||||||||||||||||||||
<dependency> | ||||||||||||||||||||||
<groupId>javax.mail</groupId> | ||||||||||||||||||||||
|
@@ -46,7 +46,7 @@ | |||||||||||||||||||||
<dependency> | ||||||||||||||||||||||
<groupId>com.alibaba</groupId> | ||||||||||||||||||||||
<artifactId>fastjson</artifactId> | ||||||||||||||||||||||
<version>1.2.34</version> | ||||||||||||||||||||||
<version>1.2.83_noneautotype</version> | ||||||||||||||||||||||
</dependency> | ||||||||||||||||||||||
<dependency> | ||||||||||||||||||||||
<groupId>org.apache.geronimo.specs</groupId> | ||||||||||||||||||||||
|
@@ -57,12 +57,12 @@ | |||||||||||||||||||||
<dependency> | ||||||||||||||||||||||
<groupId>com.squareup.retrofit</groupId> | ||||||||||||||||||||||
<artifactId>converter-simplexml</artifactId> | ||||||||||||||||||||||
<version>1.6.1</version> | ||||||||||||||||||||||
<version>2.0.0-beta2</version> | ||||||||||||||||||||||
</dependency> | ||||||||||||||||||||||
Comment on lines
58
to
61
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Still using a beta Retrofit converter
-<version>2.0.0-beta2</version>
+<version>2.11.0</version> 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents
|
||||||||||||||||||||||
<dependency> | ||||||||||||||||||||||
<groupId>com.google.protobuf</groupId> | ||||||||||||||||||||||
<artifactId>protobuf-java</artifactId> | ||||||||||||||||||||||
<version>3.16.1</version> | ||||||||||||||||||||||
<version>3.25.5</version> | ||||||||||||||||||||||
</dependency> | ||||||||||||||||||||||
<dependency> | ||||||||||||||||||||||
<groupId>redis.clients</groupId> | ||||||||||||||||||||||
|
@@ -79,12 +79,12 @@ | |||||||||||||||||||||
<dependency> | ||||||||||||||||||||||
<groupId>org.redisson</groupId> | ||||||||||||||||||||||
<artifactId>redisson</artifactId> | ||||||||||||||||||||||
<version>3.5.3</version> | ||||||||||||||||||||||
<version>3.6.1</version> | ||||||||||||||||||||||
</dependency> | ||||||||||||||||||||||
Comment on lines
80
to
83
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Redisson 3.6.1 is old and vulnerable Latest stable is 3.29.x with multiple CVE fixes (ACL auth, DNS failover). Using 3.6.1 undermines the PR’s security goal. -<version>3.6.1</version>
+<version>3.29.0</version> 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents
|
||||||||||||||||||||||
<dependency> | ||||||||||||||||||||||
<groupId>commons-beanutils</groupId> | ||||||||||||||||||||||
<artifactId>commons-beanutils</artifactId> | ||||||||||||||||||||||
<version>1.9.4</version> | ||||||||||||||||||||||
<version>1.11.0</version> | ||||||||||||||||||||||
</dependency> | ||||||||||||||||||||||
Comment on lines
85
to
88
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Current lineage ends at 1.9.4 (patched for CVE-2019-10086). Build will fail to resolve. Use: -<version>1.11.0</version>
+<version>1.9.4</version> 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents
|
||||||||||||||||||||||
<dependency> | ||||||||||||||||||||||
<groupId>com.googlecode.concurrentlinkedhashmap</groupId> | ||||||||||||||||||||||
|
@@ -99,7 +99,7 @@ | |||||||||||||||||||||
<dependency> | ||||||||||||||||||||||
<groupId>com.alibaba</groupId> | ||||||||||||||||||||||
<artifactId>druid</artifactId> | ||||||||||||||||||||||
<version>1.2.4</version> | ||||||||||||||||||||||
<version>1.2.22</version> | ||||||||||||||||||||||
</dependency> | ||||||||||||||||||||||
<dependency> | ||||||||||||||||||||||
<groupId>io.protostuff</groupId> | ||||||||||||||||||||||
|
@@ -135,12 +135,12 @@ | |||||||||||||||||||||
<dependency> | ||||||||||||||||||||||
<groupId>com.esotericsoftware.yamlbeans</groupId> | ||||||||||||||||||||||
<artifactId>yamlbeans</artifactId> | ||||||||||||||||||||||
<version>1.15</version> | ||||||||||||||||||||||
<version>1.17</version> | ||||||||||||||||||||||
</dependency> | ||||||||||||||||||||||
<dependency> | ||||||||||||||||||||||
<groupId>mysql</groupId> | ||||||||||||||||||||||
<artifactId>mysql-connector-java</artifactId> | ||||||||||||||||||||||
<version>8.0.22</version> | ||||||||||||||||||||||
<version>8.0.31</version> | ||||||||||||||||||||||
</dependency> | ||||||||||||||||||||||
<dependency> | ||||||||||||||||||||||
<groupId>org.jetbrains</groupId> | ||||||||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ActiveMQ 5.x → 6.1.6 is a breaking change
activemq-client:6.x
moved to Jakarta JMS 3.0 namespaces (jakarta.jms.*
).If your code still imports
javax.jms.*
, it will not compile. Consider either:until the source is migrated.
🤖 Prompt for AI Agents