Skip to content

Commit

Permalink
Merge pull request #3421 from jooby-project/dependabot/maven/dependen…
Browse files Browse the repository at this point in the history
…cies-bc3c78c73e

build(deps): bump the dependencies group across 1 directory with 28 updates
  • Loading branch information
jknack committed May 6, 2024
2 parents 027563e + c892b0b commit 7a4b811
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion modules/jooby-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<properties>
<Module-Name>io.jooby.cli</Module-Name>
<jline.version>3.25.1</jline.version>
<jline.version>3.26.1</jline.version>
<picocli.version>4.7.5</picocli.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion modules/jooby-openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
<version>1.17.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/jooby-undertow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<!-- remove xnio once we upgrade to 2.2.18 + There is a Invalida Path on Windows-->
<groupId> org.jboss.xnio</groupId>
<artifactId>xnio-api</artifactId>
<version>3.8.13.Final</version>
<version>3.8.14.Final</version>
</dependency>

<dependency>
Expand Down
26 changes: 13 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<handlebars.version>4.4.0</handlebars.version>
<jstachio.version>1.3.5</jstachio.version>
<pebble.version>3.2.2</pebble.version>
<jackson.version>2.17.0</jackson.version>
<jackson.version>2.17.1</jackson.version>
<gson.version>2.10.1</gson.version>
<avaje-jsonb.version>1.11</avaje-jsonb.version>
<jakarta.json.bind-api.version>3.0.1</jakarta.json.bind-api.version>
Expand All @@ -34,7 +34,7 @@
<!-- data -->
<HikariCP.version>5.1.0</HikariCP.version>
<log4jdbc.version>1.2</log4jdbc.version>
<hibernate.version>6.4.4.Final</hibernate.version>
<hibernate.version>6.5.0.Final</hibernate.version>
<ebean.version>15.1.0</ebean.version>
<jdbi.version>3.45.1</jdbi.version>
<flyway.version>9.22.3</flyway.version>
Expand Down Expand Up @@ -81,8 +81,8 @@

<!-- javax -->
<jakarta.inject.version>2.0.1</jakarta.inject.version>
<spotbugs-annotations.version>4.8.4</spotbugs-annotations.version>
<jakarta.ws.rs-api.version>3.1.0</jakarta.ws.rs-api.version>
<spotbugs-annotations.version>4.8.5</spotbugs-annotations.version>
<jakarta.ws.rs-api.version>4.0.0</jakarta.ws.rs-api.version>

<!-- Misc -->
<okhttp.version>4.12.0</okhttp.version>
Expand All @@ -91,8 +91,8 @@
<quartz.version>2.3.2</quartz.version>
<cron-utils.version>9.2.1</cron-utils.version>
<bucket4j-core.version>8.0.1</bucket4j-core.version>
<aws-java-sdk.version>1.12.705</aws-java-sdk.version>
<camel.version>3.22.1</camel.version>
<aws-java-sdk.version>1.12.715</aws-java-sdk.version>
<camel.version>3.22.2</camel.version>
<frontend-plugin-core.version>1.15.0</frontend-plugin-core.version>
<jasypt.version>1.9.3</jasypt.version>

Expand All @@ -108,7 +108,7 @@
<junit.version>5.10.2</junit.version>
<rest-assured.version>5.4.0</rest-assured.version>
<mockito.version>5.11.0</mockito.version>
<guava.version>33.1.0-jre</guava.version>
<guava.version>33.2.0-jre</guava.version>

<auto-service.version>1.1.1</auto-service.version>
<compile-testing.version>0.21.0</compile-testing.version>
Expand All @@ -127,18 +127,18 @@
<maven-tiles-plugin.version>2.40</maven-tiles-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-core.version>3.9.6</maven-core.version>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
<maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version>
<maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version>
<maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version>
<maven-jar-plugin.version>3.4.1</maven-jar-plugin.version>
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
<archetype-packaging.version>3.2.1</archetype-packaging.version>
<maven-plugin-annotations.version>3.12.0</maven-plugin-annotations.version>
<maven-plugin-annotations.version>3.13.0</maven-plugin-annotations.version>
<maven-plugin-api.version>3.9.6</maven-plugin-api.version>
<maven-plugin-plugin.version>3.12.0</maven-plugin-plugin.version>
<maven-plugin-plugin.version>3.13.0</maven-plugin-plugin.version>
<maven-project.version>2.2.1</maven-project.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-shade-plugin.version>3.5.2</maven-shade-plugin.version>
<maven-shade-plugin.version>3.5.3</maven-shade-plugin.version>
<maven-site-plugin.version>3.8.2</maven-site-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
Expand Down Expand Up @@ -1515,7 +1515,7 @@
<plugin>
<groupId>com.rudikershaw.gitbuildhook</groupId>
<artifactId>git-build-hook-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<configuration>
<installHooks>
<pre-commit>${pre-commit-hook}</pre-commit>
Expand Down Expand Up @@ -1600,7 +1600,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
</plugin>

<plugin>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
<version>1.17.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 7a4b811

Please sign in to comment.