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 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
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+
55 This program and the accompanying materials are made
66 available under the terms of the Eclipse Public License 2.0
77 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
1313 Amit Kumar Mondal
14-
1514-->
1615
1716<project xmlns =" http://maven.apache.org/POM/4.0.0"
3231 <properties >
3332 <kura .basedir>${project.basedir} /..</kura .basedir>
3433 <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>
3635 <org .eclipse.milo.version>0.6.8</org .eclipse.milo.version>
3736 <com .digitalpetri.netty.netty-channel-fsm.version>0.8</com .digitalpetri.netty.netty-channel-fsm.version>
3837 <com .digitalpetri.fsm.strict-machine.version>0.6</com .digitalpetri.fsm.strict-machine.version>
3938 <com .google.guava.failureaccess.version>1.0</com .google.guava.failureaccess.version>
4039 <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>
4242 </properties >
4343
4444 <build >
185185 </plugin >
186186 </plugins >
187187 </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
5858org.apache.geronimo.specs.jta.version =1.1.1
5959guava.version =32.1.1-jre
6060failureaccess.version =1.0.1
61- io.netty.version =4.1.95 .Final
61+ io.netty.version =4.1.118 .Final
6262org.jboss.logging.version =3.3.2.Final
6363spring.version =4.3.20.RELEASE_1
6464
You can’t perform that action at this time.
0 commit comments