Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
baichangda committed Sep 23, 2024
1 parent f31db08 commit 6ef4ebf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {

subprojects {
group 'cn.bcd'
version '1.10'
version '1.11'

apply plugin: 'java-library'
apply plugin: 'java'
Expand Down Expand Up @@ -61,7 +61,7 @@ subprojects {
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.0'
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j2-impl
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j2-impl', version: '2.23.1'
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j2-impl', version: '2.24.0'
}

//所有协议实现的包依赖管理
Expand Down
2 changes: 1 addition & 1 deletion parser-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
// https://mvnrepository.com/artifact/com.google.guava/guava
api group: 'com.google.guava', name: 'guava', version: "33.3.0-jre"
// https://mvnrepository.com/artifact/io.netty/netty-all
api group: 'io.netty', name: 'netty-buffer', version: "4.1.112.Final"
api group: 'io.netty', name: 'netty-buffer', version: "4.1.113.Final"
// https://mvnrepository.com/artifact/org.javassist/javassist
api group: 'org.javassist', name: 'javassist', version: "3.30.2-GA"
}

0 comments on commit 6ef4ebf

Please sign in to comment.