diff --git a/pom.xml b/pom.xml
index b75c78a..d398a00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
com.rbkmoney
spring-boot-starter-parent
- 1.5.2.RELEASE
+ 2.1.1.RELEASE
@@ -19,9 +19,9 @@
8022
UTF-8
9.4.1212
- 22c57470c4fc47161894f036b7cf9d70f42b75f5
- 1.264-e044dd7
- 0.2.1
+ bc95d0d6dc13c693acd2b274531a7d604b877bf3
+ 1.305-0b8b408
+ 0.3.6
@@ -53,7 +53,7 @@
de.codecentric
spring-boot-admin-starter-client
- 1.4.1
+ 2.1.5
@@ -142,6 +142,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ 2.1.1.RELEASE
diff --git a/src/main/java/com/rbkmoney/antifraud/domain/tables/records/PaymentRecord.java b/src/main/java/com/rbkmoney/antifraud/domain/tables/records/PaymentRecord.java
index 7d81bfc..b0204cb 100644
--- a/src/main/java/com/rbkmoney/antifraud/domain/tables/records/PaymentRecord.java
+++ b/src/main/java/com/rbkmoney/antifraud/domain/tables/records/PaymentRecord.java
@@ -630,6 +630,76 @@ public class PaymentRecord extends UpdatableRecordImpl implements
return this;
}
+ @Override
+ public String component1() {
+ return this.value1();
+ }
+
+ @Override
+ public String component2() {
+ return this.value2();
+ }
+
+ @Override
+ public String component3() {
+ return this.value3();
+ }
+
+ @Override
+ public String component4() {
+ return this.value4();
+ }
+
+ @Override
+ public String component5() {
+ return this.value5();
+ }
+
+ @Override
+ public String component6() {
+ return this.value6();
+ }
+
+ @Override
+ public String component7() {
+ return this.value7();
+ }
+
+ @Override
+ public String component8() {
+ return this.value8();
+ }
+
+ @Override
+ public String component9() {
+ return this.value9();
+ }
+
+ @Override
+ public Long component10() {
+ return this.value10();
+ }
+
+ @Override
+ public String component11() {
+ return this.value11();
+ }
+
+ @Override
+ public String component12() {
+ return this.value12();
+ }
+
+ @Override
+ public String component13() {
+ return this.value13();
+ }
+
+ @Override
+ public String component14() {
+ return this.value14();
+ }
+
// -------------------------------------------------------------------------
// Constructors
// -------------------------------------------------------------------------