|
4 | 4 | <parent> |
5 | 5 | <groupId>io.jooby</groupId> |
6 | 6 | <artifactId>modules</artifactId> |
7 | | - <version>2.10.0-SNAPSHOT</version> |
| 7 | + <version>2.10.0</version> |
8 | 8 | </parent> |
9 | 9 |
|
10 | 10 | <modelVersion>4.0.0</modelVersion> |
|
16 | 16 | <!-- THIS FILE IS AUTO GENERATED. DON'T EDIT --> |
17 | 17 |
|
18 | 18 | <properties> |
19 | | - <jooby.version>2.9.6</jooby.version> |
| 19 | + <jooby.version>2.10.0</jooby.version> |
20 | 20 | <HikariCP.version>4.0.3</HikariCP.version> |
21 | 21 | <archetype-packaging.version>3.2.0</archetype-packaging.version> |
22 | 22 | <asm.version>9.1</asm.version> |
|
48 | 48 | <handlebars.version>4.2.0</handlebars.version> |
49 | 49 | <hibernate.version>5.4.30.Final</hibernate.version> |
50 | 50 | <jackson.version>2.12.4</jackson.version> |
51 | | - <jacoco-maven-plugin.version>0.8.6</jacoco-maven-plugin.version> |
52 | | - <jacoco.version>0.8.6</jacoco.version> |
| 51 | + <jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version> |
| 52 | + <jacoco.version>0.8.7</jacoco.version> |
53 | 53 | <jakarta.ws.rs-api.version>2.1.6</jakarta.ws.rs-api.version> |
54 | 54 | <jasypt.version>1.9.3</jasypt.version> |
55 | 55 | <javax.inject.version>1</javax.inject.version> |
56 | 56 | <jboss-modules.version>1.11.0.Final</jboss-modules.version> |
57 | 57 | <jdbi.version>3.20.0</jdbi.version> |
58 | | - <jetty.version>9.4.41.v20210516</jetty.version> |
| 58 | + <jetty.version>9.4.43.v20210629</jetty.version> |
59 | 59 | <jfiglet.version>0.0.8</jfiglet.version> |
60 | 60 | <jmespath-java.version>1.11.916</jmespath-java.version> |
61 | | - <jooby-maven-plugin.version>2.9.6</jooby-maven-plugin.version> |
62 | | - <jooby.version>2.9.6</jooby.version> |
| 61 | + <jooby-maven-plugin.version>2.10.0</jooby-maven-plugin.version> |
| 62 | + <jooby.version>2.10.0</jooby.version> |
63 | 63 | <json.version>20210307</json.version> |
64 | 64 | <jsonwebtoken.version>0.11.2</jsonwebtoken.version> |
65 | 65 | <jsr305.version>3.0.2</jsr305.version> |
|
122 | 122 | <undertow.version>2.2.8.Final</undertow.version> |
123 | 123 | <versions-maven-plugin.version>2.8.1</versions-maven-plugin.version> |
124 | 124 | <weld.version>3.1.5.Final</weld.version> |
| 125 | + <yasson.version>1.0.9</yasson.version> |
125 | 126 | </properties> |
126 | 127 |
|
127 | 128 | <dependencyManagement> |
|
186 | 187 | <version>${jooby.version}</version> |
187 | 188 | <type>jar</type> |
188 | 189 | </dependency> |
189 | | - <dependency> |
190 | | - <groupId>io.jooby</groupId> |
191 | | - <artifactId>jooby-yasson</artifactId> |
192 | | - <version>${jooby.version}</version> |
193 | | - <type>jar</type> |
194 | | - </dependency> |
195 | 190 | <dependency> |
196 | 191 | <groupId>io.jooby</groupId> |
197 | 192 | <artifactId>jooby-openapi</artifactId> |
|
474 | 469 | <version>${gson.version}</version> |
475 | 470 | <type>jar</type> |
476 | 471 | </dependency> |
| 472 | + <dependency> |
| 473 | + <groupId>jakarta.json.bind</groupId> |
| 474 | + <artifactId>jakarta.json.bind-api</artifactId> |
| 475 | + <version>${json.version}</version> |
| 476 | + <type>jar</type> |
| 477 | + </dependency> |
| 478 | + <dependency> |
| 479 | + <groupId>org.eclipse</groupId> |
| 480 | + <artifactId>yasson</artifactId> |
| 481 | + <version>${yasson.version}</version> |
| 482 | + <type>jar</type> |
| 483 | + </dependency> |
477 | 484 | <dependency> |
478 | 485 | <groupId>com.fasterxml.jackson.core</groupId> |
479 | 486 | <artifactId>jackson-core</artifactId> |
|
0 commit comments