File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
kura/org.eclipse.kura.driver.opcua.provider Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
- Copyright (c) 2016, 2024 Eurotech and/or its affiliates and others
4
-
3
+ Copyright (c) 2016, 2025 Eurotech and/or its affiliates and others
4
+
5
5
This program and the accompanying materials are made
6
6
available under the terms of the Eclipse Public License 2.0
7
7
which is available at https://www.eclipse.org/legal/epl-2.0/
8
-
9
- SPDX-License-Identifier: EPL-2.0
10
-
11
- Contributors:
12
- Eurotech
8
+
9
+ SPDX-License-Identifier: EPL-2.0
10
+
11
+ Contributors:
12
+ Eurotech
13
13
Amit Kumar Mondal
14
-
15
14
-->
16
15
17
16
<project xmlns =" http://maven.apache.org/POM/4.0.0"
32
31
<properties >
33
32
<kura .basedir>${project.basedir} /..</kura .basedir>
34
33
<com .google.guava.version>32.1.1-jre</com .google.guava.version>
35
- <io .netty.version>4.1.95 .Final</io .netty.version>
34
+ <io .netty.version>4.1.118 .Final</io .netty.version>
36
35
<org .eclipse.milo.version>0.6.8</org .eclipse.milo.version>
37
36
<com .digitalpetri.netty.netty-channel-fsm.version>0.8</com .digitalpetri.netty.netty-channel-fsm.version>
38
37
<com .digitalpetri.fsm.strict-machine.version>0.6</com .digitalpetri.fsm.strict-machine.version>
39
38
<com .google.guava.failureaccess.version>1.0</com .google.guava.failureaccess.version>
40
39
<org .bouncycastle.version>1.77</org .bouncycastle.version>
41
- <sonar .coverage.jacoco.xmlReportPaths>${project.basedir} /../test/org.eclipse.kura.internal.driver.opcua.test/target/site/jacoco-aggregate/jacoco.xml</sonar .coverage.jacoco.xmlReportPaths>
40
+ <sonar .coverage.jacoco.xmlReportPaths>
41
+ ${project.basedir} /../test/org.eclipse.kura.internal.driver.opcua.test/target/site/jacoco-aggregate/jacoco.xml</sonar .coverage.jacoco.xmlReportPaths>
42
42
</properties >
43
43
44
44
<build >
185
185
</plugin >
186
186
</plugins >
187
187
</build >
188
- </project >
188
+ </project >
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ org.apache.geronimo.specs.jms.version=1.0-alpha-2
58
58
org.apache.geronimo.specs.jta.version =1.1.1
59
59
guava.version =32.1.1-jre
60
60
failureaccess.version =1.0.1
61
- io.netty.version =4.1.95 .Final
61
+ io.netty.version =4.1.118 .Final
62
62
org.jboss.logging.version =3.3.2.Final
63
63
spring.version =4.3.20.RELEASE_1
64
64
You can’t perform that action at this time.
0 commit comments