Skip to content

Commit

Permalink
Merge pull request #544 from kagemomiji/dependabot/maven/cxf.version-…
Browse files Browse the repository at this point in the history
…4.0.5

chore(deps): bump cxf.version from 4.0.4 to 4.0.5
  • Loading branch information
kagemomiji authored Jul 20, 2024
2 parents 471a364 + 02efcbd commit 38c6ac8
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 361 deletions.
2 changes: 1 addition & 1 deletion airsonic-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-spring-boot-autoconfigure</artifactId>
<version>4.0.4</version>
<version>4.0.5</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

feather.replace();
Array.from(document.querySelectorAll('svg.feather[title]')).forEach((element) => {
element.insertAdjacentHTML('afterbegin', `<title>${element.attributes.title.value}</title>`);
element.insertAdjacentHTML('afterbegin', `<title>${DOMPurify.sanitize(element.attributes.title.value)}</title>`);
});
countSelected();
}
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<failOnDependencyWarning>true</failOnDependencyWarning>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
<cxf.version>4.0.4</cxf.version>
<cxf.version>4.0.5</cxf.version>
<snakeyaml.version>2.2</snakeyaml.version>
<lucene.version>9.11.1</lucene.version>
<docker.container.repo>ghcr.io/kagemomiji/airsonic-advanced</docker.container.repo>
Expand Down Expand Up @@ -161,7 +161,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.28.0</version>
<version>2.29.2</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
Expand Down Expand Up @@ -280,7 +280,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>10.0.2</version>
<version>10.0.3</version>
<inherited>true</inherited>
<configuration>
<cveValidForHours>24</cveValidForHours>
Expand Down
4 changes: 0 additions & 4 deletions repo/org/apache/cxf/cxf-core/4.0.4/_remote.repositories

This file was deleted.

Binary file not shown.
340 changes: 0 additions & 340 deletions repo/org/apache/cxf/cxf-core/4.0.4/cxf-core-4.0.4.pom

This file was deleted.

Loading

0 comments on commit 38c6ac8

Please sign in to comment.