Changes for page V3.5.1
Last modified by Erik Bakker on 2026/02/20 13:46
From version 56.1
edited by Erik Bakker
on 2026/02/20 13:39
on 2026/02/20 13:39
Change comment:
There is no comment for this version
To version 59.1
edited by Erik Bakker
on 2026/02/20 13:45
on 2026/02/20 13:45
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,249 +10,17 @@ 10 10 * Updated our Java version from 21.0.9 to 21.0.10. This update includes several security improvements by patching various CVEs. 11 11 ** With this Java update, several cipher suites have been disabled. This relates to the remainder of the TLS_RSA cipher suites, which were still enabled on the previous Java versions. eMagiz already did not allow these cipher suites for traffic to the eMagiz cloud (using our Carwash). Therefore, the potential impact of this change is limited to outgoing connectivity, and on-premises deployments. 12 12 These 6 previously enabled cipher suites are now disabled: 13 - 14 -((((% border="2" cellpadding="10" cellspacing="10" style="width:1000px" %) 15 -|=(% style="width: 45px;" %)#|=(% style="width: 241px;" %)Option 16 -|(% style="width:45px" %) a|(% style="width:241px" %) OAuth 2.0 - Authorization Code 17 -|(% style="width:45px" %) b|(% style="width:241px" %) REST - Basic Auth 18 -|(% style="width:45px" %) c|(% style="width:241px" %) REST - Client Certificate 19 -|(% style="width:45px" %) d|(% style="width:241px" %) REST - Header Mapper 20 -|(% style="width:45px" %) e|(% style="width:241px" %) OAuth 2.0 - Client Credentials 21 -|(% style="width:45px" %) f|(% style="width:241px" %) REST - SSL 22 -|(% style="width:45px" %) g|(% style="width:241px" %) Dynamic Token 23 -|(% style="width:45px" %) h|(% style="width:241px" %) Token 24 -|(% style="width:45px" %) i|(% style="width:241px" %) No Authentication 13 +*** ((((% border="2" cellpadding="10" cellspacing="10" style="width:1000px" %) 14 +|=(% style="width: 45px;" %)Java Cipher|=(% style="width: 241px;" %)OpenSSL 15 +|(% style="width:45px" %) TLS_RSA_WITH_AES_128_CBC_SHA|(% style="width:241px" %) [[AES128-SHA (External)>>https://ciphersuite.info/cs/TLS_RSA_WITH_AES_128_CBC_SHA/||target="blank"]] 16 +|(% style="width:45px" %) TLS_RSA_WITH_AES_128_CBC_SHA256|(% style="width:241px" %) [[AES128-SHA256 (External)>>https://ciphersuite.info/cs/TLS_RSA_WITH_AES_128_CBC_SHA256/||target="blank"]] 17 +|(% style="width:45px" %) TLS_RSA_WITH_AES_128_GCM_SHA256|(% style="width:241px" %) [[AES128-GCM-SHA256 (External)>>https://ciphersuite.info/cs/TLS_RSA_WITH_AES_128_GCM_SHA256/||target="blank"]] 18 +|(% style="width:45px" %) TLS_RSA_WITH_AES_256_CBC_SHA|(% style="width:241px" %) [[AES256-SHA (External)>>https://ciphersuite.info/cs/TLS_RSA_WITH_AES_256_CBC_SHA/||target="blank"]] 19 +|(% style="width:45px" %) TLS_RSA_WITH_AES_256_CBC_SHA256|(% style="width:241px" %) [[AES256-SHA256 (External)>>https://ciphersuite.info/cs/TLS_RSA_WITH_AES_256_CBC_SHA256/||target="blank"]] 20 +|(% style="width:45px" %) TLS_RSA_WITH_AES_256_GCM_SHA384|(% style="width:241px" %) [[AES256-GCM-SHA384 (External)>>https://ciphersuite.info/cs/TLS_RSA_WITH_AES_256_GCM_SHA384/||target="blank"]] 25 25 ))) 26 -==Removed libraries== 27 -* Removed library net.shibboleth.utilities:java-support 8.0.0 28 -* Removed library org.opensaml:opensaml-core 4.3.2 29 29 30 -==New libraries== 31 -* Added library com.google.code.findbugs:jsr305 3.0.2 32 -* Added library com.hierynomus:asn-one 0.6.0 33 -* Added library io.dropwizard.metrics:metrics-json 4.2.26 34 -* Added library net.shibboleth:shib-networking 9.1.6 35 -* Added library net.shibboleth:shib-security 9.1.6 36 -* Added library net.shibboleth:shib-support 9.1.6 37 -* Added library net.shibboleth:shib-velocity 9.1.6 38 -* Added library org.apache.httpcomponents.client5:httpclient5-cache 5.5.1 39 -* Added library org.infinispan:infinispan-commons-spi 15.2.6.Final 40 -* Added library org.infinispan:infinispan-counter-api 15.2.6.Final 41 -* Added library org.jspecify:jspecify 1.0.0 42 -* Added library org.opensaml:opensaml-core-api 5.1.6 43 -* Added library org.opensaml:opensaml-core-impl 5.1.6 23 +* Restore transformation behavior for JSON payloads containing @ characters 44 44 45 -==Updated libraries== 46 - 47 -* Updated library ch.qos.logback:logback-classic from 1.5.12 to 1.5.21 48 -* Updated library ch.qos.logback:logback-core from 1.5.12 to 1.5.21 49 -* Updated library com.fasterxml.jackson.core:jackson-annotations from 2.18.2 to 2.19.4 50 -* Updated library com.fasterxml.jackson.core:jackson-core from 2.18.2 to 2.19.4 51 -* Updated library com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.19.4 52 -* Updated library com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.18.2 to 2.19.4 53 -* Updated library com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.18.2 to 2.19.4 54 -* Updated library com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.2 to 2.19.4 55 -* Updated library com.fasterxml.jackson.module:jackson-module-parameter-names from 2.18.2 to 2.19.4 56 -* Updated library com.fasterxml.woodstox:woodstox-core from 7.0.0 to 7.1.1 57 -* Updated library com.github.ben-manes.caffeine:caffeine from 3.1.8 to 3.2.3 58 -* Updated library com.github.luben:zstd-jni from 1.5.6-3 to 1.5.7-6 59 -* Updated library com.google.protobuf:protobuf-java from 3.25.5 to 3.25.8 60 -* Updated library com.nimbusds:nimbus-jose-jwt from 9.37.3 to 9.37.4 61 -* Updated library com.nimbusds:oauth2-oidc-sdk from 9.43.4 to 9.43.6 62 -* Updated library com.zaxxer:HikariCP from 5.1.0 to 6.3.3 63 -* Updated library commons-beanutils:commons-beanutils from 1.9.4 to 1.11.0 64 -* Updated library commons-codec:commons-codec from 1.17.1 to 1.18.0 65 -* Updated library commons-io:commons-io from 2.16.1 to 2.19.0 66 -* Updated library de.dentrassi.crypto:pem-keystore from 2.4.0 to 3.0.0 67 -* Updated library io.dropwizard.metrics:metrics-core from 4.2.25 to 4.2.26 68 -* Updated library io.micrometer:micrometer-commons from 1.14.2 to 1.15.6 69 -* Updated library io.micrometer:micrometer-core from 1.14.2 to 1.15.6 70 -* Updated library io.micrometer:micrometer-jakarta9 from 1.14.2 to 1.15.6 71 -* Updated library io.micrometer:micrometer-observation from 1.14.2 to 1.15.6 72 -* Updated library io.micrometer:micrometer-registry-elastic from 1.14.2 to 1.15.6 73 -* Updated library io.netty:netty-buffer from 4.1.116.Final to 4.1.128.Final 74 -* Updated library io.netty:netty-codec from 4.1.116.Final to 4.1.128.Final 75 -* Updated library io.netty:netty-codec-http from 4.1.116.Final to 4.1.128.Final 76 -* Updated library io.netty:netty-codec-mqtt from 4.1.116.Final to 4.1.128.Final 77 -* Updated library io.netty:netty-codec-socks from 4.1.116.Final to 4.1.128.Final 78 -* Updated library io.netty:netty-common from 4.1.116.Final to 4.1.128.Final 79 -* Updated library io.netty:netty-handler from 4.1.116.Final to 4.1.128.Final 80 -* Updated library io.netty:netty-handler-proxy from 4.1.116.Final to 4.1.128.Final 81 -* Updated library io.netty:netty-resolver from 4.1.116.Final to 4.1.128.Final 82 -* Updated library io.netty:netty-transport from 4.1.116.Final to 4.1.128.Final 83 -* Updated library io.netty:netty-transport-classes-epoll from 4.1.116.Final to 4.1.128.Final 84 -* Updated library io.netty:netty-transport-classes-kqueue from 4.1.116.Final to 4.1.128.Final 85 -* Updated library io.netty:netty-transport-native-epoll from 4.1.116.Final to 4.1.128.Final 86 -* Updated library io.netty:netty-transport-native-kqueue from 4.1.116.Final to 4.1.128.Final 87 -* Updated library io.netty:netty-transport-native-unix-common from 4.1.116.Final to 4.1.128.Final 88 -* Updated library io.projectreactor:reactor-core from 3.7.1 to 3.7.13 89 -* Updated library io.reactivex.rxjava3:rxjava from 3.1.10 to 3.1.12 90 -* Updated library io.xlate:staedi from 1.25.2 to 1.26.0 91 -* Updated library jakarta.activation:jakarta.activation-api from 2.1.3 to 2.1.4 92 -* Updated library jakarta.mail:jakarta.mail-api from 2.1.3 to 2.1.5 93 -* Updated library jakarta.xml.bind:jakarta.xml.bind-api from 4.0.2 to 4.0.4 94 -* Updated library net.minidev:accessors-smart from 2.5.1 to 2.5.2 95 -* Updated library net.minidev:json-smart from 2.5.1 to 2.5.2 96 -* Updated library net.sf.saxon:Saxon-HE from 12.3 to 12.9 97 -* Updated library org.apache.activemq:artemis-amqp-protocol from 2.38.0 to 2.40.0 98 -* Updated library org.apache.activemq:artemis-commons from 2.38.0 to 2.40.0 99 -* Updated library org.apache.activemq:artemis-core-client from 2.38.0 to 2.40.0 100 -* Updated library org.apache.activemq:artemis-journal from 2.38.0 to 2.40.0 101 -* Updated library org.apache.activemq:artemis-lockmanager-api from 2.38.0 to 2.40.0 102 -* Updated library org.apache.activemq:artemis-mqtt-protocol from 2.38.0 to 2.40.0 103 -* Updated library org.apache.activemq:artemis-selector from 2.38.0 to 2.40.0 104 -* Updated library org.apache.activemq:artemis-server from 2.38.0 to 2.40.0 105 -* Updated library org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 106 -* Updated library org.apache.groovy:groovy from 4.0.24 to 4.0.29 107 -* Updated library org.apache.groovy:groovy-datetime from 4.0.24 to 4.0.29 108 -* Updated library org.apache.groovy:groovy-jmx from 4.0.24 to 4.0.29 109 -* Updated library org.apache.groovy:groovy-json from 4.0.24 to 4.0.29 110 -* Updated library org.apache.groovy:groovy-jsr223 from 4.0.24 to 4.0.29 111 -* Updated library org.apache.groovy:groovy-nio from 4.0.24 to 4.0.29 112 -* Updated library org.apache.groovy:groovy-sql from 4.0.24 to 4.0.29 113 -* Updated library org.apache.groovy:groovy-xml from 4.0.24 to 4.0.29 114 -* Updated library org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to 5.5.1 115 -* Updated library org.apache.httpcomponents.core5:httpcore5 from 5.3.1 to 5.3.6 116 -* Updated library org.apache.httpcomponents.core5:httpcore5-h2 from 5.3.1 to 5.3.6 117 -* Updated library org.apache.kafka:kafka-clients from 3.8.1 to 3.9.1 118 -* Updated library org.apache.qpid:qpid-jms-client from 2.6.1 to 2.9.0 119 -* Updated library org.apache.santuario:xmlsec from 4.0.2 to 4.0.4 120 -* Updated library org.apache.tomcat.embed:tomcat-embed-core from 10.1.34 to 10.1.49 121 -* Updated library org.apache.tomcat.embed:tomcat-embed-el from 10.1.34 to 10.1.49 122 -* Updated library org.apache.tomcat.embed:tomcat-embed-websocket from 10.1.34 to 10.1.49 123 -* Updated library org.apache.ws.xmlschema:xmlschema-core from 2.3.1 to 2.3.2 124 -* Updated library org.apache.wss4j:wss4j-ws-security-common from 3.0.4 to 4.0.0 125 -* Updated library org.apache.wss4j:wss4j-ws-security-dom from 3.0.4 to 4.0.0 126 -* Updated library org.bouncycastle:bcjmail-jdk18on from 1.79 to 1.83 127 -* Updated library org.bouncycastle:bcpkix-jdk18on from 1.79 to 1.83 128 -* Updated library org.bouncycastle:bcprov-jdk18on from 1.79 to 1.83 129 -* Updated library org.bouncycastle:bcutil-jdk18on from 1.79 to 1.83 130 -* Updated library org.codelibs:jcifs from 2.1.39 to 2.1.40 131 -* Updated library org.eclipse.angus:angus-activation from 2.0.2 to 2.0.3 132 -* Updated library org.eclipse.angus:angus-mail from 2.0.3 to 2.0.5 133 -* Updated library org.eclipse.jetty.ee10:jetty-ee10-servlet from 12.0.16 to 12.0.30 134 -* Updated library org.eclipse.jetty:jetty-http from 12.0.16 to 12.0.30 135 -* Updated library org.eclipse.jetty:jetty-io from 12.0.16 to 12.0.30 136 -* Updated library org.eclipse.jetty:jetty-security from 12.0.16 to 12.0.30 137 -* Updated library org.eclipse.jetty:jetty-server from 12.0.16 to 12.0.30 138 -* Updated library org.eclipse.jetty:jetty-session from 12.0.16 to 12.0.30 139 -* Updated library org.eclipse.jetty:jetty-util from 12.0.16 to 12.0.30 140 -* Updated library org.ehcache:ehcache from 3.10.8 to 3.10.9 141 -* Updated library org.glassfish.jaxb:jaxb-core from 4.0.5 to 4.0.6 142 -* Updated library org.glassfish.jaxb:jaxb-runtime from 4.0.5 to 4.0.6 143 -* Updated library org.glassfish.jaxb:txw2 from 4.0.5 to 4.0.6 144 -* Updated library org.infinispan.protostream:protostream from 5.0.10.Final to 5.0.13.Final 145 -* Updated library org.infinispan.protostream:protostream-processor from 5.0.10.Final to 5.0.13.Final 146 -* Updated library org.infinispan.protostream:protostream-types from 5.0.10.Final to 5.0.13.Final 147 -* Updated library org.infinispan:infinispan-clustered-lock from 15.0.11.Final to 15.2.6.Final 148 -* Updated library org.infinispan:infinispan-commons from 15.0.11.Final to 15.2.6.Final 149 -* Updated library org.infinispan:infinispan-core from 15.0.11.Final to 15.2.6.Final 150 -* Updated library org.jgroups:jgroups from 5.3.10.Final to 5.4.5.Final 151 -* Updated library org.opensaml:opensaml-profile-api from 4.3.2 to 5.1.6 152 -* Updated library org.opensaml:opensaml-saml-api from 4.3.2 to 5.1.6 153 -* Updated library org.opensaml:opensaml-saml-impl from 4.3.2 to 5.1.6 154 -* Updated library org.opensaml:opensaml-security-api from 4.3.2 to 5.1.6 155 -* Updated library org.opensaml:opensaml-security-impl from 4.3.2 to 5.1.6 156 -* Updated library org.opensaml:opensaml-soap-api from 4.3.2 to 5.1.6 157 -* Updated library org.opensaml:opensaml-xacml-api from 4.3.2 to 5.1.6 158 -* Updated library org.opensaml:opensaml-xacml-impl from 4.3.2 to 5.1.6 159 -* Updated library org.opensaml:opensaml-xacml-saml-api from 4.3.2 to 5.1.6 160 -* Updated library org.opensaml:opensaml-xacml-saml-impl from 4.3.2 to 5.1.6 161 -* Updated library org.opensaml:opensaml-xmlsec-api from 4.3.2 to 5.1.6 162 -* Updated library org.opensaml:opensaml-xmlsec-impl from 4.3.2 to 5.1.6 163 -* Updated library org.simplejavamail:utils-mail-smime from 2.3.11 to 2.3.12 164 -* Updated library org.slf4j:jul-to-slf4j from 2.0.16 to 2.0.17 165 -* Updated library org.slf4j:slf4j-api from 2.0.16 to 2.0.17 166 -* Updated library org.springframework.batch:spring-batch-infrastructure from 5.2.1 to 5.2.4 167 -* Updated library org.springframework.boot:spring-boot from 3.4.1 to 3.5.8 168 -* Updated library org.springframework.boot:spring-boot-actuator from 3.4.1 to 3.5.8 169 -* Updated library org.springframework.boot:spring-boot-actuator-autoconfigure from 3.4.1 to 3.5.8 170 -* Updated library org.springframework.boot:spring-boot-autoconfigure from 3.4.1 to 3.5.8 171 -* Updated library org.springframework.boot:spring-boot-starter from 3.4.1 to 3.5.8 172 -* Updated library org.springframework.boot:spring-boot-starter-actuator from 3.4.1 to 3.5.8 173 -* Updated library org.springframework.boot:spring-boot-starter-integration from 3.4.1 to 3.5.8 174 -* Updated library org.springframework.boot:spring-boot-starter-json from 3.4.1 to 3.5.8 175 -* Updated library org.springframework.boot:spring-boot-starter-logging from 3.4.1 to 3.5.8 176 -* Updated library org.springframework.boot:spring-boot-starter-security from 3.4.1 to 3.5.8 177 -* Updated library org.springframework.boot:spring-boot-starter-tomcat from 3.4.1 to 3.5.8 178 -* Updated library org.springframework.boot:spring-boot-starter-web from 3.4.1 to 3.5.8 179 -* Updated library org.springframework.boot:spring-boot-starter-web-services from 3.4.1 to 3.5.8 180 -* Updated library org.springframework.cloud:spring-cloud-context from 4.2.0 to 4.3.0 181 -* Updated library org.springframework.integration:spring-integration-core from 6.4.1 to 6.5.4 182 -* Updated library org.springframework.integration:spring-integration-file from 6.4.1 to 6.5.4 183 -* Updated library org.springframework.integration:spring-integration-ftp from 6.4.1 to 6.5.4 184 -* Updated library org.springframework.integration:spring-integration-groovy from 6.4.1 to 6.5.4 185 -* Updated library org.springframework.integration:spring-integration-http from 6.4.1 to 6.5.4 186 -* Updated library org.springframework.integration:spring-integration-ip from 6.4.1 to 6.5.4 187 -* Updated library org.springframework.integration:spring-integration-jdbc from 6.4.1 to 6.5.4 188 -* Updated library org.springframework.integration:spring-integration-jms from 6.4.1 to 6.5.4 189 -* Updated library org.springframework.integration:spring-integration-kafka from 6.4.1 to 6.5.4 190 -* Updated library org.springframework.integration:spring-integration-mail from 6.4.1 to 6.5.4 191 -* Updated library org.springframework.integration:spring-integration-scripting from 6.4.1 to 6.5.4 192 -* Updated library org.springframework.integration:spring-integration-sftp from 6.4.1 to 6.5.4 193 -* Updated library org.springframework.integration:spring-integration-smb from 6.4.1 to 6.5.4 194 -* Updated library org.springframework.integration:spring-integration-ws from 6.4.1 to 6.5.4 195 -* Updated library org.springframework.integration:spring-integration-xml from 6.4.1 to 6.5.4 196 -* Updated library org.springframework.kafka:spring-kafka from 3.3.1 to 3.3.11 197 -* Updated library org.springframework.security:spring-security-config from 6.4.2 to 6.5.7 198 -* Updated library org.springframework.security:spring-security-core from 6.4.2 to 6.5.7 199 -* Updated library org.springframework.security:spring-security-crypto from 6.4.2 to 6.5.7 200 -* Updated library org.springframework.security:spring-security-messaging from 6.4.2 to 6.5.7 201 -* Updated library org.springframework.security:spring-security-oauth2-client from 6.4.2 to 6.5.7 202 -* Updated library org.springframework.security:spring-security-oauth2-core from 6.4.2 to 6.5.7 203 -* Updated library org.springframework.security:spring-security-oauth2-jose from 6.4.2 to 6.5.7 204 -* Updated library org.springframework.security:spring-security-oauth2-resource-server from 6.4.2 to 6.5.7 205 -* Updated library org.springframework.security:spring-security-web from 6.4.2 to 6.5.7 206 -* Updated library org.springframework.ws:spring-ws-core from 4.0.11 to 4.1.2 207 -* Updated library org.springframework.ws:spring-ws-security from 4.0.11 to 4.1.2 208 -* Updated library org.springframework.ws:spring-ws-support from 4.0.11 to 4.1.2 209 -* Updated library org.springframework.ws:spring-xml from 4.0.11 to 4.1.2 210 -* Updated library org.springframework:spring-aop from 6.2.1 to 6.2.14 211 -* Updated library org.springframework:spring-beans from 6.2.1 to 6.2.14 212 -* Updated library org.springframework:spring-context from 6.2.1 to 6.2.14 213 -* Updated library org.springframework:spring-context-support from 6.2.1 to 6.2.14 214 -* Updated library org.springframework:spring-core from 6.2.1 to 6.2.14 215 -* Updated library org.springframework:spring-expression from 6.2.1 to 6.2.14 216 -* Updated library org.springframework:spring-jcl from 6.2.1 to 6.2.14 217 -* Updated library org.springframework:spring-jdbc from 6.2.1 to 6.2.14 218 -* Updated library org.springframework:spring-jms from 6.2.1 to 6.2.14 219 -* Updated library org.springframework:spring-messaging from 6.2.1 to 6.2.14 220 -* Updated library org.springframework:spring-oxm from 6.2.1 to 6.2.14 221 -* Updated library org.springframework:spring-tx from 6.2.1 to 6.2.14 222 -* Updated library org.springframework:spring-web from 6.2.1 to 6.2.14 223 -* Updated library org.springframework:spring-webmvc from 6.2.1 to 6.2.14 224 -* Updated library org.wildfly.common:wildfly-common from 2.0.0 to 2.0.1 225 -* Updated library org.xerial.snappy:snappy-java from 1.1.10.7 to 1.1.10.8 226 -* Updated library org.yaml:snakeyaml from 2.3 to 2.4 227 - 228 -==Updated libraries in the ‘extended’ runtime image== 229 - 230 -{{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}} 231 - 232 -* Updated library com.amazonaws:aws-java-sdk-core from 1.12.779 to 1.12.794 233 -* Updated library com.amazonaws:aws-java-sdk-kms from 1.12.779 to 1.12.794 234 -* Updated library com.amazonaws:aws-java-sdk-s3 from 1.12.779 to 1.12.794 235 -* Updated library com.amazonaws:jmespath-java from 1.12.779 to 1.12.794 236 -* Updated library com.fasterxml.jackson.dataformat:jackson-dataformat-cbor from 2.18.2 to 2.19.4 237 -* Updated library com.fasterxml.jackson.datatype:jackson-datatype-joda from 2.18.2 to 2.19.4 238 -* Updated library com.google.code.gson:gson from 2.11.0 to 2.13.2 239 -* Updated library com.google.errorprone:error_prone_annotations from 2.27.0 to 2.41.0 240 -* Updated library com.squareup.retrofit2:adapter-rxjava from 2.11.0 to 2.12.0 241 -* Updated library com.squareup.retrofit2:converter-jackson from 2.11.0 to 2.12.0 242 -* Updated library joda-time:joda-time from 2.13.0 to 2.14.0 243 -* Updated library org.apache.pdfbox:fontbox from 3.0.3 to 3.0.6 244 -* Updated library org.apache.pdfbox:pdfbox-io from 3.0.3 to 3.0.6 245 -* Updated library org.apache.xmlgraphics:batik-codec from 1.18 to 1.19 246 -* Updated library org.apache.xmlgraphics:fop-core from 2.10 to 2.11 247 -* Updated library org.apache.xmlgraphics:fop-events from 2.10 to 2.11 248 -* Updated library org.apache.xmlgraphics:fop-util from 2.10 to 2.11 249 -* Updated library org.apache.xmlgraphics:xmlgraphics-commons from 2.10 to 2.11 250 -* Updated library org.freemarker:freemarker from 2.3.33 to 2.3.34 251 -* Updated library org.hamcrest:hamcrest from 2.2 to 3.0 252 -* Updated library org.hamcrest:hamcrest-core from 2.2 to 3.0 253 -* Updated library org.springframework.batch:spring-batch-core from 5.2.1 to 5.2.4 254 -* Updated library org.springframework.batch:spring-batch-integration from 5.2.1 to 5.2.4 255 -* Updated library org.springframework.data:spring-data-commons from 3.4.1 to 3.5.6 256 - 257 257 )))((({{toc/}}))){{/container}} 258 258 {{/container}}