Commit 4d4b98835712bdc6d540bd90178053acf6807b5c
Committed by
GitHub
Merge pull request #3712 from YevhenBondarenko/develop/2.5.5-vulnerabilities
updated versions
Showing
4 changed files
with
20 additions
and
20 deletions
... | ... | @@ -146,10 +146,6 @@ |
146 | 146 | <artifactId>spring-boot-starter-websocket</artifactId> |
147 | 147 | </dependency> |
148 | 148 | <dependency> |
149 | - <groupId>org.springframework.cloud</groupId> | |
150 | - <artifactId>spring-cloud-starter-oauth2</artifactId> | |
151 | - </dependency> | |
152 | - <dependency> | |
153 | 149 | <groupId>org.springframework.security</groupId> |
154 | 150 | <artifactId>spring-security-oauth2-client</artifactId> |
155 | 151 | </dependency> | ... | ... |
... | ... | @@ -36,11 +36,10 @@ |
36 | 36 | <pkg.implementationTitle>${project.name}</pkg.implementationTitle> |
37 | 37 | <pkg.unixLogFolder>/var/log/${pkg.name}</pkg.unixLogFolder> |
38 | 38 | <pkg.installFolder>/usr/share/${pkg.name}</pkg.installFolder> |
39 | - <spring-boot.version>2.2.6.RELEASE</spring-boot.version> | |
40 | - <spring-oauth2.version>2.1.2.RELEASE</spring-oauth2.version> | |
41 | - <spring.version>5.2.6.RELEASE</spring.version> | |
42 | - <spring-security.version>5.2.3.RELEASE</spring-security.version> | |
43 | - <spring-data-redis.version>2.2.4.RELEASE</spring-data-redis.version> | |
39 | + <spring-boot.version>2.3.5.RELEASE</spring-boot.version> | |
40 | + <spring.version>5.3.1</spring.version> | |
41 | + <spring-security.version>5.4.1</spring-security.version> | |
42 | + <spring-data-redis.version>2.4.1</spring-data-redis.version> | |
44 | 43 | <jedis.version>3.1.0</jedis.version> |
45 | 44 | <jjwt.version>0.7.0</jjwt.version> |
46 | 45 | <json-path.version>2.2.0</json-path.version> |
... | ... | @@ -51,15 +50,16 @@ |
51 | 50 | <rat.version>0.10</rat.version> |
52 | 51 | <cassandra.version>3.6.0</cassandra.version> |
53 | 52 | <cassandra-unit.version>3.5.0.1</cassandra-unit.version> |
53 | + <cassandra-all.version>3.11.9</cassandra-all.version> | |
54 | 54 | <takari-cpsuite.version>1.2.7</takari-cpsuite.version> |
55 | 55 | <guava.version>28.2-jre</guava.version> |
56 | 56 | <caffeine.version>2.6.1</caffeine.version> |
57 | 57 | <commons-lang3.version>3.4</commons-lang3.version> |
58 | 58 | <commons-io.version>2.5</commons-io.version> |
59 | 59 | <commons-csv.version>1.4</commons-csv.version> |
60 | - <jackson.version>2.10.2</jackson.version> | |
61 | - <jackson-annotations.version>2.10.2</jackson-annotations.version> | |
62 | - <jackson-core.version>2.10.2</jackson-core.version> | |
60 | + <jackson.version>2.11.3</jackson.version> | |
61 | + <jackson-annotations.version>2.11.3</jackson-annotations.version> | |
62 | + <jackson-core.version>2.11.3</jackson-core.version> | |
63 | 63 | <json-schema-validator.version>2.2.6</json-schema-validator.version> |
64 | 64 | <californium.version>1.0.2</californium.version> |
65 | 65 | <gson.version>2.6.2</gson.version> |
... | ... | @@ -72,7 +72,7 @@ |
72 | 72 | <grpc.version>1.22.1</grpc.version> |
73 | 73 | <lombok.version>1.16.18</lombok.version> |
74 | 74 | <paho.client.version>1.1.0</paho.client.version> |
75 | - <netty.version>4.1.49.Final</netty.version> | |
75 | + <netty.version>4.1.53.Final</netty.version> | |
76 | 76 | <os-maven-plugin.version>1.5.0</os-maven-plugin.version> |
77 | 77 | <rabbitmq.version>4.8.0</rabbitmq.version> |
78 | 78 | <surfire.version>2.19.1</surfire.version> |
... | ... | @@ -96,7 +96,7 @@ |
96 | 96 | <bucket4j.version>4.1.1</bucket4j.version> |
97 | 97 | <fst.version>2.57</fst.version> |
98 | 98 | <antlr.version>2.7.7</antlr.version> |
99 | - <snakeyaml.version>1.25</snakeyaml.version> | |
99 | + <snakeyaml.version>1.27</snakeyaml.version> | |
100 | 100 | <struts.version>1.3.10</struts.version> |
101 | 101 | <amazonaws.sqs.version>1.11.747</amazonaws.sqs.version> |
102 | 102 | <pubsub.client.version>1.105.0</pubsub.client.version> |
... | ... | @@ -868,11 +868,6 @@ |
868 | 868 | <version>${spring-boot.version}</version> |
869 | 869 | </dependency> |
870 | 870 | <dependency> |
871 | - <groupId>org.springframework.cloud</groupId> | |
872 | - <artifactId>spring-cloud-starter-oauth2</artifactId> | |
873 | - <version>${spring-oauth2.version}</version> | |
874 | - </dependency> | |
875 | - <dependency> | |
876 | 871 | <groupId>org.springframework.security</groupId> |
877 | 872 | <artifactId>spring-security-oauth2-client</artifactId> |
878 | 873 | <version>${spring-security.version}</version> |
... | ... | @@ -1215,6 +1210,11 @@ |
1215 | 1210 | <scope>test</scope> |
1216 | 1211 | </dependency> |
1217 | 1212 | <dependency> |
1213 | + <groupId>org.apache.cassandra</groupId> | |
1214 | + <artifactId>cassandra-all</artifactId> | |
1215 | + <version>${cassandra-all.version}</version> | |
1216 | + </dependency> | |
1217 | + <dependency> | |
1218 | 1218 | <groupId>junit</groupId> |
1219 | 1219 | <artifactId>junit</artifactId> |
1220 | 1220 | <version>${junit.version}</version> | ... | ... |
... | ... | @@ -121,6 +121,11 @@ |
121 | 121 | <artifactId>jts-core</artifactId> |
122 | 122 | </dependency> |
123 | 123 | <dependency> |
124 | + <groupId>com.sun.mail</groupId> | |
125 | + <artifactId>javax.mail</artifactId> | |
126 | + <scope>provided</scope> | |
127 | + </dependency> | |
128 | + <dependency> | |
124 | 129 | <groupId>junit</groupId> |
125 | 130 | <artifactId>junit</artifactId> |
126 | 131 | <version>${junit.version}</version> | ... | ... |