Skip to content

Commit 8c1af95

Browse files
Updated dependencies versions (#81)
* Updated dependencies versions * updated versions of eiffel components
1 parent 8d9d5f0 commit 8c1af95

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build.gradle

+9-9
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ allprojects {
4848

4949
jar {
5050
baseName = 'eiffel-remrem-semantics'
51-
version = '0.4.2'
51+
version = '0.4.3'
5252
manifest {
5353
attributes('remremVersionKey': 'semanticsVersion')
5454
attributes('semanticsVersion': version)
@@ -66,7 +66,7 @@ jar {
6666

6767
shadowJar {
6868
baseName = 'eiffel-remrem-semantics'
69-
version = '0.4.2'
69+
version = '0.4.3'
7070
classifier = ''
7171
}
7272

@@ -92,22 +92,22 @@ repositories {
9292
install.dependsOn shadowJar
9393

9494
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')
9797
{
9898
// we need to exclude jackson-databind here and add a
9999
// new version afterwards. The reason is the incompatibility
100100
// with applications based on newer versions of Spring framework
101101
// and using semantics as a library
102102
exclude module: 'jackson-databind'
103103
}
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'
106106
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'
108108
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'
111111
compile 'org.eclipse.jgit:org.eclipse.jgit.archive:4.5.0.201609210915-r'
112112
}
113113

0 commit comments

Comments
 (0)