Skip to content

Commit b906b16

Browse files
build(deps): Bump the maven group across 1 directory with 9 updates
Bumps the maven group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | io.vertx:vertx-stack-depchain | `4.5.21` | `4.5.22` | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.13.4` | `6.0.1` | | [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `1.21.3` | `2.0.2` | | [org.redisson:redisson](https://github.com/redisson/redisson) | `3.51.0` | `3.52.0` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.18` | `1.5.21` | | [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.1` | `3.4.0` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.13` | `0.8.14` | | [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.6.1` | `3.6.2` | | [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.8.0` | `0.9.0` | Updates `io.vertx:vertx-stack-depchain` from 4.5.21 to 4.5.22 Updates `org.junit:junit-bom` from 5.13.4 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.1) Updates `org.testcontainers:testcontainers-bom` from 1.21.3 to 2.0.2 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.21.3...2.0.2) Updates `org.redisson:redisson` from 3.51.0 to 3.52.0 - [Release notes](https://github.com/redisson/redisson/releases) - [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md) - [Commits](redisson/redisson@redisson-3.51.0...redisson-3.52.0) Updates `ch.qos.logback:logback-classic` from 1.5.18 to 1.5.21 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.18...v_1.5.21) Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.1...maven-source-plugin-3.4.0) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.13 to 0.8.14 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.13...v0.8.14) Updates `org.apache.maven.plugins:maven-enforcer-plugin` from 3.6.1 to 3.6.2 - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](apache/maven-enforcer@enforcer-3.6.1...enforcer-3.6.2) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.8.0 to 0.9.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: io.vertx:vertx-stack-depchain dependency-version: 4.5.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.junit:junit-bom dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven - dependency-name: org.redisson:redisson dependency-version: 3.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ba6c1c commit b906b16

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@
6060
<dependency>
6161
<groupId>io.vertx</groupId>
6262
<artifactId>vertx-stack-depchain</artifactId>
63-
<version>4.5.21</version>
63+
<version>4.5.22</version>
6464
<type>pom</type>
6565
<scope>import</scope>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.junit</groupId>
6969
<artifactId>junit-bom</artifactId>
70-
<version>5.13.4</version>
70+
<version>6.0.1</version>
7171
<type>pom</type>
7272
<scope>import</scope>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.testcontainers</groupId>
7676
<artifactId>testcontainers-bom</artifactId>
77-
<version>1.21.3</version>
77+
<version>2.0.2</version>
7878
<type>pom</type>
7979
<scope>import</scope>
8080
</dependency>
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>org.redisson</groupId>
109109
<artifactId>redisson</artifactId>
110-
<version>3.51.0</version>
110+
<version>3.52.0</version>
111111
</dependency>
112112
<dependency>
113113
<groupId>org.slf4j</groupId>
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>ch.qos.logback</groupId>
142142
<artifactId>logback-classic</artifactId>
143-
<version>1.5.18</version>
143+
<version>1.5.21</version>
144144
<scope>test</scope>
145145
</dependency>
146146
<dependency>
@@ -241,7 +241,7 @@
241241
<plugin>
242242
<groupId>org.apache.maven.plugins</groupId>
243243
<artifactId>maven-source-plugin</artifactId>
244-
<version>3.3.1</version>
244+
<version>3.4.0</version>
245245
<executions>
246246
<execution>
247247
<id>attach-sources</id>
@@ -268,7 +268,7 @@
268268
<plugin>
269269
<groupId>org.jacoco</groupId>
270270
<artifactId>jacoco-maven-plugin</artifactId>
271-
<version>0.8.13</version>
271+
<version>0.8.14</version>
272272
<configuration>
273273
<propertyName>jacoco.argLine</propertyName>
274274
</configuration>
@@ -378,7 +378,7 @@
378378
<plugin>
379379
<groupId>org.apache.maven.plugins</groupId>
380380
<artifactId>maven-enforcer-plugin</artifactId>
381-
<version>3.6.1</version>
381+
<version>3.6.2</version>
382382
<executions>
383383
<execution>
384384
<id>enforce</id>
@@ -397,7 +397,7 @@
397397
<plugin>
398398
<groupId>org.sonatype.central</groupId>
399399
<artifactId>central-publishing-maven-plugin</artifactId>
400-
<version>0.8.0</version>
400+
<version>0.9.0</version>
401401
<extensions>true</extensions>
402402
<configuration>
403403
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)