# Spring version in Mule module

**URL:** https://forum.flowable.org/t/spring-version-in-mule-module/633
**Category:** Flowable Engine
**Created:** [June 8, 2017, 2:40pm UTC](https://forum.flowable.org/t/spring-version-in-mule-module/633 "2017-06-08T14:40:35Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![dbmalkovsky](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/dbmalkovsky/32/31_2.png) [@dbmalkovsky](https://forum.flowable.org/u/dbmalkovsky)
#### Post date: [June 8, 2017, 2:40pm UTC](https://forum.flowable.org/t/spring-version-in-mule-module/633/1 "2017-06-08T14:40:35Z")

</div>

Is there some reason that the Mule module specifies spring 3.2.x where all the other Flowable modules are using the 4.x branch?

If one hasn’t guessed by now I’m trying to make sense out of the various versions of jars that are specified in various projects and/or pulled in transitively.

---

<div class="post-metadata">

### Author: ![tijs](https://avatars.discourse-cdn.com/v4/letter/t/bc79bd/32.png) [@tijs](https://forum.flowable.org/u/tijs)
#### Post date: [June 8, 2017, 5:59pm UTC](https://forum.flowable.org/t/spring-version-in-mule-module/633/2 "2017-06-08T17:59:58Z")

</div>

Hi David,

The last time I checked, the Mule open source version only supported Spring 3.2.x, not Spring 4.x. But maybe they finally moved to supporting Spring 4.x as well now. Will check it.

Best regards,

Tijs

---

<div class="post-metadata">

### Author: ![dbmalkovsky](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/dbmalkovsky/32/31_2.png) [@dbmalkovsky](https://forum.flowable.org/u/dbmalkovsky)
#### Post date: [June 9, 2017, 11:30am UTC](https://forum.flowable.org/t/spring-version-in-mule-module/633/3 "2017-06-09T11:30:49Z")

</div>

Looking at the Mule [documentaiton](https://docs.mulesoft.com/mule-user-guide/v/3.8/using-mule-with-spring) I find:

Supported Spring Versions

- Mule 3.8: Spring 4.1.9 and Spring Security 4.0.4
- Mule 3.7.5: Spring 4.1.9 and Spring Security 4.0.4
- Mule 3.7.0 - 3.7.4: Spring 4.1.6 and Spring Security 4.0.1
- Mule 3.6 and earlier: Spring 3.2 and Spring Security 3.0

I was successful in upping the Mule version in the root POM from 3.5.0 to 3.8.0 and spring mule version in the Mule module POM to the 4.1.9.RELEASE. I did a `mvn clean` and a `mvn test` successfully.

Are there other tests that need to be run?  
Should I submit a PR for this change?

---

<div class="post-metadata">

### Author: ![joram](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/joram/32/26_2.png) [@joram](https://forum.flowable.org/u/joram)
#### Post date: [June 12, 2017, 9:23am UTC](https://forum.flowable.org/t/spring-version-in-mule-module/633/4 "2017-06-12T09:23:15Z")

</div>

mvn test doesn’t run the Mule module, I believe.  
You can run the module tests directly from the Mule module folder, or run “mvn -checkmule clean test” on the root.

---

<div class="post-metadata">

### Author: ![dbmalkovsky](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/dbmalkovsky/32/31_2.png) [@dbmalkovsky](https://forum.flowable.org/u/dbmalkovsky)
#### Post date: [June 12, 2017, 10:01am UTC](https://forum.flowable.org/t/spring-version-in-mule-module/633/5 "2017-06-12T10:01:04Z")

</div>

I should have been more percise: I ran “mvn clean” in the Mule folder.

---

<div class="post-metadata">

### Author: ![joram](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/joram/32/26_2.png) [@joram](https://forum.flowable.org/u/joram)
#### Post date: [June 12, 2017, 9:25pm UTC](https://forum.flowable.org/t/spring-version-in-mule-module/633/6 "2017-06-12T21:25:03Z")

</div>

Aha 🙂 In that case it sounds ok to upgrade to me.

---

<div class="post-metadata">

### Author: ![dbmalkovsky](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/dbmalkovsky/32/31_2.png) [@dbmalkovsky](https://forum.flowable.org/u/dbmalkovsky)
#### Post date: [June 13, 2017, 11:06am UTC](https://forum.flowable.org/t/spring-version-in-mule-module/633/7 "2017-06-13T11:06:25Z")

</div>

Just submitted this [PR #424](https://github.com/flowable/flowable-engine/pull/424) given the OK from @joram.
