Skip to content

Commit 6710334

Browse files
deps: bump the minor-patch-dependencies group with 3 updates
Bumps the minor-patch-dependencies group with 3 updates: software.amazon.awssdk:bom, [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) and [org.codehaus.mojo:properties-maven-plugin](https://github.com/mojohaus/properties-maven-plugin). Updates `software.amazon.awssdk:bom` from 2.41.5 to 2.41.10 Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.20.1 to 2.21.0 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.20.1...jackson-module-kotlin-2.21.0) Updates `org.codehaus.mojo:properties-maven-plugin` from 1.2.1 to 1.3.0 - [Release notes](https://github.com/mojohaus/properties-maven-plugin/releases) - [Commits](mojohaus/properties-maven-plugin@1.2.1...properties-maven-plugin-1.3.0) --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-version: 2.41.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: org.codehaus.mojo:properties-maven-plugin dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d21bbb9 commit 6710334

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.41.5</version>
30+
<version>2.41.10</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.41.5</version>
48+
<version>2.41.10</version>
4949
<type>pom</type>
5050
<scope>compile</scope>
5151
</dependency>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.fasterxml.jackson.module</groupId>
8383
<artifactId>jackson-module-kotlin</artifactId>
84-
<version>2.20.1</version>
84+
<version>2.21.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>net.logstash.logback</groupId>
@@ -280,7 +280,7 @@
280280
<plugin>
281281
<groupId>org.codehaus.mojo</groupId>
282282
<artifactId>properties-maven-plugin</artifactId>
283-
<version>1.2.1</version>
283+
<version>1.3.0</version>
284284
<executions>
285285
<execution>
286286
<goals>

0 commit comments

Comments
 (0)