Skip to content

Commit

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

build(deps): bump the dependencies group with 8 updates
  • Loading branch information
jknack authored Sep 1, 2024
2 parents 9366f99 + 3c991f8 commit c3fff49
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<log4jdbc.version>1.2</log4jdbc.version>
<hibernate.version>6.6.0.Final</hibernate.version>
<ebean.version>15.5.0</ebean.version>
<jdbi.version>3.45.3</jdbi.version>
<jdbi.version>3.45.4</jdbi.version>
<flyway.version>9.22.3</flyway.version>
<graphql-java.version>22.2</graphql-java.version>
<lettuce.version>6.4.0.RELEASE</lettuce.version>
Expand Down Expand Up @@ -68,7 +68,7 @@
<asm.version>9.7</asm.version>

<!-- Server -->
<undertow.version>2.3.15.Final</undertow.version>
<undertow.version>2.3.16.Final</undertow.version>
<jetty.version>12.0.12</jetty.version>
<netty.version>4.1.112.Final</netty.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.769</aws-java-sdk.version>
<aws-java-sdk.version>1.12.770</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>2.0.10</kotlin.version>
<kotlin.version>2.0.20</kotlin.version>
<kotlinx-coroutines-core.version>1.8.1</kotlinx-coroutines-core.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

Expand Down Expand Up @@ -128,7 +128,7 @@
<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.9</maven-core.version>
<maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version>
<maven-deploy-plugin.version>3.1.3</maven-deploy-plugin.version>
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
<maven-gpg-plugin.version>3.2.5</maven-gpg-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
Expand Down Expand Up @@ -1620,7 +1620,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>

<plugin>
Expand Down

0 comments on commit c3fff49

Please sign in to comment.