Skip to content

Commit

Permalink
Bump shardingsphere.version from 5.0.0-beta to 5.0.0 (#13)
Browse files Browse the repository at this point in the history
Bumps `shardingsphere.version` from 5.0.0-beta to 5.0.0.

Updates `shardingsphere-jdbc-core` from 5.0.0-beta to 5.0.0

Updates `shardingsphere-infra-common` from 5.0.0-beta to 5.0.0

---
updated-dependencies:
- dependency-name: org.apache.shardingsphere:shardingsphere-jdbc-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.shardingsphere:shardingsphere-infra-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2021
1 parent d64b748 commit 20c3069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>2.4.1.Final</quarkus.version>
<antlr.version>4.7.2</antlr.version> <!-- it needs to align with the antlr4-runtime version in shardingsphere -->
<shardingsphere.version>5.0.0-beta</shardingsphere.version>
<shardingsphere.version>5.0.0</shardingsphere.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 20c3069

Please sign in to comment.