@@ -48,7 +48,7 @@ allprojects {
48
48
49
49
jar {
50
50
baseName = ' eiffel-remrem-semantics'
51
- version = ' 0.4.2 '
51
+ version = ' 0.4.3 '
52
52
manifest {
53
53
attributes(' remremVersionKey' : ' semanticsVersion' )
54
54
attributes(' semanticsVersion' : version)
66
66
67
67
shadowJar {
68
68
baseName = ' eiffel-remrem-semantics'
69
- version = ' 0.4.2 '
69
+ version = ' 0.4.3 '
70
70
classifier = ' '
71
71
}
72
72
@@ -92,22 +92,22 @@ repositories {
92
92
install. dependsOn shadowJar
93
93
94
94
dependencies {
95
- compile ' com.github.Ericsson:eiffel-remrem-protocol-interface:0.0.7 '
96
- compile(' com.github.fge:json-schema-validator:2.2.6 ' )
95
+ compile ' com.github.Ericsson:eiffel-remrem-protocol-interface:0.0.8 '
96
+ compile(' com.github.fge:json-schema-validator:2.2.8 ' )
97
97
{
98
98
// we need to exclude jackson-databind here and add a
99
99
// new version afterwards. The reason is the incompatibility
100
100
// with applications based on newer versions of Spring framework
101
101
// and using semantics as a library
102
102
exclude module : ' jackson-databind'
103
103
}
104
- compile ' com.fasterxml.jackson.core:jackson-databind:2.8.3 '
105
- compile ' org.mockito:mockito-core:1.10.19 '
104
+ compile ' com.fasterxml.jackson.core:jackson-databind:2.9.4 '
105
+ compile ' org.mockito:mockito-core:2.8.47 '
106
106
compile ' javax.inject:javax.inject:1'
107
- compile ' ch.qos.logback:logback-classic:1.1.7 '
107
+ compile ' ch.qos.logback:logback-classic:1.2.3 '
108
108
testCompile ' junit:junit:4.12'
109
- compile ' org.apache.commons:commons-lang3:3.5 '
110
- compile ' commons-io:commons-io:2.4 '
109
+ compile ' org.apache.commons:commons-lang3:3.7 '
110
+ compile ' commons-io:commons-io:2.6 '
111
111
compile ' org.eclipse.jgit:org.eclipse.jgit.archive:4.5.0.201609210915-r'
112
112
}
113
113
0 commit comments