# Update java 11 version or let user specify exact version

**URL:** https://travis-ci.community/t/update-java-11-version-or-let-user-specify-exact-version/8443
**Category:** Feature Requests
**Created:** [May 2, 2020, 6:01pm UTC](https://travis-ci.community/t/update-java-11-version-or-let-user-specify-exact-version/8443 "2020-05-02T18:01:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![axel1200](https://sea1.discourse-cdn.com/flex015/user_avatar/travis-ci.community/axel1200/32/2170_2.png) [@axel1200](https://travis-ci.community/u/axel1200)
#### Post date: [May 2, 2020, 6:01pm UTC](https://travis-ci.community/t/update-java-11-version-or-let-user-specify-exact-version/8443/1 "2020-05-02T18:01:55Z")

</div>

I get a java jdk 11.0.2(requesting -openjdk11) which is by far not the newest and it results in a lot of issues because I have to deal with java bugs that are fixed already. Please let the user specify what java version they want like the proper version e.g. 11.0.7.

---

<div class="post-metadata">

### Author: ![famod](https://sea1.discourse-cdn.com/flex015/user_avatar/travis-ci.community/famod/32/4512_2.png) [@famod](https://travis-ci.community/u/famod)
#### Post date: [May 3, 2020, 7:15pm UTC](https://travis-ci.community/t/update-java-11-version-or-let-user-specify-exact-version/8443/2 "2020-05-03T19:15:45Z")

</div>

I am using this workaround to at least have 11.0.6 (on `dist: bionic`): [https://github.com/vackosar/gitflow-incremental-builder/blob/master/.travis.yml#L85-L92](https://github.com/vackosar/gitflow-incremental-builder/blob/master/.travis.yml#L85-L92)

But yeah, there should be an explicit option for that.
