Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Dec 17, 2024
1 parent b45b5f2 commit 0033f38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
<maven-war-plugin-version>3.4.0</maven-war-plugin-version>
<maven-resources-plugin-version>3.3.1</maven-resources-plugin-version>
<maven-dependency-plugin-version>3.8.1</maven-dependency-plugin-version>
<dependency-check-version>11.1.0</dependency-check-version>
<netty-version>4.1.115.Final</netty-version>
<dependency-check-version>11.1.1</dependency-check-version>
<netty-version>4.1.116.Final</netty-version>

<skip.dependency-check>false</skip.dependency-check>

Expand Down Expand Up @@ -320,7 +320,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.1-jre</version>
<version>33.4.0-jre</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -349,7 +349,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.3</version>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion wls-exporter-sidecar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<name>WebLogic Monitoring Exporter Sidecar</name>

<properties>
<helidon.version>4.1.4</helidon.version>
<helidon.version>4.1.5</helidon.version>
<mainClass>com.oracle.wls.exporter.sidecar.Main</mainClass>

<version.plugin.helidon>4.0.14</version.plugin.helidon>
Expand Down

0 comments on commit 0033f38

Please sign in to comment.