Skip to content

Commit 20a7a2c

Browse files
Bump the maven-dependencies group with 3 updates
Bumps the maven-dependencies group with 3 updates: [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core), [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin). Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.6 to 2.22.0 - [Commits](FasterXML/jackson-core@jackson-core-2.18.6...jackson-core-2.22.0) Updates `com.puppycrawl.tools:checkstyle` from 13.5.0 to 13.6.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-13.5.0...checkstyle-13.6.0) Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.9.8.5 to 4.10.2.0 - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.8.5...spotbugs-maven-plugin-4.10.2.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 13.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-version: 4.10.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86c97d1 commit 20a7a2c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
<jacoco.version>0.8.15</jacoco.version>
2929
<slf4j.version>2.0.18</slf4j.version>
3030
<dropbox.version>7.0.0</dropbox.version>
31-
<jackson-core.version>2.18.6</jackson-core.version>
31+
<jackson-core.version>2.22.0</jackson-core.version>
3232
<java-flac-encoder.version>0.3.8</java-flac-encoder.version>
3333
<junit.version>6.1.0</junit.version>
3434
<shade.version>3.6.2</shade.version>
3535
<checkstyle.plugin.version>3.6.0</checkstyle.plugin.version>
3636
<enforcer.version>3.6.3</enforcer.version>
37-
<checkstyle.dep.version>13.5.0</checkstyle.dep.version>
37+
<checkstyle.dep.version>13.6.0</checkstyle.dep.version>
3838
<cyclonedx.version>2.9.1</cyclonedx.version>
3939
<archunit.version>1.4.2</archunit.version>
40-
<spotbugs.version>4.9.8.5</spotbugs.version>
40+
<spotbugs.version>4.10.2.0</spotbugs.version>
4141
</properties>
4242

4343
<dependencyManagement>

0 commit comments

Comments
 (0)