File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Add this dependency to your project's POM:
23
23
<dependency >
24
24
<groupId >com.postfinancecheckout</groupId >
25
25
<artifactId >postfinancecheckout-java-sdk</artifactId >
26
- <version >2.2.8 </version >
26
+ <version >2.2.9 </version >
27
27
<scope >compile</scope >
28
28
</dependency >
29
29
```
@@ -33,7 +33,7 @@ Add this dependency to your project's POM:
33
33
Add this dependency to your project's build file:
34
34
35
35
``` groovy
36
- compile "com.postfinancecheckout:postfinancecheckout-java-sdk:2.2.8 "
36
+ compile "com.postfinancecheckout:postfinancecheckout-java-sdk:2.2.9 "
37
37
```
38
38
39
39
### Others
@@ -46,7 +46,7 @@ mvn clean package
46
46
47
47
Then manually install the following JARs:
48
48
49
- * ` target/postfinancecheckout-java-sdk-2.2.8 .jar `
49
+ * ` target/postfinancecheckout-java-sdk-2.2.9 .jar `
50
50
* ` target/lib/*.jar `
51
51
52
52
## Usage
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'idea'
2
2
apply plugin : ' eclipse'
3
3
4
4
group = ' com.postfinancecheckout'
5
- version = ' 2.2.8 '
5
+ version = ' 2.2.9 '
6
6
7
7
buildscript {
8
8
repositories {
99
99
google_api_client_version = " 1.23.0"
100
100
jersey_common_version = " 2.29.1"
101
101
jodatime_version = " 2.9.9"
102
- junit_version = " 4.12 "
102
+ junit_version = " 4.13.1 "
103
103
}
104
104
105
105
dependencies {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
2
2
settings(
3
3
organization := " com.postfinancecheckout" ,
4
4
name := " postfinancecheckout-java-sdk" ,
5
- version := " 2.2.8 " ,
5
+ version := " 2.2.9 " ,
6
6
scalaVersion := " 2.11.4" ,
7
7
scalacOptions ++= Seq (" -feature" ),
8
8
javacOptions in compile ++= Seq (" -Xlint:deprecation" ),
@@ -16,7 +16,7 @@ lazy val root = (project in file(".")).
16
16
" com.fasterxml.jackson.core" % " jackson-annotations" % " 2.10.1" % " compile" ,
17
17
" com.fasterxml.jackson.core" % " jackson-databind" % " 2.10.1" % " compile" ,
18
18
" com.fasterxml.jackson.datatype" % " jackson-datatype-jsr310" % " 2.10.1" % " compile" ,
19
- " junit" % " junit" % " 4.12 " % " test" ,
19
+ " junit" % " junit" % " 4.13.1 " % " test" ,
20
20
" com.novocode" % " junit-interface" % " 0.10" % " test"
21
21
)
22
22
)
Original file line number Diff line number Diff line change 5
5
<artifactId >postfinancecheckout-java-sdk</artifactId >
6
6
<packaging >jar</packaging >
7
7
<name >postfinancecheckout-java-sdk</name >
8
- <version >2.2.8 </version >
8
+ <version >2.2.9 </version >
9
9
<url >https://www.postfinance.ch/checkout</url >
10
10
<description >The SDK for simplifying the integration with PostFinance Checkout API.</description >
11
11
<scm >
311
311
<jersey-common-version >2.29.1</jersey-common-version >
312
312
<jackson-version >2.10.1</jackson-version >
313
313
<maven-plugin-version >1.0.0</maven-plugin-version >
314
- <junit-version >4.12 </junit-version >
314
+ <junit-version >4.13.1 </junit-version >
315
315
</properties >
316
316
</project >
You can’t perform that action at this time.
0 commit comments