Skip to content

Commit dd2dde6

Browse files
Merge remote-tracking branch 'upstream/10.3.x' into 10.3.x-compatibility
2 parents 3fbe439 + e4a962b commit dd2dde6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<maven.compiler.source>11</maven.compiler.source>
5050
<maven.compiler.target>11</maven.compiler.target>
5151
<slf4j.version>2.0.18</slf4j.version>
52-
<jackson.version>2.21.3</jackson.version>
52+
<jackson.version>2.21.4</jackson.version>
5353
<junit.version>6.1.0</junit.version>
5454
<mockito.version>5.23.0</mockito.version>
5555
</properties>
@@ -113,7 +113,7 @@
113113
<plugin>
114114
<groupId>org.jacoco</groupId>
115115
<artifactId>jacoco-maven-plugin</artifactId>
116-
<version>0.8.14</version>
116+
<version>0.8.15</version>
117117
<executions>
118118
<execution>
119119
<goals>
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-surefire-plugin</artifactId>
135-
<version>3.5.5</version>
135+
<version>3.5.6</version>
136136
<configuration>
137137
<argLine>@{argLine} -Duser.timezone=UTC</argLine>
138138
<excludes>
@@ -245,7 +245,7 @@
245245
<dependency>
246246
<groupId>com.fasterxml.jackson.core</groupId>
247247
<artifactId>jackson-annotations</artifactId>
248-
<version>2.21</version>
248+
<version>2.22</version>
249249
</dependency>
250250
<dependency>
251251
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)