|
24 | 24 | <name>Red5</name> |
25 | 25 | <description>The Red5 server</description> |
26 | 26 | <groupId>org.red5</groupId> |
27 | | - <version>1.3.32</version> |
| 27 | + <version>1.3.33</version> |
28 | 28 | <url>https://github.com/Red5/red5-server</url> |
29 | 29 | <inceptionYear>2005</inceptionYear> |
30 | 30 | <organization> |
|
102 | 102 | <red5-service.version>${project.version}</red5-service.version> |
103 | 103 | <slf4j.version>2.0.11</slf4j.version> |
104 | 104 | <logback.version>1.4.14</logback.version> |
105 | | - <bc.version>1.62</bc.version> |
| 105 | + <bc.version>1.77</bc.version> |
106 | 106 | <mina.version>2.0.23</mina.version> |
107 | 107 | <!-- Can no longer open-end spring, 6.0 forces jdk 17 --> |
108 | 108 | <spring.version>5.3.33</spring.version> |
109 | 109 | <tomcat.version>8.5.95</tomcat.version> |
110 | 110 | <junit.version>[4.13.1,)</junit.version> |
111 | 111 | <isoparser.version>1.9.59</isoparser.version> |
112 | | - <tika.version>1.28.5</tika.version> |
113 | 112 | <ehcache.version>2.10.6</ehcache.version> |
114 | 113 | <commons-beanutils.version>1.9.4</commons-beanutils.version> |
115 | 114 | <commons-codec.version>1.13</commons-codec.version> |
|
492 | 491 | <version>${mina.version}</version> |
493 | 492 | <type>pom</type> |
494 | 493 | </dependency> |
| 494 | + <dependency> |
| 495 | + <groupId>org.bouncycastle</groupId> |
| 496 | + <artifactId>bcprov-jdk18on</artifactId> |
| 497 | + <version>${bc.version}</version> |
| 498 | + </dependency> |
495 | 499 | <dependency> |
496 | 500 | <groupId>junit</groupId> |
497 | 501 | <artifactId>junit</artifactId> |
|
524 | 528 | </dependency> |
525 | 529 | <dependency> |
526 | 530 | <groupId>org.bouncycastle</groupId> |
527 | | - <artifactId>bcprov-jdk15on</artifactId> |
528 | | - <version>${bc.version}</version> |
| 531 | + <artifactId>bcprov-jdk18on</artifactId> |
529 | 532 | </dependency> |
530 | 533 | <dependency> |
531 | 534 | <groupId>org.springframework</groupId> |
|
0 commit comments