Skip to content

Commit

Permalink
build: update bom
Browse files Browse the repository at this point in the history
  • Loading branch information
jknack committed Sep 7, 2024
1 parent 91ecd35 commit 036f079
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions modules/jooby-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,21 @@
<artifactId>jooby-avaje-jsonb</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby-avaje-validator</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby-awssdk-v1</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby-awssdk-v2</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby-caffeine</artifactId>
Expand Down Expand Up @@ -289,6 +299,11 @@
<artifactId>jooby-undertow</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby-validation</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby-whoops</artifactId>
Expand Down

0 comments on commit 036f079

Please sign in to comment.