This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-integration-cases.git
The following commit(s) were added to refs/heads/main by this push:
new f650cf72 Bump org.liquibase:liquibase-core (#3)
f650cf72 is described below
commit f650cf72ea69cd1122f807210ba1ceabc1fc4da8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 11 16:15:09 2024 +0800
Bump org.liquibase:liquibase-core (#3)
Bumps
[org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from
4.4.0 to 4.8.0.
- [Release notes](https://github.com/liquibase/liquibase/releases)
-
[Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](https://github.com/liquibase/liquibase/compare/v4.4.0...v4.8.0)
---
updated-dependencies:
- dependency-name: org.liquibase:liquibase-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.../dubbo-samples-spring-boot-mybatis-provider/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/99-integration/dubbo-samples-mybatis/dubbo-samples-spring-boot-mybatis-provider/pom.xml
b/99-integration/dubbo-samples-mybatis/dubbo-samples-spring-boot-mybatis-provider/pom.xml
index f035106e..6ec2c23e 100644
---
a/99-integration/dubbo-samples-mybatis/dubbo-samples-spring-boot-mybatis-provider/pom.xml
+++
b/99-integration/dubbo-samples-mybatis/dubbo-samples-spring-boot-mybatis-provider/pom.xml
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
- <version>4.4.0</version>
+ <version>4.8.0</version>
</dependency>
<dependency>