|
24 | 24 |
|
25 | 25 | <groupId>org.spacious-team</groupId> |
26 | 26 | <artifactId>table-wrapper-excel-impl</artifactId> |
27 | | - <version>2022.4</version> |
| 27 | + <version>2022.7</version> |
28 | 28 | <packaging>jar</packaging> |
29 | 29 |
|
30 | 30 | <name>Table Wrapper API Excel Implementation</name> |
|
42 | 42 | </licenses> |
43 | 43 |
|
44 | 44 | <scm> |
| 45 | + <connection>scm:git:https://github.com/spacious-team/table-wrapper-excel-impl.git</connection> |
| 46 | + <developerConnection>scm:git:git@github.com:spacious-team/table-wrapper-excel-impl.git</developerConnection> |
| 47 | + <tag>master</tag> |
45 | 48 | <url>https://github.com/spacious-team/table-wrapper-excel-impl</url> |
46 | 49 | </scm> |
47 | 50 |
|
| 51 | + <issueManagement> |
| 52 | + <url>https://github.com/spacious-team/table-wrapper-excel-impl/issues</url> |
| 53 | + </issueManagement> |
| 54 | + |
| 55 | + <developers> |
| 56 | + <developer> |
| 57 | + <organization>Spacious Team</organization> |
| 58 | + <organizationUrl>https://github.com/spacious-team</organizationUrl> |
| 59 | + <email>spacious-team@ya.ru</email> |
| 60 | + </developer> |
| 61 | + </developers> |
| 62 | + |
48 | 63 | <properties> |
49 | 64 | <maven.compiler.source>14</maven.compiler.source> |
50 | 65 | <maven.compiler.target>14</maven.compiler.target> |
|
76 | 91 | <dependency> |
77 | 92 | <groupId>org.apache.poi</groupId> |
78 | 93 | <artifactId>poi</artifactId> |
79 | | - <version>4.1.2</version> |
| 94 | + <version>5.2.2</version> |
80 | 95 | </dependency> |
81 | 96 | <dependency> |
82 | 97 | <groupId>org.apache.poi</groupId> |
83 | 98 | <artifactId>poi-ooxml</artifactId> |
84 | | - <version>4.1.2</version> |
| 99 | + <version>5.2.2</version> |
85 | 100 | </dependency> |
86 | 101 | <dependency> |
87 | 102 | <groupId>org.projectlombok</groupId> |
88 | 103 | <artifactId>lombok</artifactId> |
89 | | - <version>1.18.22</version> |
| 104 | + <version>1.18.24</version> |
90 | 105 | <scope>provided</scope> |
91 | 106 | <optional>true</optional> |
92 | 107 | </dependency> |
|
0 commit comments