diff --git a/fluent-regex.txt b/fluent-regex.txt
new file mode 100644
index 0000000..f09cabf
--- /dev/null
+++ b/fluent-regex.txt
@@ -0,0 +1,4 @@
+Regex:
+public void set([^\{]+)\{(\W*)this\.([^;]+);(\W*)}
+Replace:
+public void set$1\{$2this\.$3;$4}\n\n\tpublic HistoricTaskQueryRepresentation with$1\{$2this\.$3;$2return this;$4}
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index febe89e..8234d86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,8 +42,9 @@
8
lines,vars,source
- 2.35
- 3.4.7
+ 2.39.1
+ 3.5.6
+ 2.15.1
@@ -55,7 +56,7 @@
com.fasterxml.jackson.module
jackson-module-jaxb-annotations
- 2.12.2
+ ${jackson.version}
org.apache.cxf