Skip to content

Commit

Permalink
bump JDOM to 2.0.6.1 - fixes CVE-2021-33813
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Dec 8, 2021
1 parent 427ed7b commit 78c4fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpos/libraries.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
libraries = [
jdom: 'org.jdom:jdom2:2.0.6',
jdom: 'org.jdom:jdom2:2.0.6.1',
jdbm: 'jdbm:jdbm:1.0',
sleepycat_je: 'com.sleepycat:je:18.3.12',
commons_cli: 'commons-cli:commons-cli:1.4',
Expand Down

2 comments on commit 78c4fd6

@yahanvesh
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ar When will there be a new release with the above fix.

@ar
Copy link
Member Author

@ar ar commented on 78c4fd6 Jan 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jPOS 2.1.7 has been released

Please sign in to comment.