Skip to content

Commit 3e0530a

Browse files
authored
Merge pull request #11 from Mykyta-Petrov/mnt
Maintenance
2 parents 0a9e19d + 9d7ceb5 commit 3e0530a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<properties>
2222
<java.version>15</java.version>
2323
<oauth2.version>2.6.8</oauth2.version>
24-
<commonsio.version>2.13.0</commonsio.version>
24+
<commonsio.version>2.15.1</commonsio.version>
2525
<docusign.version>4.3.0</docusign.version>
26-
<swagger-core-version>2.2.8</swagger-core-version>
27-
<jackson-version>2.14.2</jackson-version>
28-
<jersey2.version>3.0.9</jersey2.version>
26+
<swagger-core-version>2.2.20</swagger-core-version>
27+
<jackson-version>2.16.1</jackson-version>
28+
<jersey2.version>3.1.5</jersey2.version>
2929

3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
<maven.compiler.source>15</maven.compiler.source>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>javax.ws.rs</groupId>
7676
<artifactId>javax.ws.rs-api</artifactId>
77-
<version>2.0.1</version>
77+
<version>2.1.1</version>
7878
</dependency>
7979

8080
<dependency>
@@ -85,13 +85,13 @@
8585
<dependency>
8686
<groupId>commons-codec</groupId>
8787
<artifactId>commons-codec</artifactId>
88-
<version>1.15</version>
88+
<version>1.16.0</version>
8989
</dependency>
9090

9191
<dependency>
9292
<groupId>org.json</groupId>
9393
<artifactId>json</artifactId>
94-
<version>20230227</version>
94+
<version>20240303</version>
9595
</dependency>
9696

9797
<dependency>
@@ -145,7 +145,7 @@
145145
<dependency>
146146
<groupId>org.projectlombok</groupId>
147147
<artifactId>lombok</artifactId>
148-
<version>1.18.28</version>
148+
<version>1.18.30</version>
149149
<scope>compile</scope>
150150
</dependency>
151151
</dependencies>

0 commit comments

Comments
 (0)