Skip to content

Commit e33b245

Browse files
committed
v2.9.4
1 parent d2836ff commit e33b245

File tree

53 files changed

+99
-57
lines changed

Some content is hidden

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

53 files changed

+99
-57
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.4-SNAPSHOT</version>
9+
<version>2.9.4</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.4-SNAPSHOT</version>
9+
<version>2.9.4</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.4-SNAPSHOT</version>
9+
<version>2.9.4</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.4-SNAPSHOT</version>
10+
<version>2.9.4</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.4-SNAPSHOT</version>
9+
<version>2.9.4</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.4-SNAPSHOT</version>
9+
<version>2.9.4</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-bom/pom.xml

Lines changed: 43 additions & 6 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.4-SNAPSHOT</version>
7+
<version>2.9.4</version>
88
</parent>
99

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

1818
<properties>
19-
<jooby.version>2.9.4-SNAPSHOT</jooby.version>
19+
<jooby.version>2.9.4</jooby.version>
2020
<HikariCP.version>3.4.5</HikariCP.version>
2121
<archetype-packaging.version>3.2.0</archetype-packaging.version>
2222
<asm.version>9.0</asm.version>
2323
<auto-service.version>1.0-rc7</auto-service.version>
24-
<aws-java-sdk.version>1.11.897</aws-java-sdk.version>
24+
<aws-java-sdk.version>1.11.908</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.6</caffeine.version>
@@ -51,14 +51,15 @@
5151
<jacoco-maven-plugin.version>0.8.6</jacoco-maven-plugin.version>
5252
<jacoco.version>0.8.6</jacoco.version>
5353
<jakarta.ws.rs-api.version>2.1.6</jakarta.ws.rs-api.version>
54+
<jasypt.version>1.9.3</jasypt.version>
5455
<javax.inject.version>1</javax.inject.version>
5556
<jboss-modules.version>1.10.2.Final</jboss-modules.version>
5657
<jdbi.version>3.17.0</jdbi.version>
5758
<jetty.version>9.4.35.v20201120</jetty.version>
5859
<jfiglet.version>0.0.8</jfiglet.version>
59-
<jmespath-java.version>1.11.897</jmespath-java.version>
60-
<jooby-maven-plugin.version>2.9.4-SNAPSHOT</jooby-maven-plugin.version>
61-
<jooby.version>2.9.4-SNAPSHOT</jooby.version>
60+
<jmespath-java.version>1.11.908</jmespath-java.version>
61+
<jooby-maven-plugin.version>2.9.4</jooby-maven-plugin.version>
62+
<jooby.version>2.9.4</jooby.version>
6263
<json.version>20200518</json.version>
6364
<jsonwebtoken.version>0.11.2</jsonwebtoken.version>
6465
<jsr305.version>3.0.2</jsr305.version>
@@ -383,6 +384,12 @@
383384
<version>${jooby.version}</version>
384385
<type>jar</type>
385386
</dependency>
387+
<dependency>
388+
<groupId>io.jooby</groupId>
389+
<artifactId>jooby-jasypt</artifactId>
390+
<version>${jooby.version}</version>
391+
<type>jar</type>
392+
</dependency>
386393
<dependency>
387394
<groupId>com.github.ben-manes.caffeine</groupId>
388395
<artifactId>caffeine</artifactId>
@@ -779,6 +786,12 @@
779786
<version>${bucket4j-core.version}</version>
780787
<type>jar</type>
781788
</dependency>
789+
<dependency>
790+
<groupId>org.jasypt</groupId>
791+
<artifactId>jasypt</artifactId>
792+
<version>${jasypt.version}</version>
793+
<type>jar</type>
794+
</dependency>
782795
<dependency>
783796
<groupId>org.jetbrains.kotlin</groupId>
784797
<artifactId>kotlin-stdlib</artifactId>
@@ -1031,6 +1044,30 @@
10311044
<version>${plexus-utils.version}</version>
10321045
<type>jar</type>
10331046
</dependency>
1047+
<dependency>
1048+
<groupId>com.amazonaws</groupId>
1049+
<artifactId>aws-java-sdk-mwaa</artifactId>
1050+
<version>${aws-java-sdk.version}</version>
1051+
<type>jar</type>
1052+
</dependency>
1053+
<dependency>
1054+
<groupId>com.amazonaws</groupId>
1055+
<artifactId>aws-java-sdk-networkfirewall</artifactId>
1056+
<version>${aws-java-sdk.version}</version>
1057+
<type>jar</type>
1058+
</dependency>
1059+
<dependency>
1060+
<groupId>com.amazonaws</groupId>
1061+
<artifactId>aws-java-sdk-appregistry</artifactId>
1062+
<version>${aws-java-sdk.version}</version>
1063+
<type>jar</type>
1064+
</dependency>
1065+
<dependency>
1066+
<groupId>com.amazonaws</groupId>
1067+
<artifactId>aws-java-sdk-gluedatabrew</artifactId>
1068+
<version>${aws-java-sdk.version}</version>
1069+
<type>jar</type>
1070+
</dependency>
10341071
<dependency>
10351072
<groupId>com.amazonaws</groupId>
10361073
<artifactId>aws-java-sdk-s3outposts</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.4-SNAPSHOT</version>
9+
<version>2.9.4</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.4-SNAPSHOT</version>
9+
<version>2.9.4</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.4-SNAPSHOT</version>
9+
<version>2.9.4</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)