|
63 | 63 | <sdk-title>${project.artifactId}</sdk-title> |
64 | 64 |
|
65 | 65 | <!-- Plugin Versions --> |
66 | | - <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> |
| 66 | + <maven-compiler-plugin.version>3.13.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.3</maven-surefire-plugin.version> |
| 73 | + <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> |
74 | 74 | <build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version> |
75 | | - <ktlint-plugin.version>3.5.0</ktlint-plugin.version> |
76 | | - <jacoco-plugin.version>0.8.13</jacoco-plugin.version> |
77 | | - <dokka-plugin.version>2.0.0</dokka-plugin.version> |
| 75 | + <ktlint-plugin.version>3.4.0</ktlint-plugin.version> |
| 76 | + <jacoco-plugin.version>0.8.12</jacoco-plugin.version> |
| 77 | + <dokka-plugin.version>1.9.20</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 | | - <maven.licence.plugin.version>5.0.0</maven.licence.plugin.version> |
81 | | - <flatten.maven.plugin.version>1.7.0</flatten.maven.plugin.version> |
82 | | - <kotlin.version>2.1.20</kotlin.version> |
83 | | - <kotlinx.coroutines.version>1.10.1</kotlinx.coroutines.version> |
84 | | - <ktor.version>3.1.2</ktor.version> |
85 | | - <kotlin-atomic.version>0.27.0</kotlin-atomic.version> |
86 | | - <slf4j.version>2.0.17</slf4j.version> |
| 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.0.21</kotlin.version> |
| 83 | + <kotlinx.coroutines.version>1.9.0</kotlinx.coroutines.version> |
| 84 | + <ktor.version>2.3.13</ktor.version> |
| 85 | + <kotlin-atomic.version>0.26.1</kotlin-atomic.version> |
| 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> |
89 | 89 | </properties> |
|
131 | 131 | <dependency> |
132 | 132 | <groupId>com.fasterxml.jackson</groupId> |
133 | 133 | <artifactId>jackson-bom</artifactId> |
134 | | - <version>2.18.3</version> |
| 134 | + <version>2.18.2</version> |
135 | 135 | <type>pom</type> |
136 | 136 | <scope>import</scope> |
137 | 137 | </dependency> |
138 | 138 | <dependency> |
139 | 139 | <groupId>com.squareup.okio</groupId> |
140 | 140 | <artifactId>okio-jvm</artifactId> |
141 | | - <version>3.10.2</version> |
| 141 | + <version>3.9.1</version> |
142 | 142 | </dependency> |
143 | 143 | <dependency> |
144 | 144 | <groupId>org.jetbrains</groupId> |
145 | 145 | <artifactId>annotations</artifactId> |
146 | | - <version>26.0.2</version> |
| 146 | + <version>26.0.1</version> |
147 | 147 | </dependency> |
148 | 148 | <dependency> |
149 | 149 | <groupId>org.hibernate.validator</groupId> |
|
153 | 153 | <dependency> |
154 | 154 | <groupId>com.fasterxml.jackson.core</groupId> |
155 | 155 | <artifactId>jackson-annotations</artifactId> |
156 | | - <version>2.18.3</version> |
| 156 | + <version>2.18.2</version> |
157 | 157 | </dependency> |
158 | 158 | </dependencies> |
159 | 159 | </dependencyManagement> |
|
732 | 732 | <dependency> |
733 | 733 | <groupId>org.apache.commons</groupId> |
734 | 734 | <artifactId>commons-lang3</artifactId> |
735 | | - <version>3.17.0</version> |
| 735 | + <version>3.14.0</version> |
736 | 736 | </dependency> |
737 | 737 |
|
738 | 738 | <dependency> |
739 | 739 | <groupId>org.apache.commons</groupId> |
740 | 740 | <artifactId>commons-text</artifactId> |
741 | | - <version>1.13.0</version> |
| 741 | + <version>1.12.0</version> |
742 | 742 | </dependency> |
743 | 743 |
|
744 | 744 | <dependency> |
|
0 commit comments