Skip to content

Commit eafdf68

Browse files
committed
- Added a generic data source
- Added the capability to execute a script in the Tester application - Documented an Apache RocketMQ example of a generic data source - Updated RabbitMQ to 5.25.0
1 parent 395c8ae commit eafdf68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

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

1212
<properties>
13-
<domain.version>3.12.0</domain.version>
13+
<domain.version>3.12.1</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>
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>com.rabbitmq</groupId>
142142
<artifactId>amqp-client</artifactId>
143-
<version>5.24.0</version>
143+
<version>5.25.0</version>
144144
</dependency>
145145

146146
<!-- ACTIVEMQ -->

0 commit comments

Comments
 (0)