Skip to content

Commit 8f93aa4

Browse files
build(deps): bump the java-maven-deps group across 1 directory with 6 updates
Bumps the java-maven-deps group with 6 updates in the /java directory: | Package | From | To | | --- | --- | --- | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.22.0` | `2.22.1` | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.22.0` | `2.22.1` | | [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) | `4.10.2` | `4.10.3` | | [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) | `4.10.2.0` | `4.10.3.0` | | [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.5.0` | `3.5.1` | | [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.10.0` | `0.11.0` | Updates `com.fasterxml.jackson.core:jackson-databind` from 2.22.0 to 2.22.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.22.0 to 2.22.1 Updates `com.github.spotbugs:spotbugs-annotations` from 4.10.2 to 4.10.3 - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](spotbugs/spotbugs@4.10.2...4.10.3) Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.10.2.0 to 4.10.3.0 - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.10.2.0...spotbugs-maven-plugin-4.10.3.0) Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.5.0...maven-jar-plugin-3.5.1) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.10.0 to 0.11.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-maven-deps - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.22.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-maven-deps - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-maven-deps - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-version: 4.10.3.0 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: java-maven-deps - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-maven-deps - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: java-maven-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa4e707 commit 8f93aa4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

java/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>com.fasterxml.jackson.core</groupId>
9999
<artifactId>jackson-databind</artifactId>
100-
<version>2.22.0</version>
100+
<version>2.22.1</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>com.fasterxml.jackson.core</groupId>
@@ -107,14 +107,14 @@
107107
<dependency>
108108
<groupId>com.fasterxml.jackson.datatype</groupId>
109109
<artifactId>jackson-datatype-jsr310</artifactId>
110-
<version>2.22.0</version>
110+
<version>2.22.1</version>
111111
</dependency>
112112

113113
<!-- SpotBugs annotations for suppressing warnings -->
114114
<dependency>
115115
<groupId>com.github.spotbugs</groupId>
116116
<artifactId>spotbugs-annotations</artifactId>
117-
<version>4.10.2</version>
117+
<version>4.10.3</version>
118118
<scope>provided</scope>
119119
</dependency>
120120

@@ -149,7 +149,7 @@
149149
<plugin>
150150
<groupId>com.github.spotbugs</groupId>
151151
<artifactId>spotbugs-maven-plugin</artifactId>
152-
<version>4.10.2.0</version>
152+
<version>4.10.3.0</version>
153153
<configuration>
154154
<excludeFilterFile>config/spotbugs/spotbugs-exclude.xml</excludeFilterFile>
155155
</configuration>
@@ -176,7 +176,7 @@
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
178178
<artifactId>maven-jar-plugin</artifactId>
179-
<version>3.5.0</version>
179+
<version>3.5.1</version>
180180
</plugin>
181181
<plugin>
182182
<groupId>org.apache.maven.plugins</groupId>
@@ -462,7 +462,7 @@
462462
<plugin>
463463
<groupId>org.sonatype.central</groupId>
464464
<artifactId>central-publishing-maven-plugin</artifactId>
465-
<version>0.10.0</version>
465+
<version>0.11.0</version>
466466
<extensions>true</extensions>
467467
<configuration>
468468
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)