Skip to content

Commit b4e63bf

Browse files
authored
Merge pull request #3685 from jooby-project/dependabot/maven/dependencies-63fc718d03
build(deps): bump the dependencies group across 1 directory with 9 updates
2 parents 32b2e6a + 7537169 commit b4e63bf

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

modules/jooby-awssdk-v2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<artifactId>jooby-awssdk-v2</artifactId>
1212

1313
<properties>
14-
<aws.java.sdk.version>2.31.50</aws.java.sdk.version>
14+
<aws.java.sdk.version>2.31.54</aws.java.sdk.version>
1515
</properties>
1616

1717
<dependencyManagement>

modules/jooby-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<properties>
1414
<Module-Name>io.jooby.cli</Module-Name>
15-
<jline.version>3.30.3</jline.version>
15+
<jline.version>3.30.4</jline.version>
1616
<picocli.version>4.7.7</picocli.version>
1717
</properties>
1818

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@
7272
<!-- data -->
7373
<HikariCP.version>6.3.0</HikariCP.version>
7474
<log4jdbc.version>1.2</log4jdbc.version>
75-
<hibernate.version>6.6.15.Final</hibernate.version>
75+
<hibernate.version>6.6.17.Final</hibernate.version>
7676
<ebean.version>15.11.0</ebean.version>
7777
<jdbi.version>3.49.4</jdbi.version>
7878
<flyway.version>11.8.2</flyway.version>
79-
<graphql-java.version>24.0</graphql-java.version>
79+
<graphql-java.version>24.1</graphql-java.version>
8080
<lettuce.version>6.6.0.RELEASE</lettuce.version>
8181
<commons-pool2.version>2.12.1</commons-pool2.version>
8282
<kafka.version>4.0.0</kafka.version>
@@ -148,7 +148,7 @@
148148

149149
<!-- Test dependencies -->
150150
<jacoco.version>0.8.13</jacoco.version>
151-
<junit.version>5.12.2</junit.version>
151+
<junit.version>5.13.0</junit.version>
152152
<rest-assured.version>5.5.5</rest-assured.version>
153153
<assertj-core.version>3.27.3</assertj-core.version>
154154
<mockito.version>5.18.0</mockito.version>
@@ -190,7 +190,7 @@
190190
<plexus-utils.version>4.0.2</plexus-utils.version>
191191
<stork-maven-plugin.version>3.2.0</stork-maven-plugin.version>
192192
<versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>
193-
<exec-maven-plugin.version>3.5.0</exec-maven-plugin.version>
193+
<exec-maven-plugin.version>3.5.1</exec-maven-plugin.version>
194194
<maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
195195
<frontend-maven-plugin.version>1.15.1</frontend-maven-plugin.version>
196196
<node.version>v20.11.0</node.version>
@@ -1447,7 +1447,7 @@
14471447
<dependency>
14481448
<groupId>org.codehaus.groovy</groupId>
14491449
<artifactId>groovy-all</artifactId>
1450-
<version>3.0.24</version>
1450+
<version>3.0.25</version>
14511451
<type>pom</type>
14521452
<exclusions>
14531453
<exclusion>
@@ -1594,7 +1594,7 @@
15941594
<plugin>
15951595
<groupId>com.diffplug.spotless</groupId>
15961596
<artifactId>spotless-maven-plugin</artifactId>
1597-
<version>2.44.4</version>
1597+
<version>2.44.5</version>
15981598
<configuration>
15991599
<upToDateChecking>
16001600
<enabled>true</enabled>

0 commit comments

Comments
 (0)