Skip to content

Commit

Permalink
Update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
kifj committed Dec 24, 2023
1 parent 1666023 commit 0721a66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<jacoco.version>0.8.10</jacoco.version>
<arquillian.version>1.8.0.Final</arquillian.version>
<arquillian.wildfly.version>5.0.1.Final</arquillian.wildfly.version>
<jkube.version>1.14.0</jkube.version>
<jkube.version>1.15.0</jkube.version>
</properties>

<distributionManagement>
Expand Down Expand Up @@ -412,7 +412,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
<configuration>
<parameters>true</parameters>
</configuration>
Expand Down Expand Up @@ -488,7 +488,7 @@
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>4.2.0.Final</version>
<version>4.2.2.Final</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -507,7 +507,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -530,7 +530,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.4.5</version>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -566,7 +566,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.3</version>
<reportSets>
<reportSet>
<reports>
Expand Down Expand Up @@ -614,7 +614,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.3</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down Expand Up @@ -883,7 +883,7 @@
<feature-pack>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-datasources-galleon-pack</artifactId>
<version>5.0.0.Final</version>
<version>6.0.0.Final</version>
</feature-pack>
</feature-packs>
<layers>
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/stomp-test/otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ service:
metrics:
receivers: [otlp]
processors: [batch]
exporters: [prometheus]
exporters: [prometheus]

0 comments on commit 0721a66

Please sign in to comment.