Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Jun 5, 2023
1 parent 17cf695 commit ee0ee1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<maven-jar-plugin-version>3.3.0</maven-jar-plugin-version>
<maven-war-plugin-version>3.3.2</maven-war-plugin-version>
<maven-resources-plugin-version>3.3.1</maven-resources-plugin-version>
<maven-dependency-plugin-version>3.5.0</maven-dependency-plugin-version>
<maven-dependency-plugin-version>3.6.0</maven-dependency-plugin-version>

<java.version.range>17</java.version.range>
<maven.version.range>[3.6.1,)</maven.version.range>
Expand Down Expand Up @@ -279,15 +279,15 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.12.0</version>
</dependency>

<!-- unit test dependencies -->

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.1-jre</version>
<version>32.0.0-jre</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 @@ -17,7 +17,7 @@
<helidon.version>3.2.1</helidon.version>
<mainClass>com.oracle.wls.exporter.sidecar.Main</mainClass>

<version.plugin.helidon>3.0.4</version.plugin.helidon>
<version.plugin.helidon>3.0.5</version.plugin.helidon>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit ee0ee1c

Please sign in to comment.