Skip to content

Commit

Permalink
build: 发布 1.5.1 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
houkunlin committed Feb 26, 2024
1 parent 66c3e7b commit c9560f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = 'com.houkunlin'
version = '1.5.0'
version = '1.5.1'
description = """
系统数据字典自动翻译成字典文本。可集合系统数据库中存储的用户数据字典,也可使用枚举做系统数据字典,主要用在返回数据给前端时自动把字典值翻译成字典文本信息;
The system data dictionary is automatically translated into dictionary text.
Expand Down Expand Up @@ -50,7 +50,7 @@ dependencies {
compileOnly 'org.springframework.boot:spring-boot-starter-amqp'
// testImplementation 'org.springframework.boot:spring-boot-starter-amqp'
// https://mvnrepository.com/artifact/com.google.guava/guava
api 'com.google.guava:guava:31.1-jre'
api 'com.google.guava:guava:33.0.0-jre'
api 'com.github.ben-manes.caffeine:caffeine'
api 'org.javassist:javassist:3.28.0-GA'
compileOnly 'io.swagger:swagger-annotations:1.6.6'
Expand Down

0 comments on commit c9560f5

Please sign in to comment.