|
24 | 24 | <retrofit-source.version>3.0.0</retrofit-source.version> |
25 | 25 | <loggin.version>5.3.2</loggin.version> |
26 | 26 | <jococo-plugin.version>0.8.5</jococo-plugin.version> |
27 | | - <lombok-source.version>1.18.36</lombok-source.version> |
| 27 | + <lombok-source.version>1.18.42</lombok-source.version> |
28 | 28 | <junit-jupiter.version>5.11.4</junit-jupiter.version> |
29 | 29 | <junit-jupiter-engine.version>5.8.0-M1</junit-jupiter-engine.version> |
30 | 30 | <gson.version>2.8.8</gson.version> |
|
33 | 33 | <maven-gpg-plugin.version>1.5</maven-gpg-plugin.version> |
34 | 34 | <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
35 | 35 | <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> |
36 | | - <json-version>20250107</json-version> |
| 36 | + <json-version>20250517</json-version> |
37 | 37 | <jacoco-maven-plugin-version>0.8.11</jacoco-maven-plugin-version> |
38 | 38 | <maven-release-plugin-version>2.5.3</maven-release-plugin-version> |
39 | 39 | <contentstack-utils-version>1.2.15</contentstack-utils-version> |
40 | 40 | </properties> |
41 | 41 |
|
42 | | - <parent> |
43 | | - <groupId>org.sonatype.oss</groupId> |
44 | | - <artifactId>oss-parent</artifactId> |
45 | | - <version>7</version> |
46 | | - </parent> |
| 42 | + <!-- Parent POM removed to avoid 403 from Maven Central in CI (Snyk, etc.). --> |
| 43 | + <!-- Plugin versions and config are defined explicitly in this POM. --> |
47 | 44 |
|
48 | 45 | <scm> |
49 | 46 | <url>https://github.com/contentstack/contentstack-java</url> |
|
184 | 181 | <dependency> |
185 | 182 | <groupId>com.fasterxml.jackson.core</groupId> |
186 | 183 | <artifactId>jackson-databind</artifactId> |
187 | | - <version>2.20.1</version> |
| 184 | + <version>2.21.0</version> |
188 | 185 | </dependency> |
189 | 186 | <dependency> |
190 | 187 | <groupId>com.slack.api</groupId> |
191 | 188 | <artifactId>bolt</artifactId> |
192 | | - <version>1.45.3</version> |
| 189 | + <version>1.46.0</version> |
193 | 190 | </dependency> |
194 | 191 | <dependency> |
195 | 192 | <groupId>org.jetbrains</groupId> |
|
0 commit comments