We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2babdb1 commit b45b5f2Copy full SHA for b45b5f2
pom.xml
@@ -307,7 +307,7 @@
307
<dependency>
308
<groupId>commons-io</groupId>
309
<artifactId>commons-io</artifactId>
310
- <version>2.17.0</version>
+ <version>2.18.0</version>
311
</dependency>
312
313
<groupId>io.netty</groupId>
wls-exporter-sidecar/pom.xml
@@ -14,7 +14,7 @@
14
<name>WebLogic Monitoring Exporter Sidecar</name>
15
16
<properties>
17
- <helidon.version>4.1.3</helidon.version>
+ <helidon.version>4.1.4</helidon.version>
18
<mainClass>com.oracle.wls.exporter.sidecar.Main</mainClass>
19
20
<version.plugin.helidon>4.0.14</version.plugin.helidon>
0 commit comments