Skip to content

Commit 6620f09

Browse files
Bump the java-maven-deps group across 1 directory with 5 updates
Bumps the java-maven-deps group with 5 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.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.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.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 6e3893c commit 6620f09

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

java/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>com.fasterxml.jackson.core</groupId>
9797
<artifactId>jackson-databind</artifactId>
98-
<version>2.22.0</version>
98+
<version>2.22.1</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>com.fasterxml.jackson.core</groupId>
@@ -105,14 +105,14 @@
105105
<dependency>
106106
<groupId>com.fasterxml.jackson.datatype</groupId>
107107
<artifactId>jackson-datatype-jsr310</artifactId>
108-
<version>2.22.0</version>
108+
<version>2.22.1</version>
109109
</dependency>
110110

111111
<!-- SpotBugs annotations for suppressing warnings -->
112112
<dependency>
113113
<groupId>com.github.spotbugs</groupId>
114114
<artifactId>spotbugs-annotations</artifactId>
115-
<version>4.10.2</version>
115+
<version>4.10.3</version>
116116
<scope>provided</scope>
117117
</dependency>
118118

@@ -147,7 +147,7 @@
147147
<plugin>
148148
<groupId>com.github.spotbugs</groupId>
149149
<artifactId>spotbugs-maven-plugin</artifactId>
150-
<version>4.10.2.0</version>
150+
<version>4.10.3.0</version>
151151
<configuration>
152152
<excludeFilterFile>config/spotbugs/spotbugs-exclude.xml</excludeFilterFile>
153153
</configuration>
@@ -456,7 +456,7 @@
456456
<plugin>
457457
<groupId>org.sonatype.central</groupId>
458458
<artifactId>central-publishing-maven-plugin</artifactId>
459-
<version>0.10.0</version>
459+
<version>0.11.0</version>
460460
<extensions>true</extensions>
461461
<configuration>
462462
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)