Releases: zalando-stups/java-sproc-wrapper
Releases · zalando-stups/java-sproc-wrapper
4.0.0
This release fixes several vulnerability issues. It required to upgrade the Java version to 17, the security issues are not available for older Java versions. BaseConnection.getTimestampUtils() is deprecated, usage has been updated. Thanks to @chanakadkb for support.
3.2.1
Downgrade org.reflections:reflections
to 0.9.11
due to bug in the library ronmamo/reflections#279
3.2.0
- Backport sources to Java 8
- Upgrade dependencies (
spring
to5.3.23
,postgresql
to42.5.0
) - Fix different vulnerabilities except CVE-2016-1000027 because it doesn't have a fix yet.
3.1.1
3.1.0
- Add support of multiple packages in
global.value.transformer.search.namespace
configuration property using;
separator, e.g.a.b.c;x.y.z
. - Update
reflections
to0.9.12
. - Update
spring-framework
to5.2.16
. - Update
dependency-check-maven
plugin to6.2.2
. - Update README
3.0.1
3.0.0
This release includes the base package renaming from de.zalando
to org.zalando
.
The following and vulnerabilities fixed: