Skip to content

Commit 851cd5a

Browse files
committed
Dependency updates
1 parent f7160e8 commit 851cd5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<maven-enforcer-plugin-version>3.5.0</maven-enforcer-plugin-version>
5252
<maven-clean-plugin-version>3.4.0</maven-clean-plugin-version>
5353
<maven-compiler-plugin-version>3.13.0</maven-compiler-plugin-version>
54-
<maven-install-plugin-version>3.1.2</maven-install-plugin-version>
54+
<maven-install-plugin-version>3.1.3</maven-install-plugin-version>
5555
<maven-deploy-plugin-version>3.1.2</maven-deploy-plugin-version>
5656
<maven-plugin-plugin-version>3.13.1</maven-plugin-plugin-version>
5757
<maven-site-plugin-version>3.12.1</maven-site-plugin-version>
@@ -320,7 +320,7 @@
320320
<dependency>
321321
<groupId>com.google.guava</groupId>
322322
<artifactId>guava</artifactId>
323-
<version>33.2.1-jre</version>
323+
<version>33.3.0-jre</version>
324324
<scope>test</scope>
325325
</dependency>
326326
<dependency>
@@ -338,7 +338,7 @@
338338
<dependency>
339339
<groupId>org.slf4j</groupId>
340340
<artifactId>slf4j-nop</artifactId>
341-
<version>2.0.14</version>
341+
<version>2.0.16</version>
342342
<scope>test</scope>
343343
</dependency>
344344
<dependency>
@@ -349,7 +349,7 @@
349349
<dependency>
350350
<groupId>org.junit.jupiter</groupId>
351351
<artifactId>junit-jupiter</artifactId>
352-
<version>5.10.3</version>
352+
<version>5.11.0</version>
353353
<scope>test</scope>
354354
</dependency>
355355
<dependency>

wls-exporter-sidecar/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<name>WebLogic Monitoring Exporter Sidecar</name>
1515

1616
<properties>
17-
<helidon.version>4.0.11</helidon.version>
17+
<helidon.version>4.1.0</helidon.version>
1818
<mainClass>com.oracle.wls.exporter.sidecar.Main</mainClass>
1919

2020
<version.plugin.helidon>4.0.9</version.plugin.helidon>

0 commit comments

Comments
 (0)