|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | | - * Copyright (c) 2014-2017, stateful.co |
| 3 | + * Copyright (c) 2014-2023, stateful.co |
4 | 4 | * All rights reserved. |
5 | 5 | * |
6 | 6 | * Redistribution and use in source and binary forms, with or without |
|
35 | 35 | <parent> |
36 | 36 | <groupId>com.jcabi</groupId> |
37 | 37 | <artifactId>parent</artifactId> |
38 | | - <version>0.42</version> |
| 38 | + <version>0.66.0</version> |
39 | 39 | </parent> |
40 | 40 | <groupId>co.stateful</groupId> |
41 | 41 | <artifactId>java-sdk</artifactId> |
|
60 | 60 | <developer> |
61 | 61 | <id>1</id> |
62 | 62 | <name>Yegor Bugayenko</name> |
63 | | - <email>yegor@teamed.com</email> |
64 | | - <organization>teamed.io</organization> |
65 | | - <organizationUrl>http://www.teamed.io</organizationUrl> |
| 63 | + <email>yegor256@gmail.com</email> |
| 64 | + <organization>Zerocracy</organization> |
| 65 | + <organizationUrl>https://www.zerocracy.com</organizationUrl> |
66 | 66 | <roles> |
67 | 67 | <role>Architect</role> |
68 | 68 | <role>Developer</role> |
|
76 | 76 | </issueManagement> |
77 | 77 | <ciManagement> |
78 | 78 | <system>rultor</system> |
79 | | - <url>http://www.rultor.com/s/stateful</url> |
| 79 | + <url>https://www.rultor.com/s/stateful</url> |
80 | 80 | </ciManagement> |
81 | 81 | <scm> |
82 | 82 | <connection>scm:git:github.com:sttc/java-sdk.git</connection> |
|
86 | 86 | <distributionManagement> |
87 | 87 | <site> |
88 | 88 | <id>gh-pages</id> |
89 | | - <url>http://java-sdk.stateful.co/</url> |
| 89 | + <url>https://java-sdk.stateful.co/</url> |
90 | 90 | </site> |
91 | 91 | </distributionManagement> |
92 | 92 | <dependencies> |
93 | 93 | <dependency> |
94 | 94 | <groupId>org.projectlombok</groupId> |
95 | 95 | <artifactId>lombok</artifactId> |
| 96 | + <version>1.16.6</version> |
96 | 97 | </dependency> |
97 | 98 | <dependency> |
98 | 99 | <groupId>com.jcabi</groupId> |
99 | 100 | <artifactId>jcabi-aspects</artifactId> |
| 101 | + <version>0.22.3</version> |
100 | 102 | </dependency> |
101 | 103 | <dependency> |
102 | 104 | <groupId>com.jcabi</groupId> |
103 | 105 | <artifactId>jcabi-log</artifactId> |
| 106 | + <version>0.17.1</version> |
104 | 107 | </dependency> |
105 | 108 | <dependency> |
106 | 109 | <groupId>javax.ws.rs</groupId> |
|
116 | 119 | <dependency> |
117 | 120 | <groupId>com.jcabi</groupId> |
118 | 121 | <artifactId>jcabi-xml</artifactId> |
| 122 | + <version>0.17.2</version> |
119 | 123 | </dependency> |
120 | 124 | <dependency> |
121 | 125 | <groupId>com.jcabi</groupId> |
122 | 126 | <artifactId>jcabi-urn</artifactId> |
| 127 | + <version>0.9</version> |
123 | 128 | </dependency> |
124 | 129 | <dependency> |
125 | 130 | <groupId>org.apache.commons</groupId> |
126 | 131 | <artifactId>commons-lang3</artifactId> |
| 132 | + <version>3.4</version> |
127 | 133 | </dependency> |
128 | 134 | <dependency> |
129 | 135 | <groupId>com.jcabi</groupId> |
130 | 136 | <artifactId>jcabi-matchers</artifactId> |
| 137 | + <version>1.3</version> |
131 | 138 | <scope>runtime</scope> |
132 | 139 | </dependency> |
133 | 140 | <dependency> |
134 | 141 | <groupId>org.glassfish</groupId> |
135 | 142 | <artifactId>javax.json</artifactId> |
| 143 | + <version>1.0.4</version> |
136 | 144 | <scope>runtime</scope> |
137 | 145 | </dependency> |
138 | 146 | <dependency> |
|
144 | 152 | <dependency> |
145 | 153 | <groupId>org.hamcrest</groupId> |
146 | 154 | <artifactId>hamcrest-core</artifactId> |
| 155 | + <version>1.3</version> |
147 | 156 | <scope>compile</scope> |
148 | 157 | </dependency> |
149 | 158 | <dependency> |
150 | 159 | <groupId>javax.servlet</groupId> |
151 | 160 | <artifactId>javax.servlet-api</artifactId> |
| 161 | + <version>4.0.0-b01</version> |
152 | 162 | </dependency> |
153 | 163 | <dependency> |
154 | 164 | <groupId>com.sun.grizzly</groupId> |
|
159 | 169 | <dependency> |
160 | 170 | <groupId>javax.validation</groupId> |
161 | 171 | <artifactId>validation-api</artifactId> |
| 172 | + <version>1.1.0.Final</version> |
162 | 173 | <scope>test</scope> |
163 | 174 | </dependency> |
164 | 175 | </dependencies> |
|
0 commit comments