Skip to content

Commit

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

build(deps): bump the dependencies group with 21 updates
  • Loading branch information
jknack committed May 27, 2024
2 parents e87069e + b40ce51 commit ba216aa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion modules/jooby-jte/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte</artifactId>
<version>3.1.11</version>
<version>3.1.12</version>
</dependency>

<!-- Test dependencies -->
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.14.Final</version>
<version>3.8.15.Final</version>
</dependency>

<dependency>
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<!-- data -->
<HikariCP.version>5.1.0</HikariCP.version>
<log4jdbc.version>1.2</log4jdbc.version>
<hibernate.version>6.5.1.Final</hibernate.version>
<hibernate.version>6.5.2.Final</hibernate.version>
<ebean.version>15.3.0</ebean.version>
<jdbi.version>3.45.1</jdbi.version>
<flyway.version>9.22.3</flyway.version>
<graphql-java.version>22.0</graphql-java.version>
<graphql-java.version>22.1</graphql-java.version>
<lettuce.version>6.3.2.RELEASE</lettuce.version>
<commons-pool2.version>2.12.0</commons-pool2.version>
<kafka.version>3.7.0</kafka.version>
Expand Down Expand Up @@ -70,7 +70,7 @@
<!-- Server -->
<undertow.version>2.3.13.Final</undertow.version>
<jetty.version>12.0.9</jetty.version>
<netty.version>4.1.109.Final</netty.version>
<netty.version>4.1.110.Final</netty.version>

<!--OpenAPI-->
<swagger.version>2.2.22</swagger.version>
Expand All @@ -92,15 +92,15 @@
<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.725</aws-java-sdk.version>
<aws-java-sdk.version>1.12.730</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>

<commons-io.version>2.16.1</commons-io.version>

<!-- Kotlin -->
<kotlin.version>1.9.24</kotlin.version>
<kotlin.version>2.0.0</kotlin.version>
<kotlinx-coroutines-core.version>1.8.1</kotlinx-coroutines-core.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

Expand All @@ -127,15 +127,15 @@
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
<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-core.version>3.9.7</maven-core.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.13.0</maven-plugin-annotations.version>
<maven-plugin-api.version>3.9.6</maven-plugin-api.version>
<maven-plugin-api.version>3.9.7</maven-plugin-api.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>
Expand All @@ -148,7 +148,7 @@
<plexus-utils.version>4.0.1</plexus-utils.version>
<stork-maven-plugin.version>3.1.3</stork-maven-plugin.version>
<versions-maven-plugin.version>2.16.2</versions-maven-plugin.version>
<exec-maven-plugin.version>3.2.0</exec-maven-plugin.version>
<exec-maven-plugin.version>3.3.0</exec-maven-plugin.version>
<maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
<frontend-maven-plugin.version>1.15.0</frontend-maven-plugin.version>
<node.version>v18.13.0</node.version>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.3</version>
<version>3.26.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit ba216aa

Please sign in to comment.