File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" >
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 >
Original file line number Diff line number Diff line change 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" >
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 >
Original file line number Diff line number Diff line change 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" >
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 >
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments