Skip to content

Commit f70bb07

Browse files
Bump the maven-dependencies group with 4 updates (#927)
Bumps the maven-dependencies group with 4 updates: [org.junit:junit-bom](https://github.com/junit-team/junit-framework), [com.github.javaparser:javaparser-core](https://github.com/javaparser/javaparser), [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin). Updates `org.junit:junit-bom` from 5.13.0 to 5.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.0...r5.13.2) Updates `com.github.javaparser:javaparser-core` from 3.26.4 to 3.27.0 - [Release notes](https://github.com/javaparser/javaparser/releases) - [Changelog](https://github.com/javaparser/javaparser/blob/master/changelog.md) - [Commits](javaparser/javaparser@javaparser-parent-3.26.4...javaparser-parent-3.27.0) Updates `com.puppycrawl.tools:checkstyle` from 10.25.0 to 10.26.1 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.25.0...checkstyle-10.26.1) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.7.0 to 0.8.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: com.github.javaparser:javaparser-core dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 10.26.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 363bff7 commit f70bb07

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>org.junit</groupId>
2121
<artifactId>junit-bom</artifactId>
22-
<version>5.13.0</version>
22+
<version>5.13.2</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.github.javaparser</groupId>
4848
<artifactId>javaparser-core</artifactId>
49-
<version>3.26.4</version>
49+
<version>3.27.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.json</groupId>
@@ -215,7 +215,7 @@
215215
<plugin>
216216
<groupId>org.sonatype.central</groupId>
217217
<artifactId>central-publishing-maven-plugin</artifactId>
218-
<version>0.7.0</version>
218+
<version>0.8.0</version>
219219
<extensions>true</extensions>
220220
<configuration>
221221
<publishingServerId>central</publishingServerId>
@@ -235,7 +235,7 @@
235235
<dependency>
236236
<groupId>com.puppycrawl.tools</groupId>
237237
<artifactId>checkstyle</artifactId>
238-
<version>10.25.0</version>
238+
<version>10.26.1</version>
239239
</dependency>
240240
</dependencies>
241241
<executions>

0 commit comments

Comments
 (0)