Skip to content

Commit b7438aa

Browse files
committed
change type of IDs and triggeredForCatalogItem to Long
1 parent 0c47688 commit b7438aa

138 files changed

Lines changed: 381 additions & 384 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add this dependency to your project's POM:
3535
<dependency>
3636
<groupId>one.talon</groupId>
3737
<artifactId>talon-one-client</artifactId>
38-
<version>11.0.0</version>
38+
<version>12.0.0</version>
3939
<scope>compile</scope>
4040
</dependency>
4141
```
@@ -45,7 +45,7 @@ Add this dependency to your project's POM:
4545
Add this dependency to your project's build file:
4646

4747
```groovy
48-
compile "one.talon:talon-one-client:11.0.0"
48+
compile "one.talon:talon-one-client:12.0.0"
4949
```
5050

5151
### Others

0 commit comments

Comments
 (0)