Skip to content

Commit 1304dd8

Browse files
committed
v2.9.1
1 parent af3aeb0 commit 1304dd8

File tree

50 files changed

+70
-58
lines changed

Some content is hidden

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

50 files changed

+70
-58
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.9.1-SNAPSHOT</version>
9+
<version>2.9.1</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.9.1-SNAPSHOT</version>
9+
<version>2.9.1</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.9.1-SNAPSHOT</version>
9+
<version>2.9.1</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.9.1-SNAPSHOT</version>
10+
<version>2.9.1</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.9.1-SNAPSHOT</version>
9+
<version>2.9.1</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.9.1-SNAPSHOT</version>
9+
<version>2.9.1</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-bom/pom.xml

Lines changed: 21 additions & 9 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.9.1-SNAPSHOT</version>
7+
<version>2.9.1</version>
88
</parent>
99

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

1818
<properties>
19-
<jooby.version>2.9.1-SNAPSHOT</jooby.version>
19+
<jooby.version>2.9.1</jooby.version>
2020
<HikariCP.version>3.4.5</HikariCP.version>
2121
<archetype-packaging.version>3.2.0</archetype-packaging.version>
2222
<asm.version>8.0.1</asm.version>
2323
<auto-service.version>1.0-rc7</auto-service.version>
24-
<aws-java-sdk.version>1.11.856</aws-java-sdk.version>
24+
<aws-java-sdk.version>1.11.867</aws-java-sdk.version>
2525
<boringssl.version>2.0.27.Final</boringssl.version>
2626
<bucket4j-core.version>4.10.0</bucket4j-core.version>
2727
<caffeine.version>2.8.5</caffeine.version>
28-
<checkstyle.version>8.36</checkstyle.version>
28+
<checkstyle.version>8.36.2</checkstyle.version>
2929
<commons-email.version>1.5</commons-email.version>
3030
<commons-io.version>2.8.0</commons-io.version>
3131
<compile-testing.version>0.18</compile-testing.version>
@@ -49,16 +49,16 @@
4949
<hibernate.version>5.4.21.Final</hibernate.version>
5050
<jackson.version>2.11.2</jackson.version>
5151
<jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
52-
<jacoco.version>0.8.6</jacoco.version>
52+
<jacoco.version>0.8.5</jacoco.version>
5353
<jakarta.ws.rs-api.version>2.1.6</jakarta.ws.rs-api.version>
5454
<javax.inject.version>1</javax.inject.version>
5555
<jboss-modules.version>1.10.2.Final</jboss-modules.version>
5656
<jdbi.version>3.14.4</jdbi.version>
5757
<jetty.version>9.4.31.v20200723</jetty.version>
5858
<jfiglet.version>0.0.8</jfiglet.version>
59-
<jmespath-java.version>1.11.856</jmespath-java.version>
60-
<jooby-maven-plugin.version>2.9.1-SNAPSHOT</jooby-maven-plugin.version>
61-
<jooby.version>2.9.1-SNAPSHOT</jooby.version>
59+
<jmespath-java.version>1.11.867</jmespath-java.version>
60+
<jooby-maven-plugin.version>2.9.1</jooby-maven-plugin.version>
61+
<jooby.version>2.9.1</jooby.version>
6262
<json.version>20200518</json.version>
6363
<jsonwebtoken.version>0.11.2</jsonwebtoken.version>
6464
<jsr305.version>3.0.2</jsr305.version>
@@ -96,7 +96,7 @@
9696
<mockito.version>3.5.13</mockito.version>
9797
<mojo-executor.version>2.3.1</mojo-executor.version>
9898
<mysql-connector-java.version>8.0.21</mysql-connector-java.version>
99-
<netty.version>4.1.50.Final</netty.version>
99+
<netty.version>4.1.52.Final</netty.version>
100100
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
101101
<node.version>v12.16.3</node.version>
102102
<okhttp.version>4.9.0</okhttp.version>
@@ -1018,6 +1018,18 @@
10181018
<version>${plexus-utils.version}</version>
10191019
<type>jar</type>
10201020
</dependency>
1021+
<dependency>
1022+
<groupId>com.amazonaws</groupId>
1023+
<artifactId>aws-java-sdk-ssoadmin</artifactId>
1024+
<version>${aws-java-sdk.version}</version>
1025+
<type>jar</type>
1026+
</dependency>
1027+
<dependency>
1028+
<groupId>com.amazonaws</groupId>
1029+
<artifactId>aws-java-sdk-redshiftdataapi</artifactId>
1030+
<version>${aws-java-sdk.version}</version>
1031+
<type>jar</type>
1032+
</dependency>
10211033
<dependency>
10221034
<groupId>com.amazonaws</groupId>
10231035
<artifactId>aws-java-sdk-appflow</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.9.1-SNAPSHOT</version>
9+
<version>2.9.1</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.9.1-SNAPSHOT</version>
9+
<version>2.9.1</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.9.1-SNAPSHOT</version>
9+
<version>2.9.1</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)