File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ Add necessary dependencies:
1616<dependency >
1717 <groupId >com.connectedcooking.opcua</groupId >
1818 <artifactId >opcua-dynamic-node-manager</artifactId >
19- <version >0.2.0 </version >
19+ <version >0.2.1 </version >
2020</dependency >
2121<dependency >
2222 <groupId >com.prosysopc.ua</groupId >
2323 <artifactId >prosys-opc-ua-sdk-client-server</artifactId >
24- <version >5.0.0-95 </version >
24+ <version >5.0.2-105 </version >
2525</dependency >
2626```
2727
Original file line number Diff line number Diff line change 1414 <maven .compiler.source>11</maven .compiler.source>
1515 <maven .compiler.target>11</maven .compiler.target>
1616
17- <dynamicnodemanager .version>0.2.0 -SNAPSHOT</dynamicnodemanager .version>
17+ <dynamicnodemanager .version>0.2.1 -SNAPSHOT</dynamicnodemanager .version>
1818
19- <prosys .version>5.0.0-95 </prosys .version>
19+ <prosys .version>5.0.2-105 </prosys .version>
2020 <slf4j .version>2.0.9</slf4j .version>
2121 <jupiter .version>5.10.0</jupiter .version>
2222 <mockito .version>5.5.0</mockito .version>
Original file line number Diff line number Diff line change 44
55 <groupId >com.connectedcooking.opcua</groupId >
66 <artifactId >opcua-dynamic-node-manager</artifactId >
7- <version >0.2.0 -SNAPSHOT</version >
7+ <version >0.2.1 -SNAPSHOT</version >
88
99 <name >OPC UA Dynamic Node Manager</name >
1010 <description >Java library for implementing a dynamic node manager that responses dynamically based on the user context.</description >
1616 <maven .compiler.source>11</maven .compiler.source>
1717 <maven .compiler.target>11</maven .compiler.target>
1818
19- <prosys .version>5.0.0-95 </prosys .version>
19+ <prosys .version>5.0.2-105 </prosys .version>
2020 <bouncycastle .version>1.76</bouncycastle .version>
2121 <micrometer .version>1.11.4</micrometer .version>
2222 <slf4j .version>2.0.9</slf4j .version>
You can’t perform that action at this time.
0 commit comments