Skip to content

Commit a081cc7

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents c7d39ec + e3e23cc commit a081cc7

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.rabbitmq</groupId>
2020
<artifactId>amqp-client</artifactId>
21-
<version>5.16.0</version>
21+
<version>5.20.0</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>org.slf4j</groupId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.slf4j</groupId>
3232
<artifactId>slf4j-api</artifactId>
33-
<version>2.0.4</version>
33+
<version>2.0.12</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>com.sun.mail</groupId>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.squareup.okhttp3</groupId>
4747
<artifactId>okhttp</artifactId>
48-
<version>4.10.0</version>
48+
<version>4.12.0</version>
4949
</dependency>
5050

5151
<!-- <dependency>-->
@@ -58,18 +58,18 @@
5858
<dependency>
5959
<groupId>com.google.code.gson</groupId>
6060
<artifactId>gson</artifactId>
61-
<version>2.9.1</version>
61+
<version>2.10.1</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.fasterxml.jackson.core</groupId>
6565
<artifactId>jackson-core</artifactId>
66-
<version>2.15.2</version>
66+
<version>2.16.1</version>
6767
</dependency>
6868
<!-- XML -->
6969
<dependency>
7070
<groupId>com.fasterxml.jackson.dataformat</groupId>
7171
<artifactId>jackson-dataformat-xml</artifactId>
72-
<version>2.15.2</version>
72+
<version>2.16.0</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>javax.servlet</groupId>
@@ -85,17 +85,17 @@
8585
<dependency>
8686
<groupId>org.webjars</groupId>
8787
<artifactId>bootstrap</artifactId>
88-
<version>4.5.0</version>
88+
<version>4.6.2</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.webjars</groupId>
9292
<artifactId>jquery</artifactId>
93-
<version>3.5.0</version>
93+
<version>3.7.1</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>org.postgresql</groupId>
9797
<artifactId>postgresql</artifactId>
98-
<version>42.4.3</version>
98+
<version>42.7.1</version>
9999
</dependency>
100100
<!-- https://mvnrepository.com/artifact/org.json/json -->
101101
<dependency>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>org.apache.tomcat.embed</groupId>
127127
<artifactId>tomcat-embed-websocket</artifactId>
128-
<version>9.0.65</version>
128+
<version>9.0.86</version>
129129
</dependency>
130130
<!-- <dependency>-->
131131
<!-- <groupId>org.junit.platform</groupId>-->
@@ -136,27 +136,27 @@
136136
<dependency>
137137
<groupId>org.java-websocket</groupId>
138138
<artifactId>Java-WebSocket</artifactId>
139-
<version>1.5.3</version>
139+
<version>1.5.6</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>io.smallrye.reactive</groupId>
143143
<artifactId>mutiny</artifactId>
144-
<version>2.3.1</version>
144+
<version>2.5.6</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>io.vertx</groupId>
148148
<artifactId>vertx-core</artifactId>
149-
<version>4.4.2</version>
149+
<version>4.5.3</version>
150150
</dependency>
151151
<dependency>
152152
<groupId>io.vertx</groupId>
153153
<artifactId>vertx-web-client</artifactId>
154-
<version>4.4.4</version>
154+
<version>4.5.4</version>
155155
</dependency>
156156
<dependency>
157157
<groupId>org.jsoup</groupId>
158158
<artifactId>jsoup</artifactId>
159-
<version>1.15.3</version>
159+
<version>1.17.2</version>
160160
</dependency>
161161
</dependencies>
162162

0 commit comments

Comments
 (0)