|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <groupId>io.jooby</groupId> |
6 | 6 | <artifactId>jooby-bom</artifactId> |
7 | | - <version>2.0.0.RC1</version> |
| 7 | + <version>2.0.0.RC2</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.RC1</jooby.version> |
| 16 | + <jooby.version>2.0.0.RC2</jooby.version> |
17 | 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> |
|
24 | 24 | <checkstyle.version>8.19</checkstyle.version> |
25 | 25 | <cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version> |
26 | 26 | <commons-io.version>2.6</commons-io.version> |
27 | | - <config.version>1.3.3</config.version> |
| 27 | + <config.version>1.3.4</config.version> |
28 | 28 | <coveralls-maven-plugin.version>3.1.0</coveralls-maven-plugin.version> |
29 | 29 | <depencency-check-maven.version>2.1.1</depencency-check-maven.version> |
30 | 30 | <docker-maven-plugin.version>0.4.13</docker-maven-plugin.version> |
|
35 | 35 | <gradle-core.version>2.6</gradle-core.version> |
36 | 36 | <gradle-plugins.version>0.9-rc-1</gradle-plugins.version> |
37 | 37 | <gradle-tooling-api.version>2.6</gradle-tooling-api.version> |
| 38 | + <guava.version>27.1-jre</guava.version> |
38 | 39 | <guice.version>4.2.2</guice.version> |
39 | 40 | <h2.version>1.4.197</h2.version> |
40 | 41 | <handlebars.version>4.1.2</handlebars.version> |
41 | 42 | <jackson.version>2.9.8</jackson.version> |
42 | | - <jacoco-maven-plugin.version>0.8.2</jacoco-maven-plugin.version> |
43 | | - <jacoco.version>0.8.2</jacoco.version> |
| 43 | + <jacoco-maven-plugin.version>0.8.3</jacoco-maven-plugin.version> |
| 44 | + <jacoco.version>0.8.3</jacoco.version> |
44 | 45 | <jakarta.ws.rs-api.version>2.1.5</jakarta.ws.rs-api.version> |
45 | 46 | <javassist.version>3.22.0-GA</javassist.version> |
46 | 47 | <javax.inject.version>1</javax.inject.version> |
| 48 | + <jboss-modules.version>1.9.1.Final</jboss-modules.version> |
47 | 49 | <jetty.version>9.4.17.v20190418</jetty.version> |
48 | | - <jooby-maven-plugin.version>2.0.0.RC1</jooby-maven-plugin.version> |
49 | | - <jooby.version>2.0.0.RC1</jooby.version> |
| 50 | + <jooby-maven-plugin.version>2.0.0.RC2</jooby-maven-plugin.version> |
| 51 | + <jooby.version>2.0.0.RC2</jooby.version> |
50 | 52 | <jsr305.version>3.0.2</jsr305.version> |
51 | | - <junit.version>5.3.2</junit.version> |
| 53 | + <junit.version>5.4.2</junit.version> |
52 | 54 | <kotlin.version>1.3.30</kotlin.version> |
53 | 55 | <kotlinx-coroutines-core.version>1.2.0</kotlinx-coroutines-core.version> |
54 | 56 | <license-maven-plugin.version>3.0</license-maven-plugin.version> |
|
60 | 62 | <maven-assembly-plugin.version>3.1.0</maven-assembly-plugin.version> |
61 | 63 | <maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version> |
62 | 64 | <maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version> |
63 | | - <maven-core.version>3.5.4</maven-core.version> |
| 65 | + <maven-core.version>3.6.1</maven-core.version> |
64 | 66 | <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version> |
65 | 67 | <maven-eclipse-plugin.version>2.9</maven-eclipse-plugin.version> |
66 | 68 | <maven-enforcer-plugin.version>3.0.0-M1</maven-enforcer-plugin.version> |
67 | 69 | <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version> |
68 | 70 | <maven-jar-plugin.version>2.5</maven-jar-plugin.version> |
69 | 71 | <maven-java-formatter-plugin.version>0.4</maven-java-formatter-plugin.version> |
70 | 72 | <maven-javadoc-plugin.version>2.10.4</maven-javadoc-plugin.version> |
71 | | - <maven-plugin-annotations.version>3.5.2</maven-plugin-annotations.version> |
72 | | - <maven-plugin-api.version>3.5.4</maven-plugin-api.version> |
73 | | - <maven-plugin-plugin.version>3.5</maven-plugin-plugin.version> |
| 73 | + <maven-plugin-annotations.version>3.6.0</maven-plugin-annotations.version> |
| 74 | + <maven-plugin-api.version>3.6.1</maven-plugin-api.version> |
| 75 | + <maven-plugin-plugin.version>3.6.0</maven-plugin-plugin.version> |
74 | 76 | <maven-project.version>2.2.1</maven-project.version> |
75 | 77 | <maven-release-plugin.version>2.5.1</maven-release-plugin.version> |
76 | 78 | <maven-resources-plugin.version>3.1.0</maven-resources-plugin.version> |
77 | 79 | <maven-shade-plugin.version>3.1.1</maven-shade-plugin.version> |
78 | 80 | <maven-site-plugin.version>3.4</maven-site-plugin.version> |
79 | 81 | <maven-source-plugin.version>2.4</maven-source-plugin.version> |
80 | 82 | <maven-surefire-plugin.version>3.0.0-M3</maven-surefire-plugin.version> |
81 | | - <mockito.version>2.24.0</mockito.version> |
| 83 | + <mockito.version>2.27.0</mockito.version> |
82 | 84 | <mojo-executor.version>2.3.0</mojo-executor.version> |
83 | | - <mysql-connector-java.version>8.0.13</mysql-connector-java.version> |
| 85 | + <mysql-connector-java.version>8.0.15</mysql-connector-java.version> |
84 | 86 | <netty.version>4.1.35.Final</netty.version> |
85 | 87 | <nexus-staging-maven-plugin.version>1.6.5</nexus-staging-maven-plugin.version> |
86 | 88 | <okhttp.version>3.14.1</okhttp.version> |
87 | | - <plexus-utils.version>3.1.0</plexus-utils.version> |
| 89 | + <plexus-utils.version>3.2.0</plexus-utils.version> |
88 | 90 | <reactor.version>3.2.8.RELEASE</reactor.version> |
89 | 91 | <rest-assured.version>3.3.0</rest-assured.version> |
90 | 92 | <rocker.version>1.2.1</rocker.version> |
|
404 | 406 | <artifactId>rocker-compiler</artifactId> |
405 | 407 | <version>${rocker.version}</version> |
406 | 408 | </dependency> |
| 409 | + <dependency> |
| 410 | + <groupId>org.jboss.modules</groupId> |
| 411 | + <artifactId>jboss-modules</artifactId> |
| 412 | + <version>${jboss-modules.version}</version> |
| 413 | + </dependency> |
407 | 414 | <dependency> |
408 | 415 | <groupId>org.junit.jupiter</groupId> |
409 | 416 | <artifactId>junit-jupiter-api</artifactId> |
|
429 | 436 | <artifactId>mockito-junit-jupiter</artifactId> |
430 | 437 | <version>${mockito.version}</version> |
431 | 438 | </dependency> |
| 439 | + <dependency> |
| 440 | + <groupId>com.google.guava</groupId> |
| 441 | + <artifactId>guava</artifactId> |
| 442 | + <version>${guava.version}</version> |
| 443 | + </dependency> |
432 | 444 | <dependency> |
433 | 445 | <groupId>org.codehaus.mojo</groupId> |
434 | 446 | <artifactId>exec-maven-plugin</artifactId> |
|
0 commit comments