|
6 | 6 | <groupId>org.point85</groupId>
|
7 | 7 | <artifactId>OEE-Operator</artifactId>
|
8 | 8 | <packaging>war</packaging>
|
9 |
| - <version>3.11.1</version> |
| 9 | + <version>3.12.0</version> |
10 | 10 | <name>OEE-Operations</name>
|
11 | 11 |
|
12 | 12 | <properties>
|
13 |
| - <domain.version>3.11.1</domain.version> |
| 13 | + <domain.version>3.12.0</domain.version> |
14 | 14 | <vaadin.version>8.14.3</vaadin.version>
|
15 | 15 | <vaadin.plugin.version>8.14.3</vaadin.plugin.version>
|
16 | 16 | <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> |
18 | 18 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
19 | 19 | <maven.compiler.source>11</maven.compiler.source>
|
20 | 20 | <maven.compiler.target>11</maven.compiler.target>
|
|
140 | 140 | <dependency>
|
141 | 141 | <groupId>com.rabbitmq</groupId>
|
142 | 142 | <artifactId>amqp-client</artifactId>
|
143 |
| - <version>5.21.0</version> |
| 143 | + <version>5.24.0</version> |
144 | 144 | </dependency>
|
145 | 145 |
|
146 | 146 | <!-- ACTIVEMQ -->
|
147 | 147 | <!-- https://mvnrepository.com/artifact/org.apache.activemq/activemq-client -->
|
148 | 148 | <dependency>
|
149 | 149 | <groupId>org.apache.activemq</groupId>
|
150 | 150 | <artifactId>activemq-client</artifactId>
|
151 |
| - <version>5.18.5</version> |
| 151 | + <version>5.18.6</version> |
152 | 152 | </dependency>
|
153 | 153 |
|
154 | 154 | <!-- MQTT -->
|
|
215 | 215 | <dependency>
|
216 | 216 | <groupId>org.openjdk.nashorn</groupId>
|
217 | 217 | <artifactId>nashorn-core</artifactId>
|
218 |
| - <version>15.4</version> |
| 218 | + <version>15.6</version> |
219 | 219 | </dependency>
|
220 | 220 | </dependencies>
|
221 | 221 |
|
|
0 commit comments