Changes for page V3.6.0

Last modified by Erik Bakker on 2026/09/23 16:40

From version 46.1
edited by Erik Bakker
on 2025/11/19 20:04
Change comment: There is no comment for this version
To version 57.1
edited by Erik Bakker
on 2026/09/21 08:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -V341
1 +V3.6.0
Content
... ... @@ -1,32 +1,251 @@
1 1  {{container}}
2 2  {{container layoutStyle="columns"}}(((
3 3  
4 -{{info}}This image will be available for all users. If you notice any changed behavior that you believe is caused by this new image, we encourage you to notify us.{{/info}}
4 +{{info}}This is primarily a security update, patching various critical CVE and updating to the latest Java 21 patch version.
5 5  
6 +This image will be available for all users. If you notice any changed behavior that you believe is caused by this new image, we encourage you to notify us.{{/info}}
7 +
6 6  These are the release notes for this runtime image. Once a runtime image is released, every new release will utilize this runtime image as a base for creating runtime images for Docker. For more information, please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-deploy-execute-deployment-plan-gen3.WebHome||target="blank"]].
7 7  
8 -====New features====
10 +==== New Features ====
9 9  
10 -* Added support for automated configuration of API gateway containers, effectively making the gateway infra flow redundant about the security-related support objects. This feature will be rolled out with the introduction of Multiple Authentication Methods for API gateways.
11 -
12 -====Minor changes===
12 +* Added sort logic for ‘list queue’ operations. Redeploying the JMS server on this runtime version is a prerequisite of being able to use the sorting functionality. Note that the corresponding UI is not yet available. This will follow soon.
13 13  
14 -* Manage/Error Messages: Increased the maximum amount of displayed error message headers from 40 to 60.
15 -* For current generation models, the ‘Ssl web service message sender’ support object can now be configured without Truststore, which will make it fall back on the Java default Truststore. If no self-signed certificates are used, we recommend to remove previously configured truststores.
16 -** For legacy models, the Truststore path is still required, but the helptext has been updated to show the recommended configuration.
14 +==== Minor Changes ====
17 17  
18 -====Bug fixes====
16 +* Headers in error messages are now sorted, ensuring that their order is consistent.
17 +* Updated Java from 21.0.10 to 21.0.12
18 +* Updated Spring Boot from 3.5.8 to 3.5.15
19 19  
20 -* Updated libraries below to implement a bugfix where, for some SFTP servers, storing files with mode ‘append’ would result in using an ‘insert’ mode instead. For example, sending the content 123456 to a file that currently has content abcdefghi would result in output 123456ghi instead of abcdefghi123456
21 -** Updated library org.apache.sshd:sshd-common from 2.14.0 to 2.16.0
22 -** Updated library org.apache.sshd:sshd-core from 2.14.0 to 2.16.0
23 -** Updated library org.apache.sshd:sshd-sftp from 2.14.0 to 2.16.0
24 -* When using a web service outbound gateway with a custom SSL web service message sender, the web senders' attributes, such as credentials and timeouts, were not applied to outgoing requests.
25 -* Upgraded our Java runtime from 17 to 21.
26 -** Resolved unnecessary warning logging during startup.
27 -* Support for configuring ‘NT Credentials’ in the ‘HTTP Components message sender' support object was unintentionally removed. This support has been added back, but the functionality is now marked as deprecated and will be removed in a future version.
28 -
29 -{{warning}}NT Credentials has been deprecated as credentials type for the ‘HTTP Components message sender’ support object, and is expected to be removed in the near future. We encourage you to change to a different authentication mechanism if possible.{{/warning}}
20 +==== Bug Fixes ====
30 30  
22 +* When using messaging consumers on queues with wildcard patterns, other consumers may start consuming all queues matching that wildcard after their actual target queue has been auto-deleted during a deployment.
23 +
24 +==== Removed libraries ====
25 +* Removed library org.checkerframework:checker-qual 3.43.0
26 +* Removed library org.latencyutils:LatencyUtils 2.0.3
27 +
28 +==== New libraries ====
29 +* Added library io.netty:netty-codec-haproxy 4.1.138.Final
30 +* Added library org.apache.artemis:artemis-jdbc-store 2.57.0
31 +* Added library org.apache.commons:commons-dbcp2 2.14.0
32 +* Added library org.apache.commons:commons-pool2 2.13.0
33 +* Added library org.snakeyaml:snakeyaml-engine 3.1.1
34 +* Added library tools.jackson.core:jackson-core 3.1.4
35 +* Added library tools.jackson.core:jackson-databind 3.1.4
36 +* Added library tools.jackson.dataformat:jackson-dataformat-xml 3.1.4
37 +
38 +==Updated libraries==
39 +
40 +* Updated library org.apache.activemq:artemis-amqp-protocol 2.40.0 to org.apache.artemis:artemis-amqp-protocol 2.57.0
41 +* Updated library org.apache.activemq:artemis-commons 2.40.0 to org.apache.artemis:artemis-commons 2.57.0
42 +* Updated library org.apache.activemq:artemis-core-client 2.40.0 to org.apache.artemis:artemis-core-client 2.57.0
43 +* Updated library org.apache.activemq:artemis-journal 2.40.0 to org.apache.artemis:artemis-journal 2.57.0
44 +* Updated library org.apache.activemq:artemis-lockmanager-api 2.40.0 to org.apache.artemis:artemis-lockmanager-api 2.57.0
45 +* Updated library org.apache.activemq:artemis-mqtt-protocol 2.40.0 to org.apache.artemis:artemis-mqtt-protocol 2.57.0
46 +* Updated library org.apache.activemq:artemis-selector 2.40.0 to org.apache.artemis:artemis-selector 2.57.0
47 +* Updated library org.apache.activemq:artemis-server 2.40.0 to org.apache.artemis:artemis-server 2.57.0
48 +* Updated library ch.qos.logback:logback-classic from 1.5.21 to 1.5.34
49 +* Updated library ch.qos.logback:logback-core from 1.5.21 to 1.5.34
50 +* Updated library com.emagiz.boot:emagiz-boot-authorization from 2.2.4 to 2.2.5
51 +* Updated library com.emagiz.boot:emagiz-boot-autoconfigure from 2.2.4 to 2.2.5
52 +* Updated library com.emagiz.boot:emagiz-boot-bus from 2.2.4 to 2.2.5
53 +* Updated library com.emagiz.boot:emagiz-boot-control from 2.2.4 to 2.2.5
54 +* Updated library com.emagiz.boot:emagiz-boot-logging from 2.2.4 to 2.2.5
55 +* Updated library com.emagiz.boot:emagiz-boot-metrics from 2.2.4 to 2.2.5
56 +* Updated library com.emagiz.components:emagiz-components-artemis from 12.5.4 to 12.6.0
57 +* Updated library com.emagiz.components:emagiz-components-batch from 12.5.4 to 12.6.0
58 +* Updated library com.emagiz.components:emagiz-components-error from 12.5.4 to 12.6.0
59 +* Updated library com.emagiz.components:emagiz-components-file from 12.5.4 to 12.6.0
60 +* Updated library com.emagiz.components:emagiz-components-ftp from 12.5.4 to 12.6.0
61 +* Updated library com.emagiz.components:emagiz-components-http from 12.5.4 to 12.6.0
62 +* Updated library com.emagiz.components:emagiz-components-infinispan from 12.5.4 to 12.6.0
63 +* Updated library com.emagiz.components:emagiz-components-jdbc from 12.5.4 to 12.6.0
64 +* Updated library com.emagiz.components:emagiz-components-jms from 12.5.4 to 12.6.0
65 +* Updated library com.emagiz.components:emagiz-components-json from 12.5.4 to 12.6.0
66 +* Updated library com.emagiz.components:emagiz-components-kafka from 12.5.4 to 12.6.0
67 +* Updated library com.emagiz.components:emagiz-components-mail from 12.5.4 to 12.6.0
68 +* Updated library com.emagiz.components:emagiz-components-mapping from 12.5.4 to 12.6.0
69 +* Updated library com.emagiz.components:emagiz-components-qpid from 12.5.4 to 12.6.0
70 +* Updated library com.emagiz.components:emagiz-components-security from 12.5.4 to 12.6.0
71 +* Updated library com.emagiz.components:emagiz-components-sftp from 12.5.4 to 12.6.0
72 +* Updated library com.emagiz.components:emagiz-components-staedi from 12.5.4 to 12.6.0
73 +* Updated library com.emagiz.components:emagiz-components-staxon from 12.5.4 to 12.6.0
74 +* Updated library com.emagiz.components:emagiz-components-ws from 12.5.4 to 12.6.0
75 +* Updated library com.emagiz.components:emagiz-components-wssec from 12.5.4 to 12.6.0
76 +* Updated library com.emagiz.components:emagiz-components-xml from 12.5.4 to 12.6.0
77 +* Updated library com.emagiz.core:emagiz-core-charset from 7.2.4 to 7.2.5
78 +* Updated library com.emagiz.core:emagiz-core-premain from 7.2.4 to 7.2.5
79 +* Updated library com.emagiz.core:emagiz-core-xml from 7.2.4 to 7.2.5
80 +* Updated library com.fasterxml.jackson.core:jackson-annotations from 2.19.4 to 2.21
81 +* Updated library com.fasterxml.jackson.core:jackson-core from 2.19.4 to 2.21.4
82 +* Updated library com.fasterxml.jackson.core:jackson-databind from 2.19.4 to 2.21.4
83 +* Updated library com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.19.4 to 2.21.4
84 +* Updated library com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.19.4 to 2.21.4
85 +* Updated library com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.19.4 to 2.21.4
86 +* Updated library com.fasterxml.jackson.module:jackson-module-parameter-names from 2.19.4 to 2.21.4
87 +* Updated library com.github.ben-manes.caffeine:caffeine from 3.2.3 to 3.2.4
88 +* Updated library com.google.guava:failureaccess from 1.0.2 to 1.0.3
89 +* Updated library com.google.guava:guava from 33.4.0-jre to 33.5.0-jre
90 +* Updated library com.google.j2objc:j2objc-annotations from 3.0.0 to 3.1
91 +* Updated library com.nimbusds:nimbus-jose-jwt from 9.37.4 to 10.9.1
92 +* Updated library com.sun.xml.messaging.saaj:saaj-impl from 3.0.4 to 3.0.6
93 +* Updated library io.micrometer:micrometer-commons from 1.15.6 to 1.17.0
94 +* Updated library io.micrometer:micrometer-core from 1.15.6 to 1.17.0
95 +* Updated library io.micrometer:micrometer-jakarta9 from 1.15.6 to 1.15.12
96 +* Updated library io.micrometer:micrometer-observation from 1.15.6 to 1.17.0
97 +* Updated library io.micrometer:micrometer-registry-elastic from 1.15.6 to 1.15.12
98 +* Updated library io.netty:netty-buffer from 4.1.128.Final to 4.1.138.Final
99 +* Updated library io.netty:netty-codec-http from 4.1.128.Final to 4.1.138.Final
100 +* Updated library io.netty:netty-codec-mqtt from 4.1.128.Final to 4.1.138.Final
101 +* Updated library io.netty:netty-codec-socks from 4.1.128.Final to 4.1.138.Final
102 +* Updated library io.netty:netty-codec from 4.1.128.Final to 4.1.138.Final
103 +* Updated library io.netty:netty-common from 4.1.128.Final to 4.1.138.Final
104 +* Updated library io.netty:netty-handler-proxy from 4.1.128.Final to 4.1.138.Final
105 +* Updated library io.netty:netty-handler from 4.1.128.Final to 4.1.138.Final
106 +* Updated library io.netty:netty-resolver from 4.1.128.Final to 4.1.138.Final
107 +* Updated library io.netty:netty-transport-classes-epoll from 4.1.128.Final to 4.1.138.Final
108 +* Updated library io.netty:netty-transport-classes-kqueue from 4.1.128.Final to 4.1.138.Final
109 +* Updated library io.netty:netty-transport-native-epoll from 4.1.128.Final to 4.1.138.Final
110 +* Updated library io.netty:netty-transport-native-kqueue from 4.1.128.Final to 4.1.138.Final
111 +* Updated library io.netty:netty-transport-native-unix-common from 4.1.128.Final to 4.1.138.Final
112 +* Updated library io.netty:netty-transport from 4.1.128.Final to 4.1.138.Final
113 +* Updated library io.projectreactor:reactor-core from 3.7.13 to 3.7.19
114 +* Updated library jakarta.xml.bind:jakarta.xml.bind-api from 4.0.4 to 4.0.5
115 +* Updated library jakarta.xml.ws:jakarta.xml.ws-api from 4.0.2 to 4.0.3
116 +* Updated library org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0
117 +* Updated library org.apache.groovy:groovy-datetime from 4.0.29 to 4.0.32
118 +* Updated library org.apache.groovy:groovy-jmx from 4.0.29 to 4.0.32
119 +* Updated library org.apache.groovy:groovy-json from 4.0.29 to 4.0.32
120 +* Updated library org.apache.groovy:groovy-jsr223 from 4.0.29 to 4.0.32
121 +* Updated library org.apache.groovy:groovy-nio from 4.0.29 to 4.0.32
122 +* Updated library org.apache.groovy:groovy-sql from 4.0.29 to 4.0.32
123 +* Updated library org.apache.groovy:groovy-xml from 4.0.29 to 4.0.32
124 +* Updated library org.apache.groovy:groovy from 4.0.29 to 4.0.32
125 +* Updated library org.apache.httpcomponents.client5:httpclient5-cache from 5.5.1 to 5.5.2
126 +* Updated library org.apache.httpcomponents.client5:httpclient5 from 5.5.1 to 5.5.2
127 +* Updated library org.apache.qpid:proton-j from 0.34.1 to 0.35.0
128 +* Updated library org.apache.tomcat.embed:tomcat-embed-core from 10.1.49 to 10.1.55
129 +* Updated library org.apache.tomcat.embed:tomcat-embed-el from 10.1.49 to 10.1.55
130 +* Updated library org.apache.tomcat.embed:tomcat-embed-websocket from 10.1.49 to 10.1.55
131 +* Updated library org.apache.wss4j:wss4j-ws-security-common from 4.0.0 to 4.0.1
132 +* Updated library org.apache.wss4j:wss4j-ws-security-dom from 4.0.0 to 4.0.1
133 +* Updated library org.eclipse.jetty.ee10:jetty-ee10-servlet from 12.0.30 to 12.0.36
134 +* Updated library org.eclipse.jetty:jetty-http from 12.0.30 to 12.0.36
135 +* Updated library org.eclipse.jetty:jetty-io from 12.0.30 to 12.0.36
136 +* Updated library org.eclipse.jetty:jetty-security from 12.0.30 to 12.0.36
137 +* Updated library org.eclipse.jetty:jetty-server from 12.0.30 to 12.0.36
138 +* Updated library org.eclipse.jetty:jetty-session from 12.0.30 to 12.0.36
139 +* Updated library org.eclipse.jetty:jetty-util from 12.0.30 to 12.0.36
140 +* Updated library org.ehcache:ehcache from 3.10.9 to 3.11.1
141 +* Updated library org.glassfish.jaxb:jaxb-core from 4.0.6 to 4.0.9
142 +* Updated library org.glassfish.jaxb:jaxb-runtime from 4.0.6 to 4.0.9
143 +* Updated library org.glassfish.jaxb:txw2 from 4.0.6 to 4.0.9
144 +* Updated library org.jboss.logging:jboss-logging from 3.6.1.Final to 3.6.3.Final
145 +* Updated library org.jctools:jctools-core from 4.0.5 to 4.0.7
146 +* Updated library org.slf4j:jul-to-slf4j from 2.0.17 to 2.0.18
147 +* Updated library org.slf4j:slf4j-api from 2.0.17 to 2.0.18
148 +* Updated library org.springframework.batch:spring-batch-infrastructure from 5.2.4 to 5.2.6
149 +* Updated library org.springframework.boot:spring-boot-actuator-autoconfigure from 3.5.8 to 3.5.16
150 +* Updated library org.springframework.boot:spring-boot-actuator from 3.5.8 to 3.5.16
151 +* Updated library org.springframework.boot:spring-boot-autoconfigure from 3.5.8 to 3.5.16
152 +* Updated library org.springframework.boot:spring-boot-starter-actuator from 3.5.8 to 3.5.16
153 +* Updated library org.springframework.boot:spring-boot-starter-integration from 3.5.8 to 3.5.16
154 +* Updated library org.springframework.boot:spring-boot-starter-json from 3.5.8 to 3.5.16
155 +* Updated library org.springframework.boot:spring-boot-starter-logging from 3.5.8 to 3.5.16
156 +* Updated library org.springframework.boot:spring-boot-starter-security from 3.5.8 to 3.5.16
157 +* Updated library org.springframework.boot:spring-boot-starter-tomcat from 3.5.8 to 3.5.16
158 +* Updated library org.springframework.boot:spring-boot-starter-web-services from 3.5.8 to 3.5.16
159 +* Updated library org.springframework.boot:spring-boot-starter-web from 3.5.8 to 3.5.16
160 +* Updated library org.springframework.boot:spring-boot-starter from 3.5.8 to 3.5.16
161 +* Updated library org.springframework.boot:spring-boot from 3.5.8 to 3.5.16
162 +* Updated library org.springframework.integration:spring-integration-core from 6.5.4 to 6.5.10
163 +* Updated library org.springframework.integration:spring-integration-file from 6.5.4 to 6.5.10
164 +* Updated library org.springframework.integration:spring-integration-ftp from 6.5.4 to 6.5.10
165 +* Updated library org.springframework.integration:spring-integration-groovy from 6.5.4 to 6.5.10
166 +* Updated library org.springframework.integration:spring-integration-http from 6.5.4 to 6.5.10
167 +* Updated library org.springframework.integration:spring-integration-ip from 6.5.4 to 6.5.10
168 +* Updated library org.springframework.integration:spring-integration-jdbc from 6.5.4 to 6.5.10
169 +* Updated library org.springframework.integration:spring-integration-jms from 6.5.4 to 6.5.10
170 +* Updated library org.springframework.integration:spring-integration-kafka from 6.5.4 to 6.5.10
171 +* Updated library org.springframework.integration:spring-integration-mail from 6.5.4 to 6.5.10
172 +* Updated library org.springframework.integration:spring-integration-scripting from 6.5.4 to 6.5.10
173 +* Updated library org.springframework.integration:spring-integration-sftp from 6.5.4 to 6.5.10
174 +* Updated library org.springframework.integration:spring-integration-smb from 6.5.4 to 6.5.10
175 +* Updated library org.springframework.integration:spring-integration-ws from 6.5.4 to 6.5.10
176 +* Updated library org.springframework.integration:spring-integration-xml from 6.5.4 to 6.5.10
177 +* Updated library org.springframework.kafka:spring-kafka from 3.3.11 to 3.3.16
178 +* Updated library org.springframework.retry:spring-retry from 2.0.12 to 2.0.13
179 +* Updated library org.springframework.security:spring-security-config from 6.5.7 to 6.5.11
180 +* Updated library org.springframework.security:spring-security-core from 6.5.7 to 6.5.11
181 +* Updated library org.springframework.security:spring-security-crypto from 6.5.7 to 6.5.11
182 +* Updated library org.springframework.security:spring-security-messaging from 6.5.7 to 6.5.11
183 +* Updated library org.springframework.security:spring-security-oauth2-client from 6.5.7 to 6.5.11
184 +* Updated library org.springframework.security:spring-security-oauth2-core from 6.5.7 to 6.5.11
185 +* Updated library org.springframework.security:spring-security-oauth2-jose from 6.5.7 to 6.5.11
186 +* Updated library org.springframework.security:spring-security-oauth2-resource-server from 6.5.7 to 6.5.11
187 +* Updated library org.springframework.security:spring-security-web from 6.5.7 to 6.5.11
188 +* Updated library org.springframework.ws:spring-ws-core from 4.1.2 to 4.1.4
189 +* Updated library org.springframework.ws:spring-ws-security from 4.1.2 to 4.1.4
190 +* Updated library org.springframework.ws:spring-ws-support from 4.1.2 to 4.1.4
191 +* Updated library org.springframework.ws:spring-xml from 4.1.2 to 4.1.4
192 +* Updated library org.springframework:spring-aop from 6.2.14 to 6.2.19
193 +* Updated library org.springframework:spring-beans from 6.2.14 to 6.2.19
194 +* Updated library org.springframework:spring-context-support from 6.2.14 to 6.2.19
195 +* Updated library org.springframework:spring-context from 6.2.14 to 6.2.19
196 +* Updated library org.springframework:spring-core from 6.2.14 to 6.2.19
197 +* Updated library org.springframework:spring-expression from 6.2.14 to 6.2.19
198 +* Updated library org.springframework:spring-jcl from 6.2.14 to 6.2.19
199 +* Updated library org.springframework:spring-jdbc from 6.2.14 to 6.2.19
200 +* Updated library org.springframework:spring-jms from 6.2.14 to 6.2.19
201 +* Updated library org.springframework:spring-messaging from 6.2.14 to 6.2.19
202 +* Updated library org.springframework:spring-oxm from 6.2.14 to 6.2.19
203 +* Updated library org.springframework:spring-tx from 6.2.14 to 6.2.19
204 +* Updated library org.springframework:spring-web from 6.2.14 to 6.2.19
205 +* Updated library org.springframework:spring-webmvc from 6.2.14 to 6.2.19
206 +* Updated library org.springframework.security:spring-security-oauth2-core from 6.5.7 to 7.1.0
207 +* Updated library org.springframework.security:spring-security-oauth2-jose from 6.5.7 to 7.1.0
208 +* Updated library org.springframework.security:spring-security-oauth2-resource-server from 6.5.7 to 7.1.0
209 +* Updated library org.springframework.security:spring-security-web from 6.5.7 to 7.1.0
210 +* Updated library org.springframework.ws:spring-ws-core from 4.1.2 to 5.0.2
211 +* Updated library org.springframework.ws:spring-ws-security from 4.1.2 to 5.0.2
212 +* Updated library org.springframework.ws:spring-ws-support from 4.1.2 to 5.0.2
213 +* Updated library org.springframework.ws:spring-xml from 4.1.2 to 5.0.2
214 +* Updated library org.springframework:spring-aop from 6.2.14 to 7.0.8
215 +* Updated library org.springframework:spring-beans from 6.2.14 to 7.0.8
216 +* Updated library org.springframework:spring-context-support from 6.2.14 to 7.0.8
217 +* Updated library org.springframework:spring-context from 6.2.14 to 7.0.8
218 +* Updated library org.springframework:spring-core from 6.2.14 to 7.0.8
219 +* Updated library org.springframework:spring-expression from 6.2.14 to 7.0.8
220 +* Updated library org.springframework:spring-jdbc from 6.2.14 to 7.0.8
221 +* Updated library org.springframework:spring-jms from 6.2.14 to 7.0.8
222 +* Updated library org.springframework:spring-messaging from 6.2.14 to 7.0.8
223 +* Updated library org.springframework:spring-oxm from 6.2.14 to 7.0.8
224 +* Updated library org.springframework:spring-tx from 6.2.14 to 7.0.8
225 +* Updated library org.springframework:spring-web from 6.2.14 to 7.0.8
226 +* Updated library org.springframework:spring-webmvc from 6.2.14 to 7.0.8
227 +* Updated library org.wildfly.common:wildfly-common from 1.7.0.Final to 2.0.1
228 +* Updated library org.yaml:snakeyaml from 2.4 to 2.6
229 +* Updated library xom:xom from 1.3.9 to 1.4.6
230 +
231 +==Updated libraries in the ‘extended’ runtime image==
232 +
233 +{{info}}These libraries are not available in standard eMagiz runtimes, and are only present when a custom runtime image is used. This is generally only the case if your model has certain feature flags or flow components used. No Groovy scripts or SpEL expressions should rely on any of these libraries.{{/info}}
234 +
235 +* Updated library com.emagiz.batch:emagiz-batch-core from 5.0.6 to 5.0.7
236 +* Updated library com.emagiz.batch:emagiz-batch-eventhubs from 5.0.6 to 5.0.7
237 +* Updated library com.emagiz.batch:emagiz-batch-file from 5.0.6 to 5.0.7
238 +* Updated library com.emagiz.batch:emagiz-batch-http from 5.0.6 to 5.0.7
239 +* Updated library com.emagiz.batch:emagiz-batch-jdbc from 5.0.6 to 5.0.7
240 +* Updated library com.emagiz.batch:emagiz-batch-redshift from 5.0.6 to 5.0.7
241 +* Updated library com.emagiz.components:emagiz-components-smooks from 12.5.4 to 12.6.0
242 +* Updated library com.emagiz.components:emagiz-components-xslfo from 12.5.4 to 12.6.0
243 +* Updated library com.fasterxml.jackson.dataformat:jackson-dataformat-cbor from 2.19.4 to 2.21.4
244 +* Updated library com.fasterxml.jackson.datatype:jackson-datatype-joda from 2.19.4 to 2.21.4
245 +* Updated library jaxen:jaxen from 2.0.0 to 2.0.6
246 +* Updated library org.springframework.batch:spring-batch-core from 5.2.4 to 5.2.6
247 +* Updated library org.springframework.batch:spring-batch-integration from 5.2.4 to 5.2.6
248 +* Updated library org.springframework.data:spring-data-commons from 3.5.6 to 3.5.13
249 +
31 31  )))((({{toc/}}))){{/container}}
32 32  {{/container}}