Skip to content

Commit d9fa4b7

Browse files
chore(deps): bump org.ehcache:ehcache from 3.10.8 to 3.12.0 in /dhis-2 (#23654)
* chore(deps): bump org.ehcache:ehcache from 3.10.8 to 3.12.0 in /dhis-2 Bumps [org.ehcache:ehcache](https://github.com/ehcache/ehcache3) from 3.10.8 to 3.12.0. - [Release notes](https://github.com/ehcache/ehcache3/releases) - [Commits](ehcache/ehcache3@v3.10.8...v3.12.0) --- updated-dependencies: - dependency-name: org.ehcache:ehcache dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Make TextPatternSegment implement Serializable --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Enrico <enrico@dhis2.org>
1 parent 5c34195 commit d9fa4b7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

dhis-2/dhis-api/src/main/java/org/hisp/dhis/textpattern/TextPatternSegment.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@
3232
import com.fasterxml.jackson.annotation.JsonIgnore;
3333
import com.fasterxml.jackson.annotation.JsonProperty;
3434
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
35+
import java.io.Serializable;
3536
import java.util.Objects;
3637
import org.hisp.dhis.common.DxfNamespaces;
3738

3839
/**
3940
* @author Stian Sandvold
4041
*/
41-
public class TextPatternSegment {
42+
public class TextPatternSegment implements Serializable {
4243
private TextPatternMethod method;
4344

4445
private String parameter;

dhis-2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<!--DBMS -->
123123
<flyway-database-postgresql.version>11.12.0</flyway-database-postgresql.version>
124124
<hibernate.version>5.6.15.Final</hibernate.version>
125-
<ehcache3.version>3.10.8</ehcache3.version>
125+
<ehcache3.version>3.12.0</ehcache3.version>
126126
<jaxb-runtime.version>4.0.7</jaxb-runtime.version>
127127
<hypersistence-utils.version>3.9.5</hypersistence-utils.version>
128128
<!-- Data sources,db pools and db drivers -->

0 commit comments

Comments
 (0)