Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
youfanx committed Aug 2, 2024
1 parent 888d3c5 commit fd2f3f8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions rxlib/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.rockylomo</groupId>
Expand All @@ -24,9 +25,10 @@
<zip4j.version>2.11.3</zip4j.version>
<h2.version>2.2.224</h2.version>
<netty.version>4.1.111.Final</netty.version>
<bcprov.version>1.78.1</bcprov.version>
<!--1.78.1有问题-->
<bcprov.version>1.78</bcprov.version>
<okhttp.version>4.12.0</okhttp.version>
<sshd.version>2.13.1</sshd.version>
<sshd.version>2.13.2</sshd.version>
<jsch.version>0.1.55</jsch.version>

<spring.boot.version>2.5.15</spring.boot.version>
Expand Down

0 comments on commit fd2f3f8

Please sign in to comment.