Skip to content

Commit 395c8ae

Browse files
committed
- Added support for PackML OPC UA extension data type objects
- Added PackML time-in-state and reason Pareto charts - Added ability to export a single object and its children from the Designer editors and data sources - Fixed issue with partial export of a plant entity hierarchy - Fixed concurrency issue in the trend chart controller - Updated Jetty to 9.4.57.v20241219 - Updated Milo to 0.6.15 - Updated RabbitMQ to 5.24.0 - Updated ActiveMQ to 5.18.6 - Updated Jackson to 2.18.2 - Updated Nashorn to 15.6 - Updated WebSocket to 1.6.0
1 parent 1257acf commit 395c8ae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<groupId>org.point85</groupId>
77
<artifactId>OEE-Operator</artifactId>
88
<packaging>war</packaging>
9-
<version>3.11.1</version>
9+
<version>3.12.0</version>
1010
<name>OEE-Operations</name>
1111

1212
<properties>
13-
<domain.version>3.11.1</domain.version>
13+
<domain.version>3.12.0</domain.version>
1414
<vaadin.version>8.14.3</vaadin.version>
1515
<vaadin.plugin.version>8.14.3</vaadin.plugin.version>
1616
<jetty.plugin.version>9.4.56.v20240826</jetty.plugin.version>
17-
<jetty.version>9.4.56.v20240826</jetty.version>
17+
<jetty.version>9.4.57.v20241219</jetty.version>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<maven.compiler.source>11</maven.compiler.source>
2020
<maven.compiler.target>11</maven.compiler.target>
@@ -140,15 +140,15 @@
140140
<dependency>
141141
<groupId>com.rabbitmq</groupId>
142142
<artifactId>amqp-client</artifactId>
143-
<version>5.21.0</version>
143+
<version>5.24.0</version>
144144
</dependency>
145145

146146
<!-- ACTIVEMQ -->
147147
<!-- https://mvnrepository.com/artifact/org.apache.activemq/activemq-client -->
148148
<dependency>
149149
<groupId>org.apache.activemq</groupId>
150150
<artifactId>activemq-client</artifactId>
151-
<version>5.18.5</version>
151+
<version>5.18.6</version>
152152
</dependency>
153153

154154
<!-- MQTT -->
@@ -215,7 +215,7 @@
215215
<dependency>
216216
<groupId>org.openjdk.nashorn</groupId>
217217
<artifactId>nashorn-core</artifactId>
218-
<version>15.4</version>
218+
<version>15.6</version>
219219
</dependency>
220220
</dependencies>
221221

0 commit comments

Comments
 (0)