|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <groupId>io.jooby</groupId> |
6 | 6 | <artifactId>jooby-bom</artifactId> |
7 | | - <version>2.0.0.M1</version> |
| 7 | + <version>2.0.0.M2</version> |
8 | 8 | <packaging>pom</packaging> |
9 | 9 | <name>jooby-bom</name> |
10 | 10 | <description>Jooby (Bill of Materials)</description> |
|
13 | 13 | <!-- THIS FILE IS AUTO GENERATED. DON'T EDIT --> |
14 | 14 |
|
15 | 15 | <properties> |
16 | | - <jooby.version>2.0.0.M1</jooby.version> |
17 | | - <HikariCP.version>3.2.0</HikariCP.version> |
| 16 | + <jooby.version>2.0.0.M2</jooby.version> |
| 17 | + <HikariCP.version>3.3.1</HikariCP.version> |
18 | 18 | <apt-maven-plugin.version>1.1.3</apt-maven-plugin.version> |
19 | 19 | <archetype-packaging.version>2.2</archetype-packaging.version> |
20 | 20 | <asm.version>7.0</asm.version> |
|
23 | 23 | <capsule-maven-plugin.version>1.0.4</capsule-maven-plugin.version> |
24 | 24 | <cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version> |
25 | 25 | <commons-io.version>2.6</commons-io.version> |
| 26 | + <config.version>1.3.3</config.version> |
26 | 27 | <coveralls-maven-plugin.version>3.1.0</coveralls-maven-plugin.version> |
27 | 28 | <depencency-check-maven.version>2.1.1</depencency-check-maven.version> |
28 | 29 | <docker-maven-plugin.version>0.4.13</docker-maven-plugin.version> |
|
36 | 37 | <guice.version>4.2.2</guice.version> |
37 | 38 | <h2.version>1.4.197</h2.version> |
38 | 39 | <handlebars.version>4.1.2</handlebars.version> |
39 | | - <jackson.version>2.9.6</jackson.version> |
| 40 | + <jackson.version>2.9.8</jackson.version> |
40 | 41 | <jacoco-maven-plugin.version>0.8.2</jacoco-maven-plugin.version> |
41 | 42 | <jacoco.version>0.8.2</jacoco.version> |
42 | 43 | <javassist.version>3.22.0-GA</javassist.version> |
43 | 44 | <javax.inject.version>1</javax.inject.version> |
44 | | - <jetty.version>9.4.14.v20181114</jetty.version> |
45 | | - <jooby-maven-plugin.version>2.0.0.M1</jooby-maven-plugin.version> |
46 | | - <jooby.version>2.0.0.M1</jooby.version> |
| 45 | + <jetty.version>9.4.15.v20190215</jetty.version> |
| 46 | + <jooby-maven-plugin.version>2.0.0.M2</jooby-maven-plugin.version> |
| 47 | + <jooby.version>2.0.0.M2</jooby.version> |
47 | 48 | <jsr305.version>3.0.2</jsr305.version> |
48 | 49 | <junit.version>5.3.2</junit.version> |
49 | | - <kotlin.version>1.3.20</kotlin.version> |
| 50 | + <kotlin.version>1.3.21</kotlin.version> |
50 | 51 | <kotlinx-coroutines-core.version>1.1.1</kotlinx-coroutines-core.version> |
51 | 52 | <license-maven-plugin.version>3.0</license-maven-plugin.version> |
52 | 53 | <log4jdbc.version>1.2</log4jdbc.version> |
|
76 | 77 | <maven-surefire-plugin.version>3.0.0-M3</maven-surefire-plugin.version> |
77 | 78 | <mojo-executor.version>2.3.0</mojo-executor.version> |
78 | 79 | <mysql-connector-java.version>8.0.13</mysql-connector-java.version> |
79 | | - <netty.version>4.1.33.Final</netty.version> |
| 80 | + <netty.version>4.1.34.Final</netty.version> |
80 | 81 | <nexus-staging-maven-plugin.version>1.6.5</nexus-staging-maven-plugin.version> |
81 | 82 | <okhttp.version>3.11.0</okhttp.version> |
82 | 83 | <plexus-utils.version>3.1.0</plexus-utils.version> |
83 | | - <reactor.version>3.2.5.RELEASE</reactor.version> |
| 84 | + <reactor.version>3.2.8.RELEASE</reactor.version> |
84 | 85 | <rest-assured.version>3.3.0</rest-assured.version> |
85 | | - <rxjava.version>2.2.5</rxjava.version> |
| 86 | + <rocker.version>1.2.1</rocker.version> |
| 87 | + <rxjava.version>2.2.8</rxjava.version> |
86 | 88 | <slf4j.version>1.7.25</slf4j.version> |
| 89 | + <spring.version>5.1.6.RELEASE</spring.version> |
87 | 90 | <stork-maven-plugin.version>2.7.0</stork-maven-plugin.version> |
88 | | - <undertow.version>2.0.17.Final</undertow.version> |
| 91 | + <undertow.version>2.0.19.Final</undertow.version> |
89 | 92 | <versions-maven-plugin.version>2.1</versions-maven-plugin.version> |
| 93 | + <weld.version>3.1.0.Final</weld.version> |
90 | 94 | </properties> |
91 | 95 |
|
92 | 96 | <dependencyManagement> |
|
121 | 125 | <artifactId>jooby-hikari</artifactId> |
122 | 126 | <version>${jooby.version}</version> |
123 | 127 | </dependency> |
| 128 | + <dependency> |
| 129 | + <groupId>io.jooby</groupId> |
| 130 | + <artifactId>jooby-handlebars</artifactId> |
| 131 | + <version>${jooby.version}</version> |
| 132 | + </dependency> |
| 133 | + <dependency> |
| 134 | + <groupId>io.jooby</groupId> |
| 135 | + <artifactId>jooby-rocker</artifactId> |
| 136 | + <version>${jooby.version}</version> |
| 137 | + </dependency> |
| 138 | + <dependency> |
| 139 | + <groupId>io.jooby</groupId> |
| 140 | + <artifactId>jooby-spring</artifactId> |
| 141 | + <version>${jooby.version}</version> |
| 142 | + </dependency> |
| 143 | + <dependency> |
| 144 | + <groupId>io.jooby</groupId> |
| 145 | + <artifactId>jooby-weld</artifactId> |
| 146 | + <version>${jooby.version}</version> |
| 147 | + </dependency> |
| 148 | + <dependency> |
| 149 | + <groupId>io.jooby</groupId> |
| 150 | + <artifactId>jooby-guice</artifactId> |
| 151 | + <version>${jooby.version}</version> |
| 152 | + </dependency> |
124 | 153 | <dependency> |
125 | 154 | <groupId>org.ow2.asm</groupId> |
126 | 155 | <artifactId>asm</artifactId> |
|
131 | 160 | <artifactId>asm-util</artifactId> |
132 | 161 | <version>${asm.version}</version> |
133 | 162 | </dependency> |
| 163 | + <dependency> |
| 164 | + <groupId>org.jboss.weld.se</groupId> |
| 165 | + <artifactId>weld-se-shaded</artifactId> |
| 166 | + <version>${weld.version}</version> |
| 167 | + </dependency> |
| 168 | + <dependency> |
| 169 | + <groupId>org.springframework</groupId> |
| 170 | + <artifactId>spring-context</artifactId> |
| 171 | + <version>${spring.version}</version> |
| 172 | + </dependency> |
| 173 | + <dependency> |
| 174 | + <groupId>com.typesafe</groupId> |
| 175 | + <artifactId>config</artifactId> |
| 176 | + <version>${config.version}</version> |
| 177 | + </dependency> |
134 | 178 | <dependency> |
135 | 179 | <groupId>com.fasterxml.jackson.core</groupId> |
136 | 180 | <artifactId>jackson-core</artifactId> |
|
326 | 370 | <artifactId>kotlinx-coroutines-core</artifactId> |
327 | 371 | <version>${kotlinx-coroutines-core.version}</version> |
328 | 372 | </dependency> |
| 373 | + <dependency> |
| 374 | + <groupId>com.fizzed</groupId> |
| 375 | + <artifactId>rocker-runtime</artifactId> |
| 376 | + <version>${rocker.version}</version> |
| 377 | + </dependency> |
| 378 | + <dependency> |
| 379 | + <groupId>com.fizzed</groupId> |
| 380 | + <artifactId>rocker-compiler</artifactId> |
| 381 | + <version>${rocker.version}</version> |
| 382 | + </dependency> |
329 | 383 | <dependency> |
330 | 384 | <groupId>org.junit.jupiter</groupId> |
331 | 385 | <artifactId>junit-jupiter-api</artifactId> |
|
0 commit comments