Skip to content

Commit

Permalink
Update cxf.version 4.0.5 -> 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ppalaga committed Dec 10, 2024
1 parent 6012dac commit 42e74d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<properties>
<!-- Primary dependencies -->
<quarkus.version>3.17.3</quarkus.version>
<cxf.version>4.0.5</cxf.version>
<cxf.version>4.0.6</cxf.version>
<quarkus-enforcer-rules.version>${quarkus.version}</quarkus-enforcer-rules.version>
<quarkus-antora.version>0.3.0</quarkus-antora.version>

Expand All @@ -52,7 +52,7 @@
<angus-mail.version>2.0.3</angus-mail.version>
<assertj.version>3.26.3</assertj.version>
<cryptacular.version>1.2.6</cryptacular.version><!-- 1.2.7 does not work - see https://github.com/quarkiverse/quarkus-cxf/issues/1648 -->
<cxf.xjcplugins.version>4.0.0</cxf.xjcplugins.version><!-- @sync org.apache.cxf:cxf:${cxf.version} prop:cxf.xjc-utils.version -->
<cxf.xjcplugins.version>4.0.1</cxf.xjcplugins.version><!-- @sync org.apache.cxf:cxf:${cxf.version} prop:cxf.xjc-utils.version -->
<ehcache.version>3.10.8</ehcache.version>
<fastinfoset.version>2.1.1</fastinfoset.version>
<glassfish.jaxb.version>4.0.5</glassfish.jaxb.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.glassfish.jaxb:jaxb-runtime -->
Expand All @@ -63,7 +63,7 @@
<jasypt.version>1.9.3</jasypt.version><!-- @sync org.apache.wss4j:wss4j-parent:${wss4j.version} prop:jasypt.version -->
<httpclient5.version>5.4.1</httpclient5.version>
<httpcore5.version>5.3.1</httpcore5.version>
<neethi.version>3.2.0</neethi.version><!-- @sync org.apache.cxf:cxf-parent:${cxf.version} prop:cxf.neethi.version -->
<neethi.version>3.2.1</neethi.version><!-- @sync org.apache.cxf:cxf-parent:${cxf.version} prop:cxf.neethi.version -->
<mimepull.version>1.10.0</mimepull.version>
<saaj-impl.version>2.0.1</saaj-impl.version><!-- @sync org.apache.cxf:cxf-parent:${cxf.version} prop:cxf.saaj-impl.version -->
<santuario-xmlsec.version>3.0.5</santuario-xmlsec.version>
Expand Down Expand Up @@ -304,7 +304,7 @@
<requireJavaVersion>
<version>${maven.compiler.release}</version>
</requireJavaVersion>
<dependencyConvergence />
<dependencyConvergence/>
<requireMavenVersion>
<version>${supported-maven.versions}</version>
</requireMavenVersion>
Expand Down

0 comments on commit 42e74d1

Please sign in to comment.