Skip to content

Commit

Permalink
Bump libs. CXF i EE10.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek committed Aug 15, 2023
1 parent d16b932 commit 14035fd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions ee10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

<logback.version>1.4.11</logback.version>

<cxf.version>4.0.2</cxf.version>

<weld-core-bom.version>5.1.1.Final</weld-core-bom.version>

<jandex-maven-plugin.version>1.2.3</jandex-maven-plugin.version>
Expand All @@ -50,7 +52,7 @@

<!-- Andre avhengigheter -->
<prometheus.version>0.16.0</prometheus.version>
<micrometer.version>1.11.2</micrometer.version>
<micrometer.version>1.11.3</micrometer.version>
<metrics.version>4.2.15</metrics.version>

<slf4j.version>2.0.7</slf4j.version>
Expand Down Expand Up @@ -141,6 +143,15 @@
<type>pom</type>
</dependency>

<!-- Apache CXF -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bom</artifactId>
<version>${cxf.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>

<!-- Kafka -->
<dependency>
<groupId>org.apache.kafka</groupId>
Expand Down Expand Up @@ -368,7 +379,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.5</version>
<version>1.14.6</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions ee9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<!-- Andre avhengigheter -->
<prometheus.version>0.16.0</prometheus.version>
<micrometer.version>1.11.2</micrometer.version>
<micrometer.version>1.11.3</micrometer.version>
<metrics.version>4.2.15</metrics.version>

<slf4j.version>2.0.7</slf4j.version>
Expand Down Expand Up @@ -379,7 +379,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.5</version>
<version>1.14.6</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 14035fd

Please sign in to comment.