diff --git a/Jenkinsfile b/Jenkinsfile
index fd75a32..f602833 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -8,6 +8,6 @@ build('db-common-lib', 'docker-host') {
javaLibPipeline = load("build_utils/jenkins_lib/pipeJavaLib.groovy")
}
- def buildImageTag = "fcf116dd775cc2e91bffb6a36835754e3f2d5321"
+ def buildImageTag = "b04c5291d101132e53e578d96e1628d2e6dab0c0"
javaLibPipeline(buildImageTag)
}
\ No newline at end of file
diff --git a/build_utils b/build_utils
index ea4aa04..5cb25f0 160000
--- a/build_utils
+++ b/build_utils
@@ -1 +1 @@
-Subproject commit ea4aa042f482551d624fd49a570d28488f479e93
+Subproject commit 5cb25f049c719a608276a99fc4fbe852187019ca
diff --git a/pom.xml b/pom.xml
index e8be9cf..a23359a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,19 +6,45 @@
com.rbkmoney
parent
- 1.0.0
+ 1.0.5
4.0.0
jar
db-common-lib
- 0.0.2-SNAPSHOT
+ 0.0.3
+
+ db-common-lib
+ Abstract dao and row mappers
+ https://github.com/rbkmoney/db-common-lib
+
+
+
+ The Apache Software License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+
+
+
+
+
+ Vitaly Banin
+ v.banin@rbkmoney.com
+ RBK.money
+ https://rbk.money
+
+
+
+
+ scm:git:git://github.com/rbkmoney/db-common-lib.git
+ scm:git:ssh://github.com/rbkmoney/db-common-lib.git
+ https://github.com/rbkmoney/db-common-lib/tree/master
+
UTF-8
- 3.11.5
- 0.6.9
+ 3.13.2
+ 0.6.11
@@ -35,7 +61,7 @@
org.springframework.boot
spring-boot-starter-jdbc
- 1.5.10.RELEASE
+ 2.3.0.RELEASE
provided