Skip to content

Commit 3383a44

Browse files
committed
Dependency updates
1 parent f2b4050 commit 3383a44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
4848
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4949
<apache.http.version>4.5.3</apache.http.version>
50-
<version.plugin.surefire>3.5.3</version.plugin.surefire>
50+
<version.plugin.surefire>3.5.4</version.plugin.surefire>
5151
<maven-enforcer-plugin-version>3.6.1</maven-enforcer-plugin-version>
5252
<maven-clean-plugin-version>3.5.0</maven-clean-plugin-version>
5353
<maven-compiler-plugin-version>3.14.0</maven-compiler-plugin-version>
@@ -308,7 +308,7 @@
308308
<dependency>
309309
<groupId>com.google.code.gson</groupId>
310310
<artifactId>gson</artifactId>
311-
<version>2.13.1</version>
311+
<version>2.13.2</version>
312312
</dependency>
313313
<dependency>
314314
<groupId>commons-io</groupId>

wls-exporter-sidecar/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.6</helidon.version>
17+
<helidon.version>4.2.7</helidon.version>
1818
<mainClass>com.oracle.wls.exporter.sidecar.Main</mainClass>
1919

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

0 commit comments

Comments
 (0)