Skip to content

Commit

Permalink
⬆️ Upgrading dependencies. lombok 1.18.30 support java21
Browse files Browse the repository at this point in the history
  • Loading branch information
lbw committed Oct 8, 2023
1 parent 901f50e commit 5b53228
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

| 依赖 | 版本 |
|-----------------------------|------------|
| Spring Boot | 2.7.15 |
| Spring Boot | 2.7.16 |
| Spring Cloud | 2021.0.8 |
| Spring Cloud Alibaba | 2021.0.5.0 |
| Spring Authorization Server | 0.4.3 |
Expand Down
2 changes: 1 addition & 1 deletion pig-common/pig-common-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<properties>
<pig.common.version>${project.version}</pig.common.version>
<spring-boot.version>2.7.15</spring-boot.version>
<spring-boot.version>2.7.16</spring-boot.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<log4j2.version>2.17.1</log4j2.version>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<url>https://www.pig4cloud.com</url>

<properties>
<spring-boot.version>2.7.15</spring-boot.version>
<spring-boot.version>2.7.16</spring-boot.version>
<spring-cloud.version>2021.0.8</spring-cloud.version>
<spring-cloud-alibaba.version>2021.0.5.0</spring-cloud-alibaba.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -37,6 +37,7 @@
<spring.authorization.version>0.4.3</spring.authorization.version>
<captcha.version>2.2.3</captcha.version>
<screw.version>0.0.1</screw.version>
<lombok.version>1.18.30</lombok.version>
<velocity.version>2.3</velocity.version>
<velocity.tool.version>3.1</velocity.tool.version>
<configuration.version>1.10</configuration.version>
Expand Down Expand Up @@ -83,6 +84,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
<!--测试依赖-->
Expand Down

0 comments on commit 5b53228

Please sign in to comment.