Skip to content

Commit

Permalink
Update to Guava 26.0 and Guice 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Jan 4, 2019
1 parent 7bf2d76 commit aecdd71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Airbase 89
* Enforce maximum bytecode version for dependencies
* Allow dependency plugin to work with Java 11 bytecode
* Dependency updates:
- Guava 26.0 (from 24.1)
- Guice 4.2.2 (from 4.2.0)
- validation-api 2.0.1 (from 1.1.0)
- BVal 2.0.0 (from 1.1.1)
- SpotBugs annotations 3.1.10 (from 3.1.6)
Expand Down
4 changes: 2 additions & 2 deletions airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@
<dep.packaging.version>0.163</dep.packaging.version>

<!-- Dependency versions that should be the same everywhere. -->
<dep.guice.version>4.2.0</dep.guice.version>
<dep.guava.version>24.1-jre</dep.guava.version>
<dep.guice.version>4.2.2</dep.guice.version>
<dep.guava.version>26.0-jre</dep.guava.version>
<dep.slf4j.version>1.7.25</dep.slf4j.version>
<dep.logback.version>1.2.3</dep.logback.version>
<dep.javax-inject.version>1</dep.javax-inject.version>
Expand Down

0 comments on commit aecdd71

Please sign in to comment.