Skip to content

Commit 5350f95

Browse files
[deps]: Update maven minor
1 parent 37132a9 commit 5350f95

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
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.apache.httpcomponents.client5</groupId>
7373
<artifactId>httpclient5</artifactId>
74-
<version>5.4.1</version>
74+
<version>5.4.2</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.fasterxml.jackson.core</groupId>
@@ -119,13 +119,13 @@
119119
<dependency>
120120
<groupId>org.junit.jupiter</groupId>
121121
<artifactId>junit-jupiter-engine</artifactId>
122-
<version>5.11.4</version>
122+
<version>5.12.0</version>
123123
<scope>test</scope>
124124
</dependency>
125125
<dependency>
126126
<groupId>org.assertj</groupId>
127127
<artifactId>assertj-core</artifactId>
128-
<version>3.27.2</version>
128+
<version>3.27.3</version>
129129
<scope>test</scope>
130130
</dependency>
131131
<dependency>
@@ -154,7 +154,7 @@
154154
<plugin>
155155
<groupId>org.apache.maven.plugins</groupId>
156156
<artifactId>maven-compiler-plugin</artifactId>
157-
<version>3.13.0</version>
157+
<version>3.14.0</version>
158158
<configuration>
159159
<source>${java.version}</source>
160160
<source>${java.version}</source>

0 commit comments

Comments
 (0)