Skip to content
New issue

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

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

Already on GitHub? # to your account

druid-springboot-starter 1.1.1 still use druid 1.1.0 #1828

Closed
deae opened this issue Jul 13, 2017 · 3 comments
Closed

druid-springboot-starter 1.1.1 still use druid 1.1.0 #1828

deae opened this issue Jul 13, 2017 · 3 comments
Labels
Milestone

Comments

@deae
Copy link

deae commented Jul 13, 2017

Hi
Today I change the druid-springboot-starter from 1.1.0 -> 1.1.0, I find the dependency of druid still 1.1.0.
I think this maybe a mistake.

below is the starter pom file content.

<druid.version>1.1.0</druid.version>
<spring-boot.version>1.5.3.RELEASE</spring-boot.version>

@lihengming
Copy link
Contributor

@wenshao

@lihengming
Copy link
Contributor

@deae Yes, it's a mistake, can use druid 1.1.1 dependency cover it, next version will fix it.

<dependency>
	<groupId>com.alibaba</groupId>
	<artifactId>druid</artifactId>
	<version>1.1.1</version>
</dependency>

@wenshao wenshao added this to the 1.1.2 milestone Jul 15, 2017
@wenshao wenshao added the Bug label Jul 15, 2017
@wenshao
Copy link
Member

wenshao commented Jul 23, 2017

问题修复,请用新版本
https://github.com/alibaba/druid/releases/tag/1.1.2

@wenshao wenshao closed this as completed Jul 23, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants