Skip to content

Commit 06b0cd7

Browse files
committed
v2.0.3
1 parent aee180a commit 06b0cd7

File tree

26 files changed

+56
-43
lines changed

26 files changed

+56
-43
lines changed

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>jooby-project</artifactId>
9-
<version>2.0.3-SNAPSHOT</version>
9+
<version>2.0.3</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>jooby-project</artifactId>
9-
<version>2.0.3-SNAPSHOT</version>
9+
<version>2.0.3</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

jooby/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>jooby-project</artifactId>
9-
<version>2.0.3-SNAPSHOT</version>
9+
<version>2.0.3</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-apt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>2.0.3-SNAPSHOT</version>
9+
<version>2.0.3</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-bom/pom.xml

Lines changed: 31 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.jooby</groupId>
66
<artifactId>modules</artifactId>
7-
<version>2.0.3-SNAPSHOT</version>
7+
<version>2.0.3</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
@@ -16,16 +16,18 @@
1616
<!-- THIS FILE IS AUTO GENERATED. DON'T EDIT -->
1717

1818
<properties>
19-
<jooby.version>2.0.2</jooby.version>
19+
<jooby.version>2.0.3</jooby.version>
2020
<HikariCP.version>3.3.1</HikariCP.version>
2121
<apt-maven-plugin.version>1.1.3</apt-maven-plugin.version>
2222
<archetype-packaging.version>2.2</archetype-packaging.version>
2323
<asm.version>7.1</asm.version>
24+
<auto-service.version>1.0-rc6</auto-service.version>
2425
<build-helper-maven-plugin.version>1.9.1</build-helper-maven-plugin.version>
2526
<capsule-maven-plugin.version>1.0.4</capsule-maven-plugin.version>
2627
<checkstyle.version>8.19</checkstyle.version>
2728
<cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version>
2829
<commons-io.version>2.6</commons-io.version>
30+
<compile-testing.version>0.18</compile-testing.version>
2931
<config.version>1.3.4</config.version>
3032
<coveralls-maven-plugin.version>3.1.0</coveralls-maven-plugin.version>
3133
<depencency-check-maven.version>2.1.1</depencency-check-maven.version>
@@ -43,19 +45,19 @@
4345
<h2.version>1.4.199</h2.version>
4446
<handlebars.version>4.1.2</handlebars.version>
4547
<hibernate.version>5.4.3.Final</hibernate.version>
48+
<jackson-databind.version>2.9.9.1</jackson-databind.version>
4649
<jackson.version>2.9.9</jackson.version>
4750
<jacoco-maven-plugin.version>0.8.4</jacoco-maven-plugin.version>
4851
<jacoco.version>0.8.4</jacoco.version>
4952
<jakarta.ws.rs-api.version>2.1.5</jakarta.ws.rs-api.version>
50-
<javassist.version>3.25.0-GA</javassist.version>
5153
<javax.inject.version>1</javax.inject.version>
5254
<jboss-modules.version>1.9.1.Final</jboss-modules.version>
53-
<jdbi.version>3.8.2</jdbi.version>
55+
<jdbi.version>3.9.0</jdbi.version>
5456
<jetty.version>9.4.19.v20190610</jetty.version>
55-
<jooby-maven-plugin.version>2.0.2</jooby-maven-plugin.version>
56-
<jooby.version>2.0.2</jooby.version>
57+
<jooby-maven-plugin.version>2.0.3</jooby-maven-plugin.version>
58+
<jooby.version>2.0.3</jooby.version>
5759
<jsr305.version>3.0.2</jsr305.version>
58-
<junit.version>5.5.0</junit.version>
60+
<junit.version>5.5.1</junit.version>
5961
<kotlin.version>1.3.41</kotlin.version>
6062
<kotlinx-coroutines-core.version>1.2.2</kotlinx-coroutines-core.version>
6163
<license-maven-plugin.version>3.0</license-maven-plugin.version>
@@ -87,8 +89,8 @@
8789
<maven-surefire-plugin.version>3.0.0-M3</maven-surefire-plugin.version>
8890
<mockito.version>3.0.0</mockito.version>
8991
<mojo-executor.version>2.3.0</mojo-executor.version>
90-
<mysql-connector-java.version>8.0.16</mysql-connector-java.version>
91-
<netty.version>4.1.37.Final</netty.version>
92+
<mysql-connector-java.version>8.0.17</mysql-connector-java.version>
93+
<netty.version>4.1.38.Final</netty.version>
9294
<nexus-staging-maven-plugin.version>1.6.5</nexus-staging-maven-plugin.version>
9395
<okhttp.version>4.0.1</okhttp.version>
9496
<plexus-utils.version>3.2.1</plexus-utils.version>
@@ -99,6 +101,7 @@
99101
<slf4j.version>1.7.26</slf4j.version>
100102
<spring.version>5.1.8.RELEASE</spring.version>
101103
<stork-maven-plugin.version>2.7.0</stork-maven-plugin.version>
104+
<truth.version>1.0</truth.version>
102105
<undertow.version>2.0.22.Final</undertow.version>
103106
<versions-maven-plugin.version>2.1</versions-maven-plugin.version>
104107
<weld.version>3.1.1.Final</weld.version>
@@ -188,13 +191,13 @@
188191
</dependency>
189192
<dependency>
190193
<groupId>io.jooby</groupId>
191-
<artifactId>jooby-gradle-plugin</artifactId>
194+
<artifactId>jooby-run</artifactId>
192195
<version>${jooby.version}</version>
193196
</dependency>
194197
<dependency>
195198
<groupId>io.jooby</groupId>
196-
<artifactId>jooby-maven-plugin</artifactId>
197-
<version>${jooby-maven-plugin.version}</version>
199+
<artifactId>jooby-gradle-plugin</artifactId>
200+
<version>${jooby.version}</version>
198201
</dependency>
199202
<dependency>
200203
<groupId>org.ow2.asm</groupId>
@@ -234,7 +237,7 @@
234237
<dependency>
235238
<groupId>com.fasterxml.jackson.core</groupId>
236239
<artifactId>jackson-databind</artifactId>
237-
<version>${jackson.version}</version>
240+
<version>${jackson-databind.version}</version>
238241
</dependency>
239242
<dependency>
240243
<groupId>com.fasterxml.jackson.datatype</groupId>
@@ -396,11 +399,6 @@
396399
<artifactId>netty-codec-http</artifactId>
397400
<version>${netty.version}</version>
398401
</dependency>
399-
<dependency>
400-
<groupId>org.javassist</groupId>
401-
<artifactId>javassist</artifactId>
402-
<version>${javassist.version}</version>
403-
</dependency>
404402
<dependency>
405403
<groupId>io.reactivex.rxjava2</groupId>
406404
<artifactId>rxjava</artifactId>
@@ -461,6 +459,21 @@
461459
<artifactId>jboss-modules</artifactId>
462460
<version>${jboss-modules.version}</version>
463461
</dependency>
462+
<dependency>
463+
<groupId>com.google.auto.service</groupId>
464+
<artifactId>auto-service</artifactId>
465+
<version>${auto-service.version}</version>
466+
</dependency>
467+
<dependency>
468+
<groupId>com.google.testing.compile</groupId>
469+
<artifactId>compile-testing</artifactId>
470+
<version>${compile-testing.version}</version>
471+
</dependency>
472+
<dependency>
473+
<groupId>com.google.truth</groupId>
474+
<artifactId>truth</artifactId>
475+
<version>${truth.version}</version>
476+
</dependency>
464477
<dependency>
465478
<groupId>org.junit.jupiter</groupId>
466479
<artifactId>junit-jupiter-api</artifactId>

modules/jooby-flyway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>2.0.3-SNAPSHOT</version>
9+
<version>2.0.3</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-freemarker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>2.0.3-SNAPSHOT</version>
9+
<version>2.0.3</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-gradle-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>2.0.3-SNAPSHOT</version>
9+
<version>2.0.3</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-guice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>2.0.3-SNAPSHOT</version>
9+
<version>2.0.3</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-handlebars/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>2.0.3-SNAPSHOT</version>
9+
<version>2.0.3</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)