Skip to content
Permalink
Browse files Browse the repository at this point in the history
Update CXF
This updates CXF to version 3.4.3, fixing among other things
[CVE-2019-12419], [CVE-2019-12423], [CVE-2021-22696], [CVE-2019-12406],
[CVE-2020-13954], [CVE-2019-17573], [CVE-2020-1954].

The security issues should not be problematic for Opencast and we can
treat this as a regular update.
  • Loading branch information
lkiesow committed May 20, 2021
1 parent b184ba3 commit 59cb673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/security-aai/pom.xml
Expand Up @@ -100,7 +100,7 @@
<failOnWarning>true</failOnWarning>
<ignoredUsedUndeclaredDependencies>
<ignoredUsedUndeclaredDependency>junit:junit</ignoredUsedUndeclaredDependency>
<ignoredUsedUndeclaredDependency>javax.annotation:javax.annotation-api</ignoredUsedUndeclaredDependency>
<ignoredUsedUndeclaredDependency>jakarta.annotation:jakarta.annotation-api</ignoredUsedUndeclaredDependency>
<ignoredUsedUndeclaredDependency>org.springframework:spring-expression</ignoredUsedUndeclaredDependency>
<ignoredUsedUndeclaredDependency>org.springframework:spring-core</ignoredUsedUndeclaredDependency>
<ignoredUsedUndeclaredDependency>org.springframework.security:spring-security-core</ignoredUsedUndeclaredDependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -25,7 +25,7 @@
<commons-io.version>2.8.0</commons-io.version>
<commons-lang3.version>3.11</commons-lang3.version>
<commons-text.version>1.9</commons-text.version>
<cxf.version>3.3.3</cxf.version>
<cxf.version>3.4.3</cxf.version>
<eclipselink.version>2.7.5</eclipselink.version>
<failureaccess.version>1.0.1</failureaccess.version>
<freemarker.version>2.3.30</freemarker.version>
Expand Down

0 comments on commit 59cb673

Please sign in to comment.