Skip to content

Commit

Permalink
Release 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Coser committed Apr 7, 2020
1 parent c203fa5 commit cc4ac63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
```
- Add the dependency
```
implementation('com.github.DaikonWeb:daikon-jackson-xml:1.2.4')
implementation('com.github.DaikonWeb:daikon-jackson-xml:1.2.5')
```

### Maven
Expand All @@ -39,7 +39,7 @@ implementation('com.github.DaikonWeb:daikon-jackson-xml:1.2.4')
<dependency>
<groupId>com.github.DaikonWeb</groupId>
<artifactId>daikon-jackson-xml</artifactId>
<version>1.2.4</version>
<version>1.2.5</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
implementation('org.jetbrains.kotlin:kotlin-stdlib-jdk8')
implementation('com.github.DaikonWeb:daikon:1.2.4')
implementation('com.github.DaikonWeb:daikon:1.2.5')
compile('com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.10.1')
testImplementation('com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0')
testImplementation('org.junit.jupiter:junit-jupiter-api:5.5.1')
Expand Down

0 comments on commit cc4ac63

Please sign in to comment.