Skip to content

Commit abb8b4c

Browse files
committed
add 2.7.7.dev
1 parent 375e15a commit abb8b4c

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

pom.xml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>com.codingapi.springboot</groupId>
1414
<artifactId>springboot-parent</artifactId>
15-
<version>2.7.6</version>
15+
<version>2.7.7.dev</version>
1616

1717
<url>https://github.com/codingapi/springboot-framewrok</url>
1818
<name>springboot-parent</name>
@@ -38,10 +38,11 @@
3838
<commons-text.version>1.11.0</commons-text.version>
3939
<org.reflections.version>0.10.2</org.reflections.version>
4040
<perf4j.version>0.9.16</perf4j.version>
41-
<bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
41+
<bcprov-jdk18on.version>1.77</bcprov-jdk18on.version>
4242
<commons-crypto.version>1.2.0</commons-crypto.version>
4343
<snakeyaml.version>2.2</snakeyaml.version>
4444
<apache-groovy.version>4.0.15</apache-groovy.version>
45+
<logback.version>1.3.12</logback.version>
4546
</properties>
4647

4748
<dependencies>
@@ -74,10 +75,23 @@
7475
<dependencyManagement>
7576
<dependencies>
7677

78+
<dependency>
79+
<groupId>ch.qos.logback</groupId>
80+
<artifactId>logback-classic</artifactId>
81+
<version>${logback.version}</version>
82+
</dependency>
83+
84+
<dependency>
85+
<groupId>ch.qos.logback</groupId>
86+
<artifactId>logback-core</artifactId>
87+
<version>${logback.version}</version>
88+
</dependency>
89+
90+
7791
<dependency>
7892
<groupId>org.bouncycastle</groupId>
79-
<artifactId>bcprov-jdk15on</artifactId>
80-
<version>${bcprov-jdk15on.version}</version>
93+
<artifactId>bcprov-jdk18on</artifactId>
94+
<version>${bcprov-jdk18on.version}</version>
8195
</dependency>
8296

8397
<dependency>

springboot-starter-data-fast/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>springboot-parent</artifactId>
77
<groupId>com.codingapi.springboot</groupId>
8-
<version>2.7.6</version>
8+
<version>2.7.7.dev</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

springboot-starter-security-jwt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>springboot-parent</artifactId>
88
<groupId>com.codingapi.springboot</groupId>
9-
<version>2.7.6</version>
9+
<version>2.7.7.dev</version>
1010
</parent>
1111

1212
<artifactId>springboot-starter-security-jwt</artifactId>

springboot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.codingapi.springboot</groupId>
77
<artifactId>springboot-parent</artifactId>
8-
<version>2.7.6</version>
8+
<version>2.7.7.dev</version>
99
</parent>
1010
<artifactId>springboot-starter</artifactId>
1111

@@ -48,7 +48,7 @@
4848

4949
<dependency>
5050
<groupId>org.bouncycastle</groupId>
51-
<artifactId>bcprov-jdk15on</artifactId>
51+
<artifactId>bcprov-jdk18on</artifactId>
5252
</dependency>
5353

5454
<dependency>

0 commit comments

Comments
 (0)