Skip to content

Commit 6a11cea

Browse files
committed
Update to CML v5.14.0
1 parent 963229f commit 6a11cea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ The Context Mapper DSL library releases are available via the Maven central repo
88

99
**Gradle:**
1010
```gradle
11-
implementation 'org.contextmapper:context-mapper-dsl:5.10.0'
11+
implementation 'org.contextmapper:context-mapper-dsl:5.14.0'
1212
```
1313

1414
**Maven:**
1515
```xml
1616
<dependency>
1717
<groupId>org.contextmapper</groupId>
1818
<artifactId>context-mapper-dsl</artifactId>
19-
<version>5.10.0</version>
19+
<version>5.14.0</version>
2020
</dependency>
2121
```
2222
If you want to use our SNAPSHOT's built from the master branch ([context-mapper-dsl](https://github.com/ContextMapper/context-mapper-dsl)) you have to use the following repository: https://oss.sonatype.org/content/repositories/snapshots

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# dependency versions
2-
cmlVersion=5.13.0
2+
cmlVersion=5.14.0
33
xtendLibVersion=2.19.0
44
junitVersion=5.5.2
55
commonsLangVersion=2.6

0 commit comments

Comments
 (0)