From f0f9444af3b782818b277ad062de80fb8ec41d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 01:33:44 +0000 Subject: [PATCH 1/2] Bump org.mockito:mockito-core from 5.14.2 to 5.22.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.2 to 5.22.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.2...v5.22.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.22.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- microsphere-java-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsphere-java-parent/pom.xml b/microsphere-java-parent/pom.xml index c32bd82ff..7e44ed37b 100644 --- a/microsphere-java-parent/pom.xml +++ b/microsphere-java-parent/pom.xml @@ -29,7 +29,7 @@ 1.5.32 6.0.3 - 5.14.2 + 5.22.0 1.37 From 9a7b55265d46a710d7e4a72c1c08a24e81df8da3 Mon Sep 17 00:00:00 2001 From: Mercy Ma Date: Thu, 5 Mar 2026 10:21:57 +0800 Subject: [PATCH 2/2] Update README.md by removing issue badges Removed outdated badges for issue resolution and open issues. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 97e146287..17712b3d2 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ [![Codecov](https://codecov.io/gh/microsphere-projects/microsphere-java/branch/main/graph/badge.svg)](https://app.codecov.io/gh/microsphere-projects/microsphere-java) ![Maven](https://img.shields.io/maven-central/v/io.github.microsphere-projects/microsphere-java.svg) ![License](https://img.shields.io/github/license/microsphere-projects/microsphere-java.svg) -[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/microsphere-projects/microsphere-java.svg)](http://isitmaintained.com/project/microsphere-projects/microsphere-java "Average time to resolve an issue") -[![Percentage of issues still open](http://isitmaintained.com/badge/open/microsphere-projects/microsphere-java.svg)](http://isitmaintained.com/project/microsphere-projects/microsphere-java "Percentage of issues still open") ## Introduction @@ -169,11 +167,11 @@ We welcome your contributions! Please read [Code of Conduct](./CODE_OF_CONDUCT.m - [microsphere-java-annotations](https://javadoc.io/doc/io.github.microsphere-projects/microsphere-java-annotations) - [microsphere-java-core](https://javadoc.io/doc/io.github.microsphere-projects/microsphere-java-core) -- [microsphere-java-model](https://javadoc.io/doc/io.github.microsphere-projects/microsphere-java-model) +- [microsphere-lang-modell](https://javadoc.io/doc/io.github.microsphere-projects/microsphere-lang-model) - [microsphere-jdk-tools](https://javadoc.io/doc/io.github.microsphere-projects/microsphere-jdk-tools) - [microsphere-annotation-processor](https://javadoc.io/doc/io.github.microsphere-projects/microsphere-annotation-processor) - [microsphere-java-test](https://javadoc.io/doc/io.github.microsphere-projects/microsphere-java-test) ## License -The Microsphere Java is released under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). \ No newline at end of file +The Microsphere Java is released under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).