Skip to content

Commit fee7489

Browse files
[deps]: Update maven minor (#100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 28af464 commit fee7489

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,27 +71,27 @@
7171
<dependency>
7272
<groupId>org.apache.httpcomponents.client5</groupId>
7373
<artifactId>httpclient5</artifactId>
74-
<version>5.3.1</version>
74+
<version>5.4</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.fasterxml.jackson.core</groupId>
7878
<artifactId>jackson-databind</artifactId>
79-
<version>2.17.2</version>
79+
<version>2.18.0</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>com.fasterxml.jackson.datatype</groupId>
8383
<artifactId>jackson-datatype-jsr310</artifactId>
84-
<version>2.17.2</version>
84+
<version>2.18.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>com.fasterxml.jackson.module</groupId>
8888
<artifactId>jackson-module-parameter-names</artifactId>
89-
<version>2.17.2</version>
89+
<version>2.18.0</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>com.fasterxml.jackson.datatype</groupId>
9393
<artifactId>jackson-datatype-jdk8</artifactId>
94-
<version>2.17.2</version>
94+
<version>2.18.0</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>org.slf4j</groupId>
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>org.junit.jupiter</groupId>
121121
<artifactId>junit-jupiter-engine</artifactId>
122-
<version>5.11.0</version>
122+
<version>5.11.1</version>
123123
<scope>test</scope>
124124
</dependency>
125125
<dependency>
@@ -210,7 +210,7 @@
210210
<plugin>
211211
<groupId>org.apache.maven.plugins</groupId>
212212
<artifactId>maven-gpg-plugin</artifactId>
213-
<version>3.2.6</version> <!-- Adjust the version as needed -->
213+
<version>3.2.7</version> <!-- Adjust the version as needed -->
214214
<executions>
215215
<execution>
216216
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)