|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <groupId>com.expediagroup</groupId> |
6 | 6 | <artifactId>xap-sdk</artifactId> |
7 | | - <version>1.0.0</version> |
| 7 | + <version>1.1.0</version> |
8 | 8 | <name>EG xap-sdk for Java</name> |
9 | | - <description>EG xap-sdk v1.0.0</description> |
| 9 | + <description>EG xap-sdk v1.1.0</description> |
10 | 10 | <url>https://github.com/ExpediaGroup/test-sdk</url> |
11 | 11 | <inceptionYear>2022</inceptionYear> |
12 | 12 | <packaging>jar</packaging> |
|
82 | 82 | <kotlin.version>2.0.21</kotlin.version> |
83 | 83 | <kotlinx.coroutines.version>1.9.0</kotlinx.coroutines.version> |
84 | 84 | <ktor.version>2.3.13</ktor.version> |
85 | | - <kotlin-atomic.version>0.26.0</kotlin-atomic.version> |
| 85 | + <kotlin-atomic.version>0.26.1</kotlin-atomic.version> |
86 | 86 | <slf4j.version>2.0.16</slf4j.version> |
87 | 87 | <maven.nexus-staging.plugin.version>1.7.0</maven.nexus-staging.plugin.version> |
88 | 88 | <maven.gpg.plugin.version>3.2.7</maven.gpg.plugin.version> |
|
131 | 131 | <dependency> |
132 | 132 | <groupId>com.fasterxml.jackson</groupId> |
133 | 133 | <artifactId>jackson-bom</artifactId> |
134 | | - <version>2.18.1</version> |
| 134 | + <version>2.18.2</version> |
135 | 135 | <type>pom</type> |
136 | 136 | <scope>import</scope> |
137 | 137 | </dependency> |
|
153 | 153 | <dependency> |
154 | 154 | <groupId>com.fasterxml.jackson.core</groupId> |
155 | 155 | <artifactId>jackson-annotations</artifactId> |
156 | | - <version>2.18.1</version> |
| 156 | + <version>2.18.2</version> |
157 | 157 | </dependency> |
158 | 158 | </dependencies> |
159 | 159 | </dependencyManagement> |
|
744 | 744 | <dependency> |
745 | 745 | <groupId>com.ebay.ejmask</groupId> |
746 | 746 | <artifactId>ejmask-api</artifactId> |
747 | | - <version>1.0.3</version> |
| 747 | + <version>1.3.0</version> |
748 | 748 | </dependency> |
749 | 749 |
|
750 | 750 | <dependency> |
751 | 751 | <groupId>com.ebay.ejmask</groupId> |
752 | 752 | <artifactId>ejmask-extensions</artifactId> |
753 | | - <version>1.0.3</version> |
| 753 | + <version>1.3.0</version> |
754 | 754 | </dependency> |
755 | 755 | </dependencies> |
756 | 756 |
|
|
0 commit comments