Skip to content

Commit 703d9a3

Browse files
committed
Dependency updates
1 parent 9b614a8 commit 703d9a3

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1616
- name: Set up JDK
17-
uses: actions/setup-java@v3
17+
uses: actions/setup-java@v4
1818
with:
1919
distribution: 'oracle'
2020
java-version: 21

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2424
- name: Set up JDK
25-
uses: actions/setup-java@v3
25+
uses: actions/setup-java@v4
2626
with:
2727
distribution: 'oracle'
2828
java-version: 21

build-helper-mojo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2019, 2023, Oracle and/or its affiliates.
3+
Copyright (c) 2019, 2024, Oracle and/or its affiliates.
44
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
55
-->
66
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.apache.maven</groupId>
2929
<artifactId>maven-model</artifactId>
30-
<version>3.9.5</version>
30+
<version>3.9.6</version>
3131
<scope>provided</scope>
3232
</dependency>
3333
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (c) 2019, 2023, Oracle and/or its affiliates.
2+
Copyright (c) 2019, 2024, Oracle and/or its affiliates.
33
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44
-->
55
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -307,7 +307,7 @@
307307
<dependency>
308308
<groupId>commons-io</groupId>
309309
<artifactId>commons-io</artifactId>
310-
<version>2.15.0</version>
310+
<version>2.15.1</version>
311311
</dependency>
312312
<dependency>
313313
<groupId>io.netty</groupId>

wls-exporter-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2020, 2022, Oracle and/or its affiliates.
3+
Copyright (c) 2020, 2024, Oracle and/or its affiliates.
44
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
55
-->
66
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -155,7 +155,7 @@
155155
<plugin>
156156
<groupId>org.codehaus.mojo</groupId>
157157
<artifactId>build-helper-maven-plugin</artifactId>
158-
<version>3.4.0</version>
158+
<version>3.5.0</version>
159159
<executions>
160160
<execution>
161161
<id>add-source</id>

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>3.2.3</helidon.version>
17+
<helidon.version>3.2.5</helidon.version>
1818
<mainClass>com.oracle.wls.exporter.sidecar.Main</mainClass>
1919

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

0 commit comments

Comments
 (0)