|
4 | 4 | <modelVersion>4.0.0</modelVersion>
|
5 | 5 | <groupId>com.contentstack.sdk</groupId>
|
6 | 6 | <artifactId>utils</artifactId>
|
7 |
| - <version>1.2.13</version> |
| 7 | + <version>1.2.15</version> |
8 | 8 | <packaging>jar</packaging>
|
9 | 9 | <name>Contentstack-utils</name>
|
10 | 10 | <description>Java Utils SDK for Contentstack Content Delivery API, Contentstack is a headless CMS</description>
|
|
28 | 28 | <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
|
29 | 29 | <validation-version>2.0.1.Final</validation-version>
|
30 | 30 | <json-version>20250107</json-version>
|
31 |
| - <spring-web-version>6.2.1</spring-web-version> |
| 31 | + <spring-web-version>6.2.2</spring-web-version> |
32 | 32 | <org.apache.commons-text>1.13.0</org.apache.commons-text>
|
33 | 33 | </properties>
|
34 | 34 |
|
|
125 | 125 | <plugin>
|
126 | 126 | <groupId>org.jacoco</groupId>
|
127 | 127 | <artifactId>jacoco-maven-plugin</artifactId>
|
128 |
| - <version>0.8.5</version> |
| 128 | + <version>0.8.8</version> |
129 | 129 | <executions>
|
130 | 130 | <execution>
|
131 | 131 | <goals>
|
|
193 | 193 | <additionalOptions>-Xdoclint:none</additionalOptions>
|
194 | 194 | <use>false</use>
|
195 | 195 | <use>false</use>
|
196 |
| - <source>1.8</source> |
| 196 | + <source>17</source> |
197 | 197 | <links>
|
198 | 198 | <link>http://docs.oracle.com/javase/8/docs/api/</link>
|
199 | 199 | <link>http://docs.oracle.com/javase/8/docs/api/</link>
|
|
242 | 242 | <plugin>
|
243 | 243 | <groupId>org.apache.maven.plugins</groupId>
|
244 | 244 | <artifactId>maven-compiler-plugin</artifactId>
|
| 245 | + <version>3.10.1</version> |
245 | 246 | <configuration>
|
246 |
| - <source>1.8</source> |
247 |
| - <target>1.8</target> |
| 247 | + <release>17</release> |
248 | 248 | <!-- <executable>${JAVA_HOME}/bin/javac</executable>-->
|
249 | 249 | </configuration>
|
250 | 250 | </plugin>
|
|
0 commit comments