File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ Add necessary dependencies:
16
16
<dependency >
17
17
<groupId >com.connectedcooking.opcua</groupId >
18
18
<artifactId >opcua-dynamic-node-manager</artifactId >
19
- <version >0.2.4 </version >
19
+ <version >0.2.5 </version >
20
20
</dependency >
21
21
<dependency >
22
22
<groupId >com.prosysopc.ua</groupId >
23
23
<artifactId >prosys-opc-ua-sdk-client-server</artifactId >
24
- <version >5.2.4-147 </version >
24
+ <version >5.2.6-151 </version >
25
25
</dependency >
26
26
```
27
27
Original file line number Diff line number Diff line change 14
14
<maven .compiler.source>11</maven .compiler.source>
15
15
<maven .compiler.target>11</maven .compiler.target>
16
16
17
- <dynamicnodemanager .version>0.2.4 </dynamicnodemanager .version>
17
+ <dynamicnodemanager .version>0.2.5 </dynamicnodemanager .version>
18
18
19
- <prosys .version>5.2.4-147 </prosys .version>
19
+ <prosys .version>5.2.6-151 </prosys .version>
20
20
<slf4j .version>2.0.16</slf4j .version>
21
21
<jupiter .version>5.11.0</jupiter .version>
22
22
<mockito .version>5.13.0</mockito .version>
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.connectedcooking.opcua</groupId >
6
6
<artifactId >opcua-dynamic-node-manager</artifactId >
7
- <version >0.2.4 </version >
7
+ <version >0.2.5 </version >
8
8
9
9
<name >OPC UA Dynamic Node Manager</name >
10
10
<description >Java library for implementing a dynamic node manager that responses dynamically based on the user context.</description >
16
16
<maven .compiler.source>11</maven .compiler.source>
17
17
<maven .compiler.target>11</maven .compiler.target>
18
18
19
- <prosys .version>5.2.4-147 </prosys .version>
19
+ <prosys .version>5.2.6-151 </prosys .version>
20
20
<bouncycastle .version>1.78.1</bouncycastle .version>
21
- <micrometer .version>1.13.3 </micrometer .version>
21
+ <micrometer .version>1.13.4 </micrometer .version>
22
22
<slf4j .version>2.0.16</slf4j .version>
23
23
<jupiter .version>5.11.0</jupiter .version>
24
24
<mockito .version>5.13.0</mockito .version>
You can’t perform that action at this time.
0 commit comments