Skip to content

Commit 8b260ee

Browse files
committed
2 parents 92ed5ff + ae48553 commit 8b260ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5353

5454
<slf4j-version>2.0.11</slf4j-version>
55-
<jackson-version>2.16.1</jackson-version>
55+
<jackson-version>2.17.0</jackson-version>
5656
<swagger-parser.version>2.1.20</swagger-parser.version>
5757
</properties>
5858

@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>org.junit.jupiter</groupId>
9494
<artifactId>junit-jupiter</artifactId>
95-
<version>5.10.1</version>
95+
<version>5.10.2</version>
9696
<scope>test</scope>
9797
</dependency>
9898
</dependencies>
@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-source-plugin</artifactId>
115-
<version>3.3.0</version>
115+
<version>3.3.1</version>
116116
<executions>
117117
<execution>
118118
<id>attach-sources</id>
@@ -138,7 +138,7 @@
138138
<plugin>
139139
<groupId>org.jacoco</groupId>
140140
<artifactId>jacoco-maven-plugin</artifactId>
141-
<version>0.8.11</version>
141+
<version>0.8.12</version>
142142
<executions>
143143
<execution>
144144
<id>default-prepare-agent</id>
@@ -172,7 +172,7 @@
172172
<plugin>
173173
<groupId>org.apache.maven.plugins</groupId>
174174
<artifactId>maven-gpg-plugin</artifactId>
175-
<version>3.1.0</version>
175+
<version>3.2.4</version>
176176
<executions>
177177
<execution>
178178
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)