Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jdk17-dev' into jdk17-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Mar 8, 2024
2 parents 22e53f7 + b04da3a commit 9bde6e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 @@ -20,7 +20,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<git.commit.plugin>7.0.0</git.commit.plugin>
<git.commit.plugin>8.0.0</git.commit.plugin>
<fastjson.version>1.2.83_noneautotype</fastjson.version>
<knife4j.version>3.0.3</knife4j.version>
<springdoc.version>2.3.0</springdoc.version>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
<spring.authorization.version>1.2.2</spring.authorization.version>
<screw.version>0.0.3</screw.version>
<captcha.version>2.2.3</captcha.version>
<aws.version>1.12.671</aws.version>
<aws.version>1.12.675</aws.version>
<velocity.version>2.3</velocity.version>
<velocity.tool.version>3.1</velocity.tool.version>
<configuration.version>1.10</configuration.version>
<jasypt.version>3.0.5</jasypt.version>
<jaxb.version>4.0.4</jaxb.version>
<jaxb.version>4.0.5</jaxb.version>
<swagger.fox.version>3.0.0</swagger.fox.version>
<xxl-job.version>2.4.0</xxl-job.version>
<docker.plugin.version>0.44.0</docker.plugin.version>
Expand All @@ -53,7 +53,7 @@
<docker.namespace>pig4cloud</docker.namespace>
<docker.username>username</docker.username>
<docker.password>password</docker.password>
<git.commit.plugin>7.0.0</git.commit.plugin>
<git.commit.plugin>8.0.0</git.commit.plugin>
<spring.checkstyle.plugin>0.0.41</spring.checkstyle.plugin>
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
Expand Down

0 comments on commit 9bde6e3

Please sign in to comment.