Skip to content

Commit 82a5cf7

Browse files
Bump the dependencies group across 1 directory with 6 updates
Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.amazonaws.secretsmanager:aws-secretsmanager-caching-java](https://github.com/aws/aws-secretsmanager-caching-java) | `2.0.0` | `2.1.0` | | software.amazon.awssdk:secretsmanager | `2.34.2` | `2.38.7` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.20.0` | `2.20.1` | | [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) | `4.9.6` | `4.9.8` | | [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) | `4.9.6.0` | `4.9.8.1` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.13` | `0.8.14` | Updates `com.amazonaws.secretsmanager:aws-secretsmanager-caching-java` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/aws/aws-secretsmanager-caching-java/releases) - [Commits](aws/aws-secretsmanager-caching-java@2.0.0...2.1.0) Updates `software.amazon.awssdk:secretsmanager` from 2.34.2 to 2.38.7 Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.0 to 2.20.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.github.spotbugs:spotbugs-annotations` from 4.9.6 to 4.9.8 - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](spotbugs/spotbugs@4.9.6...4.9.8) Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.9.6.0 to 4.9.8.1 - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.6.0...spotbugs-maven-plugin-4.9.8.1) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.13 to 0.8.14 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.13...v0.8.14) --- updated-dependencies: - dependency-name: com.amazonaws.secretsmanager:aws-secretsmanager-caching-java dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: software.amazon.awssdk:secretsmanager dependency-version: 2.38.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.9.8 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.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36d50e2 commit 82a5cf7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@
6464
<dependency>
6565
<groupId>com.amazonaws.secretsmanager</groupId>
6666
<artifactId>aws-secretsmanager-caching-java</artifactId>
67-
<version>2.0.0</version>
67+
<version>2.1.0</version>
6868
</dependency>
6969

7070
<dependency>
7171
<groupId>software.amazon.awssdk</groupId>
7272
<artifactId>secretsmanager</artifactId>
73-
<version>2.34.2</version>
73+
<version>2.38.7</version>
7474
</dependency>
7575

7676
<dependency>
@@ -83,13 +83,13 @@
8383
<dependency>
8484
<groupId>com.fasterxml.jackson.core</groupId>
8585
<artifactId>jackson-databind</artifactId>
86-
<version>2.20.0</version>
86+
<version>2.20.1</version>
8787
</dependency>
8888

8989
<dependency>
9090
<groupId>com.github.spotbugs</groupId>
9191
<artifactId>spotbugs-annotations</artifactId>
92-
<version>4.9.6</version>
92+
<version>4.9.8</version>
9393
</dependency>
9494

9595
<dependency>
@@ -197,7 +197,7 @@
197197
<plugin>
198198
<groupId>com.github.spotbugs</groupId>
199199
<artifactId>spotbugs-maven-plugin</artifactId>
200-
<version>4.9.6.0</version>
200+
<version>4.9.8.1</version>
201201
<configuration>
202202
<effort>Max</effort>
203203
<threshold>Low</threshold>
@@ -216,7 +216,7 @@
216216
<plugin>
217217
<groupId>org.jacoco</groupId>
218218
<artifactId>jacoco-maven-plugin</artifactId>
219-
<version>0.8.13</version>
219+
<version>0.8.14</version>
220220
<executions>
221221
<execution>
222222
<goals>

0 commit comments

Comments
 (0)