|
16 | 16 | <!-- THIS FILE IS AUTO GENERATED. DON'T EDIT --> |
17 | 17 |
|
18 | 18 | <properties> |
19 | | - <jooby.version>2.0.6-SNAPSHOT</jooby.version> |
| 19 | + <jooby.version>2.0.6</jooby.version> |
20 | 20 | <HikariCP.version>3.3.1</HikariCP.version> |
21 | 21 | <apt-maven-plugin.version>1.1.3</apt-maven-plugin.version> |
22 | 22 | <archetype-packaging.version>2.2</archetype-packaging.version> |
|
36 | 36 | <duplicate-finder-maven-plugin.version>1.2.1</duplicate-finder-maven-plugin.version> |
37 | 37 | <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version> |
38 | 38 | <flyway.version>5.2.4</flyway.version> |
39 | | - <freemarker.version>2.3.28</freemarker.version> |
| 39 | + <freemarker.version>2.3.29</freemarker.version> |
40 | 40 | <gradle-core.version>2.6</gradle-core.version> |
41 | 41 | <gradle-plugins.version>0.9-rc-1</gradle-plugins.version> |
42 | 42 | <gradle-tooling-api.version>2.6</gradle-tooling-api.version> |
43 | 43 | <guava.version>28.0-jre</guava.version> |
44 | 44 | <guice.version>4.2.2</guice.version> |
45 | 45 | <h2.version>1.4.199</h2.version> |
46 | 46 | <handlebars.version>4.1.2</handlebars.version> |
47 | | - <pebble.version>3.0.10</pebble.version> |
48 | 47 | <hibernate.version>5.4.3.Final</hibernate.version> |
49 | 48 | <jackson-databind.version>2.9.9.2</jackson-databind.version> |
50 | 49 | <jackson.version>2.9.9</jackson.version> |
|
54 | 53 | <javax.inject.version>1</javax.inject.version> |
55 | 54 | <jboss-modules.version>1.9.1.Final</jboss-modules.version> |
56 | 55 | <jdbi.version>3.9.1</jdbi.version> |
57 | | - <jetty.version>9.4.19.v20190610</jetty.version> |
| 56 | + <jetty.version>9.4.20.v20190813</jetty.version> |
58 | 57 | <jfiglet.version>0.0.8</jfiglet.version> |
59 | | - <jooby-maven-plugin.version>2.0.6-SNAPSHOT</jooby-maven-plugin.version> |
60 | | - <jooby.version>2.0.6-SNAPSHOT</jooby.version> |
| 58 | + <jooby-maven-plugin.version>2.0.6</jooby-maven-plugin.version> |
| 59 | + <jooby.version>2.0.6</jooby.version> |
61 | 60 | <jsr305.version>3.0.2</jsr305.version> |
62 | 61 | <junit.version>5.5.1</junit.version> |
63 | | - <kotlin.version>1.3.41</kotlin.version> |
| 62 | + <kotlin.version>1.3.50</kotlin.version> |
64 | 63 | <kotlinx-coroutines-core.version>1.2.2</kotlinx-coroutines-core.version> |
65 | 64 | <license-maven-plugin.version>3.0</license-maven-plugin.version> |
66 | 65 | <log4j.version>2.12.1</log4j.version> |
|
92 | 91 | <mockito.version>3.0.0</mockito.version> |
93 | 92 | <mojo-executor.version>2.3.0</mojo-executor.version> |
94 | 93 | <mysql-connector-java.version>8.0.17</mysql-connector-java.version> |
95 | | - <netty.version>4.1.38.Final</netty.version> |
| 94 | + <netty.version>4.1.39.Final</netty.version> |
96 | 95 | <nexus-staging-maven-plugin.version>1.6.5</nexus-staging-maven-plugin.version> |
97 | 96 | <okhttp.version>4.1.0</okhttp.version> |
| 97 | + <pebble.version>3.0.10</pebble.version> |
98 | 98 | <plexus-utils.version>3.2.1</plexus-utils.version> |
99 | 99 | <reactor.version>3.2.11.RELEASE</reactor.version> |
100 | 100 | <rest-assured.version>4.0.0</rest-assured.version> |
|
104 | 104 | <spring.version>5.1.9.RELEASE</spring.version> |
105 | 105 | <stork-maven-plugin.version>2.7.0</stork-maven-plugin.version> |
106 | 106 | <truth.version>1.0</truth.version> |
107 | | - <undertow.version>2.0.24.Final</undertow.version> |
| 107 | + <unbescape.version>1.1.6.RELEASE</unbescape.version> |
| 108 | + <undertow.version>2.0.25.Final</undertow.version> |
108 | 109 | <versions-maven-plugin.version>2.1</versions-maven-plugin.version> |
109 | 110 | <weld.version>3.1.2.Final</weld.version> |
110 | 111 | </properties> |
|
341 | 342 | <artifactId>commons-io</artifactId> |
342 | 343 | <version>${commons-io.version}</version> |
343 | 344 | </dependency> |
| 345 | + <dependency> |
| 346 | + <groupId>org.unbescape</groupId> |
| 347 | + <artifactId>unbescape</artifactId> |
| 348 | + <version>${unbescape.version}</version> |
| 349 | + </dependency> |
344 | 350 | <dependency> |
345 | 351 | <groupId>org.hibernate</groupId> |
346 | 352 | <artifactId>hibernate-core</artifactId> |
|
0 commit comments