Skip to content

Commit c5788fe

Browse files
deps: bump the minor-patch-dependencies group with 3 updates (#394)
Bumps the minor-patch-dependencies group with 3 updates: software.amazon.awssdk:bom, [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) and [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless). Updates `software.amazon.awssdk:bom` from 2.42.4 to 2.42.8 Updates `org.apache.maven.plugins:maven-resources-plugin` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](apache/maven-resources-plugin@v3.4.0...maven-resources-plugin-3.5.0) Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.2.1 to 3.3.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/3.2.1...lib/3.3.0) --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-version: 2.42.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-version: 3.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3aa7308 commit c5788fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>software.amazon.awssdk</groupId>
2929
<artifactId>bom</artifactId>
30-
<version>2.42.4</version>
30+
<version>2.42.8</version>
3131
<type>pom</type>
3232
<scope>import</scope>
3333
</dependency>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>software.amazon.awssdk</groupId>
4747
<artifactId>bom</artifactId>
48-
<version>2.42.4</version>
48+
<version>2.42.8</version>
4949
<type>pom</type>
5050
<scope>compile</scope>
5151
</dependency>
@@ -181,7 +181,7 @@
181181
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
182182
<plugin>
183183
<artifactId>maven-resources-plugin</artifactId>
184-
<version>3.4.0</version>
184+
<version>3.5.0</version>
185185
</plugin>
186186
<plugin>
187187
<artifactId>maven-compiler-plugin</artifactId>
@@ -298,7 +298,7 @@
298298
<plugin>
299299
<groupId>com.diffplug.spotless</groupId>
300300
<artifactId>spotless-maven-plugin</artifactId>
301-
<version>3.2.1</version>
301+
<version>3.3.0</version>
302302
<configuration>
303303
<java>
304304
<googleJavaFormat>

0 commit comments

Comments
 (0)