Skip to content

Commit b247098

Browse files
Bump the dependencies group across 1 directory with 9 updates
Bumps the dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | software.amazon.awssdk:secretsmanager | `2.29.6` | `2.31.77` | | [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) | `4.8.6` | `4.9.3` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.14.0` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.11.1` | `3.11.2` | | [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) | `4.8.6.5` | `4.9.3.2` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.12` | `0.8.13` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.2` | `3.5.3` | | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.7` | `3.2.8` | | [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.7.0` | `0.8.0` | Updates `software.amazon.awssdk:secretsmanager` from 2.29.6 to 2.31.77 Updates `com.github.spotbugs:spotbugs-annotations` from 4.8.6 to 4.9.3 - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](spotbugs/spotbugs@4.8.6...4.9.3) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.11.1 to 3.11.2 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.1...maven-javadoc-plugin-3.11.2) Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.8.6.5 to 4.9.3.2 - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.8.6.5...spotbugs-maven-plugin-4.9.3.2) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.12 to 0.8.13 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.12...v0.8.13) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.2...surefire-3.5.3) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.7 to 3.2.8 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.7...maven-gpg-plugin-3.2.8) 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: software.amazon.awssdk:secretsmanager dependency-version: 2.31.77 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.9.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-version: 3.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-version: 4.9.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-version: 3.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: 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: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b85d5e2 commit b247098

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>software.amazon.awssdk</groupId>
4949
<artifactId>secretsmanager</artifactId>
50-
<version>2.29.6</version>
50+
<version>2.33.4</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.testng</groupId>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.github.spotbugs</groupId>
6666
<artifactId>spotbugs-annotations</artifactId>
67-
<version>4.8.6</version>
67+
<version>4.9.4</version>
6868
<scope>compile</scope>
6969
</dependency>
7070
</dependencies>
@@ -73,7 +73,7 @@
7373
<plugin>
7474
<groupId>org.apache.maven.plugins</groupId>
7575
<artifactId>maven-compiler-plugin</artifactId>
76-
<version>3.13.0</version>
76+
<version>3.14.0</version>
7777
<configuration>
7878
<source>1.8</source>
7979
<target>1.8</target>
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-javadoc-plugin</artifactId>
101-
<version>3.11.1</version>
101+
<version>3.11.3</version>
102102
<executions>
103103
<execution>
104104
<id>attach-javadocs</id>
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>com.github.spotbugs</groupId>
134134
<artifactId>spotbugs-maven-plugin</artifactId>
135-
<version>4.8.6.5</version>
135+
<version>4.9.4.2</version>
136136
<configuration>
137137
<effort>Max</effort>
138138
<threshold>Low</threshold>
@@ -152,7 +152,7 @@
152152
<plugin>
153153
<groupId>org.jacoco</groupId>
154154
<artifactId>jacoco-maven-plugin</artifactId>
155-
<version>0.8.12</version>
155+
<version>0.8.13</version>
156156
<executions>
157157
<execution>
158158
<id>prepare-agent</id>
@@ -184,7 +184,7 @@
184184
<plugin>
185185
<groupId>org.apache.maven.plugins</groupId>
186186
<artifactId>maven-surefire-plugin</artifactId>
187-
<version>3.5.2</version>
187+
<version>3.5.3</version>
188188
<configuration>
189189
<argLine>@{argLine} -javaagent:${org.mockito:mockito-core:jar}</argLine>
190190
</configuration>
@@ -200,7 +200,7 @@
200200
<plugin>
201201
<groupId>org.apache.maven.plugins</groupId>
202202
<artifactId>maven-gpg-plugin</artifactId>
203-
<version>3.2.7</version>
203+
<version>3.2.8</version>
204204
<executions>
205205
<execution>
206206
<id>sign-artifacts</id>
@@ -214,7 +214,7 @@
214214
<plugin>
215215
<groupId>org.sonatype.central</groupId>
216216
<artifactId>central-publishing-maven-plugin</artifactId>
217-
<version>0.7.0</version>
217+
<version>0.8.0</version>
218218
<extensions>true</extensions>
219219
<configuration>
220220
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)