Skip to content

Commit ac4e68d

Browse files
authored
Merge pull request #199 from Apicurio/renovate/dependencies-all-(patch)
fix(deps): update dependencies: all (patch)
2 parents 173e79d + 6f16c49 commit ac4e68d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

generator/src/test/resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<version.yarn>1.22.5</version.yarn>
6363

6464
<!-- Dependency Versions -->
65-
<version.com.fasterxml.jackson>2.21.0</version.com.fasterxml.jackson>
65+
<version.com.fasterxml.jackson>2.21.1</version.com.fasterxml.jackson>
6666
<version.com.fasterxml.jackson.dataformat>2.10.0.pr1</version.com.fasterxml.jackson.dataformat>
6767
<version.commons-io>2.21.0</version.commons-io>
6868
<version.junit>4.13.2</version.junit>

maven-plugin-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<plugin>
4747
<groupId>org.apache.maven.plugins</groupId>
4848
<artifactId>maven-failsafe-plugin</artifactId>
49-
<version>3.5.4</version>
49+
<version>3.5.5</version>
5050
<executions>
5151
<execution>
5252
<goals>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<maven.compiler.target>11</maven.compiler.target>
5959

6060
<!-- Dependency Versions -->
61-
<version.com.fasterxml.jackson>2.21.0</version.com.fasterxml.jackson>
61+
<version.com.fasterxml.jackson>2.21.1</version.com.fasterxml.jackson>
6262
<version.com.fasterxml.jackson.dataformat>2.10.0.pr1</version.com.fasterxml.jackson.dataformat>
6363
<version.commons-io>2.21.0</version.commons-io>
6464
<version.commons-beanutils>1.8.3</version.commons-beanutils>

0 commit comments

Comments
 (0)