mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
Merge pull request #497 from pabl0rg/upgrade-guice-4.2.2
upgrade guice to 4.2.2
This commit is contained in:
commit
5f7efabe20
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ object Versions {
|
|||
val okio = "1.13.0"
|
||||
val retrofit = "2.3.0"
|
||||
val gson = "2.8.2"
|
||||
val guice = "4.1.0"
|
||||
val guice = "4.2.2"
|
||||
val maven = "3.5.2"
|
||||
val mavenResolver = "1.1.0"
|
||||
val slf4j = "1.7.3"
|
||||
|
@ -323,4 +323,4 @@ fun createPom(projectName: String, projectDescription: String) = Model().apply {
|
|||
name = "Cedric Beust"
|
||||
email = "cedric@beust.com"
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue