Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

升级collections版本 #51

Open
gitskybo opened this issue Nov 2, 2024 · 0 comments
Open

升级collections版本 #51

gitskybo opened this issue Nov 2, 2024 · 0 comments

Comments

@gitskybo
Copy link

gitskybo commented Nov 2, 2024

		<dependency>
			<groupId>commons-collections</groupId>
			<artifactId>commons-collections</artifactId>
			<version>${commons-collections.version}</version>
		</dependency>

这个依赖可以无缝升级到

            <dependency>
                <groupId>commons-collections</groupId>
                <artifactId>commons-collections4</artifactId>
                <version>${commons-collections4.version}</version>
            </dependency>

当前 版本号是 4.5.0-M2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant