We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d0d14 commit f0f3d2aCopy full SHA for f0f3d2a
build-helper-mojo/pom.xml
@@ -59,7 +59,7 @@
59
<dependency>
60
<groupId>org.ow2.asm</groupId>
61
<artifactId>asm</artifactId>
62
- <version>9.8</version>
+ <version>9.9</version>
63
<scope>test</scope>
64
</dependency>
65
wls-exporter-sidecar/pom.xml
@@ -14,7 +14,7 @@
14
<name>WebLogic Monitoring Exporter Sidecar</name>
15
16
<properties>
17
- <helidon.version>4.3.0</helidon.version>
+ <helidon.version>4.3.1</helidon.version>
18
<mainClass>com.oracle.wls.exporter.sidecar.Main</mainClass>
19
20
<version.plugin.helidon>4.0.23</version.plugin.helidon>
0 commit comments