Skip to content

Commit 417e097

Browse files
build(deps): Bump the maven group across 1 directory with 3 updates (#180)
[skip ci] Bumps the maven group with 3 updates in the / directory: io.vertx:vertx-stack-depchain, [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin). Updates `io.vertx:vertx-stack-depchain` from 4.5.23 to 4.5.24 Updates `ch.qos.logback:logback-classic` from 1.5.24 to 1.5.25 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.24...v_1.5.25) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.9.0 to 0.10.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: io.vertx:vertx-stack-depchain dependency-version: 4.5.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.25 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c58913 commit 417e097

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>io.vertx</groupId>
6262
<artifactId>vertx-stack-depchain</artifactId>
63-
<version>4.5.23</version>
63+
<version>4.5.24</version>
6464
<type>pom</type>
6565
<scope>import</scope>
6666
</dependency>
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>ch.qos.logback</groupId>
142142
<artifactId>logback-classic</artifactId>
143-
<version>1.5.24</version>
143+
<version>1.5.25</version>
144144
<scope>test</scope>
145145
</dependency>
146146
<dependency>
@@ -397,7 +397,7 @@
397397
<plugin>
398398
<groupId>org.sonatype.central</groupId>
399399
<artifactId>central-publishing-maven-plugin</artifactId>
400-
<version>0.9.0</version>
400+
<version>0.10.0</version>
401401
<extensions>true</extensions>
402402
<configuration>
403403
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)