|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <groupId>com.expediagroup</groupId> |
6 | 6 | <artifactId>rapid-sdk</artifactId> |
7 | | - <version>5.3.2</version> |
| 7 | + <version>5.4.0</version> |
8 | 8 | <name>EG rapid-sdk for Java</name> |
9 | | - <description>EG rapid-sdk v5.3.2</description> |
| 9 | + <description>EG rapid-sdk v5.4.0</description> |
10 | 10 | <url>https://github.com/ExpediaGroup/test-sdk</url> |
11 | 11 | <inceptionYear>2022</inceptionYear> |
12 | 12 | <packaging>jar</packaging> |
|
63 | 63 | <sdk-title>${project.artifactId}</sdk-title> |
64 | 64 |
|
65 | 65 | <!-- Plugin Versions --> |
66 | | - <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version> |
| 66 | + <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> |
67 | 67 | <maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version> |
68 | 68 | <maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version> |
69 | 69 | <maven-jar-plugin.version>3.4.2</maven-jar-plugin.version> |
70 | 70 | <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version> |
71 | 71 | <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version> |
72 | 72 | <maven-source-plugin.version>3.3.1</maven-source-plugin.version> |
73 | | - <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> |
| 73 | + <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version> |
74 | 74 | <build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version> |
75 | 75 | <ktlint-plugin.version>3.5.0</ktlint-plugin.version> |
76 | | - <jacoco-plugin.version>0.8.12</jacoco-plugin.version> |
| 76 | + <jacoco-plugin.version>0.8.13</jacoco-plugin.version> |
77 | 77 | <dokka-plugin.version>2.0.0</dokka-plugin.version> |
78 | 78 | <dokka-old-versions.location/> <!-- passed as a property when running dokka:dokka--> |
79 | 79 | <properties.maven.plugin.version>1.2.1</properties.maven.plugin.version> |
80 | 80 | <maven.licence.plugin.version>4.6</maven.licence.plugin.version> |
81 | | - <flatten.maven.plugin.version>1.6.0</flatten.maven.plugin.version> |
82 | | - <kotlin.version>2.1.0</kotlin.version> |
| 81 | + <flatten.maven.plugin.version>1.7.0</flatten.maven.plugin.version> |
| 82 | + <kotlin.version>2.1.20</kotlin.version> |
83 | 83 | <kotlinx.coroutines.version>1.10.1</kotlinx.coroutines.version> |
84 | | - <ktor.version>3.0.3</ktor.version> |
| 84 | + <ktor.version>3.1.2</ktor.version> |
85 | 85 | <kotlin-atomic.version>0.27.0</kotlin-atomic.version> |
86 | | - <slf4j.version>2.0.16</slf4j.version> |
| 86 | + <slf4j.version>2.0.17</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> |
89 | 89 | </properties> |
|
131 | 131 | <dependency> |
132 | 132 | <groupId>com.fasterxml.jackson</groupId> |
133 | 133 | <artifactId>jackson-bom</artifactId> |
134 | | - <version>2.18.2</version> |
| 134 | + <version>2.18.3</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.2</version> |
| 156 | + <version>2.18.3</version> |
157 | 157 | </dependency> |
158 | 158 | </dependencies> |
159 | 159 | </dependencyManagement> |
|
739 | 739 | <dependency> |
740 | 740 | <groupId>org.apache.commons</groupId> |
741 | 741 | <artifactId>commons-text</artifactId> |
742 | | - <version>1.13.0</version> |
| 742 | + <version>1.13.1</version> |
743 | 743 | </dependency> |
744 | 744 |
|
745 | 745 | <dependency> |
|
0 commit comments