File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Add the following to your build.gradle file in the root of your project.
31
31
...
32
32
dependencies {
33
33
...
34
- compile group: 'com.socketlabs', name: 'injectionApi', version: '1.0.3 '
34
+ compile group: 'com.socketlabs', name: 'injectionApi', version: '1.0.4 '
35
35
}
36
36
37
37
repositories {
@@ -46,19 +46,19 @@ repositories {
46
46
<dependency>
47
47
<groupId>com.socketlabs</groupId>
48
48
<artifactId>injectionApi</artifactId>
49
- <version>1.0.3 </version>
49
+ <version>1.0.4 </version>
50
50
</dependency>
51
51
```
52
52
53
53
### via jar file
54
54
55
55
You can just drop the jar file in.
56
56
57
- [ socketlabs-java-1.0.3 .jar] ( https://github.com/socketlabs/socketlabs-java/releases/download/1.0.3 /injectionApi-1.0.3 .jar )
57
+ [ socketlabs-java-1.0.4 .jar] ( https://github.com/socketlabs/socketlabs-java/releases/download/1.0.4 /injectionApi-1.0.4 .jar )
58
58
59
- [ socketlabs-java-1.0.3 -sources.jar] ( https://github.com/socketlabs/socketlabs-java/releases/download/1.0.3 /injectionApi-1.0.3 -sources.jar )
59
+ [ socketlabs-java-1.0.4 -sources.jar] ( https://github.com/socketlabs/socketlabs-java/releases/download/1.0.4 /injectionApi-1.0.4 -sources.jar )
60
60
61
- [ socketlabs-java-1.0.3 -javadoc.jar] ( https://github.com/socketlabs/socketlabs-java/releases/download/1.0.3 /injectionApi-1.0.3 -javadoc.jar )
61
+ [ socketlabs-java-1.0.4 -javadoc.jar] ( https://github.com/socketlabs/socketlabs-java/releases/download/1.0.4 /injectionApi-1.0.4 -javadoc.jar )
62
62
63
63
Alternately, you can simply [ clone this repository] ( https://github.com/socketlabs/socketlabs-java.git ) directly to include the source code in your project.
64
64
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def baseGroupId = "com.socketlabs"
9
9
def baseArtifactId = ' injectionApi'
10
10
11
11
def computeVersion () {
12
- def baseVersion = " 1.0.3 "
12
+ def baseVersion = " 1.0.4 "
13
13
def release = true
14
14
if (release)
15
15
return " ${ baseVersion} "
@@ -33,8 +33,8 @@ compileJava {
33
33
34
34
dependencies {
35
35
testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
36
- compile ' com.fasterxml.jackson.core:jackson-core:2.9.5 '
37
- compile ' com.fasterxml.jackson.core:jackson-databind:2.9.5 '
36
+ compile ' com.fasterxml.jackson.core:jackson-core:2.9.6 '
37
+ compile ' com.fasterxml.jackson.core:jackson-databind:2.9.8 '
38
38
compile group : ' com.google.guava' , name : ' guava' , version : ' 12.0'
39
39
compile ' com.squareup.okhttp3:okhttp:3.11.0'
40
40
}
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.socketlabs</groupId >
6
6
<artifactId >injectionApi</artifactId >
7
- <version >1.0.3 </version >
7
+ <version >1.0.4 </version >
8
8
<name >socketlabs-java</name >
9
9
<description >SocketLabs Email Delivery Java library</description >
10
10
<url >https://github.com/socketlabs/socketlabs-java/</url >
41
41
<dependency >
42
42
<groupId >com.fasterxml.jackson.core</groupId >
43
43
<artifactId >jackson-core</artifactId >
44
- <version >2.9.5 </version >
44
+ <version >2.9.6 </version >
45
45
<scope >compile</scope >
46
46
</dependency >
47
47
<dependency >
48
48
<groupId >com.fasterxml.jackson.core</groupId >
49
49
<artifactId >jackson-databind</artifactId >
50
- <version >2.9.5 </version >
50
+ <version >2.9.8 </version >
51
51
<scope >compile</scope >
52
52
</dependency >
53
53
<dependency >
You can’t perform that action at this time.
0 commit comments