Skip to content

Commit f534a3b

Browse files
committed
v2.12.0
1 parent 74d3f84 commit f534a3b

File tree

57 files changed

+72
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+72
-66
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.11.1-SNAPSHOT</version>
9+
<version>2.12.0</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.11.1-SNAPSHOT</version>
9+
<version>2.12.0</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.11.1-SNAPSHOT</version>
9+
<version>2.12.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.jooby</groupId>
99
<artifactId>modules</artifactId>
10-
<version>2.11.1-SNAPSHOT</version>
10+
<version>2.12.0</version>
1111
</parent>
1212

1313
<artifactId>jooby-archetype</artifactId>

modules/jooby-awssdk-v1/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.11.1-SNAPSHOT</version>
9+
<version>2.12.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-banner/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.11.1-SNAPSHOT</version>
9+
<version>2.12.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-bom/pom.xml

Lines changed: 16 additions & 10 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.11.1-SNAPSHOT</version>
7+
<version>2.12.0</version>
88
</parent>
99

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

1818
<properties>
19-
<jooby.version>2.11.1-SNAPSHOT</jooby.version>
19+
<jooby.version>2.12.0</jooby.version>
2020
<HikariCP.version>4.0.3</HikariCP.version>
2121
<archetype-packaging.version>3.2.0</archetype-packaging.version>
2222
<asm.version>9.1</asm.version>
@@ -47,7 +47,7 @@
4747
<guice.version>4.2.3</guice.version>
4848
<h2.version>2.0.202</h2.version>
4949
<handlebars.version>4.2.0</handlebars.version>
50-
<hibernate.version>5.5.4.Final</hibernate.version>
50+
<hibernate.version>5.5.7.Final</hibernate.version>
5151
<jackson.version>2.13.0</jackson.version>
5252
<jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
5353
<jacoco.version>0.8.7</jacoco.version>
@@ -57,22 +57,22 @@
5757
<javax.inject.version>1</javax.inject.version>
5858
<jboss-modules.version>1.11.0.Final</jboss-modules.version>
5959
<jdbi.version>3.20.0</jdbi.version>
60-
<jetty.version>9.4.43.v20210629</jetty.version>
60+
<jetty.version>9.4.44.v20210927</jetty.version>
6161
<jfiglet.version>0.0.8</jfiglet.version>
6262
<jmespath-java.version>1.12.57</jmespath-java.version>
63-
<jooby-maven-plugin.version>2.11.1-SNAPSHOT</jooby-maven-plugin.version>
64-
<jooby.version>2.11.1-SNAPSHOT</jooby.version>
63+
<jooby-maven-plugin.version>2.12.0</jooby-maven-plugin.version>
64+
<jooby.version>2.12.0</jooby.version>
6565
<jsonwebtoken.version>0.11.2</jsonwebtoken.version>
6666
<jsr305.version>3.0.2</jsr305.version>
6767
<junit.version>5.8.1</junit.version>
6868
<kafka.version>2.7.0</kafka.version>
6969
<kotlin.version>1.4.32</kotlin.version>
7070
<kotlinx-coroutines-core.version>1.4.1</kotlinx-coroutines-core.version>
7171
<lettuce.version>6.1.1.RELEASE</lettuce.version>
72-
<license-maven-plugin.version>3.0</license-maven-plugin.version>
72+
<license-maven-plugin.version>4.1</license-maven-plugin.version>
7373
<log4j.version>2.17.0</log4j.version>
7474
<log4jdbc.version>1.2</log4jdbc.version>
75-
<logback-classic.version>1.2.3</logback-classic.version>
75+
<logback-classic.version>1.2.9</logback-classic.version>
7676
<maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>
7777
<maven-archetype-plugin.version>3.2.0</maven-archetype-plugin.version>
7878
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
@@ -99,7 +99,7 @@
9999
<mockito.version>3.12.4</mockito.version>
100100
<mojo-executor.version>2.3.1</mojo-executor.version>
101101
<mysql-connector-java.version>8.0.25</mysql-connector-java.version>
102-
<netty.version>4.1.71.Final</netty.version>
102+
<netty.version>4.1.72.Final</netty.version>
103103
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
104104
<node.version>v12.19.0</node.version>
105105
<okhttp.version>4.9.1</okhttp.version>
@@ -120,7 +120,7 @@
120120
<thymeleaf.version>3.0.12.RELEASE</thymeleaf.version>
121121
<truth.version>1.1.2</truth.version>
122122
<unbescape.version>1.1.6.RELEASE</unbescape.version>
123-
<undertow.version>2.2.10.Final</undertow.version>
123+
<undertow.version>2.2.14.Final</undertow.version>
124124
<versions-maven-plugin.version>2.8.1</versions-maven-plugin.version>
125125
<weld.version>3.1.5.Final</weld.version>
126126
<yasson.version>1.0.9</yasson.version>
@@ -494,6 +494,12 @@
494494
<version>${jackson.version}</version>
495495
<type>jar</type>
496496
</dependency>
497+
<dependency>
498+
<groupId>com.fasterxml.jackson.dataformat</groupId>
499+
<artifactId>jackson-dataformat-xml</artifactId>
500+
<version>${jackson.version}</version>
501+
<type>jar</type>
502+
</dependency>
497503
<dependency>
498504
<groupId>com.fasterxml.jackson.datatype</groupId>
499505
<artifactId>jackson-datatype-jdk8</artifactId>

modules/jooby-caffeine/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.11.1-SNAPSHOT</version>
9+
<version>2.12.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-cli/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.11.1-SNAPSHOT</version>
9+
<version>2.12.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-commons-email/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.11.1-SNAPSHOT</version>
9+
<version>2.12.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)