diff options
| author | 2021-06-27 10:17:46 +0100 | |
|---|---|---|
| committer | 2021-06-27 10:17:46 +0100 | |
| commit | 037a0c37b4e89d806939a4b2894664fcbbee3dc6 (patch) | |
| tree | 92bcc6c25dbfab0c58b669a7337bb3f5034fbc1d /build.gradle | |
| parent | Bump version (diff) | |
| download | enigma-037a0c37b4e89d806939a4b2894664fcbbee3dc6.tar.gz enigma-037a0c37b4e89d806939a4b2894664fcbbee3dc6.tar.xz enigma-037a0c37b4e89d806939a4b2894664fcbbee3dc6.zip | |
Update dependencies
Should fix #403
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index fffab39d..fd2555c6 100644 --- a/build.gradle +++ b/build.gradle | |||
| @@ -16,11 +16,11 @@ subprojects { | |||
| 16 | } | 16 | } |
| 17 | 17 | ||
| 18 | dependencies { | 18 | dependencies { |
| 19 | implementation 'com.google.guava:guava:30.1-jre' | 19 | implementation 'com.google.guava:guava:30.1.1-jre' |
| 20 | implementation 'com.google.code.gson:gson:2.8.6' | 20 | implementation 'com.google.code.gson:gson:2.8.7' |
| 21 | 21 | ||
| 22 | testImplementation 'junit:junit:4.13.2' | 22 | testImplementation 'junit:junit:4.13.2' |
| 23 | testImplementation 'org.hamcrest:hamcrest-all:1.3' | 23 | testImplementation 'org.hamcrest:hamcrest:2.2' |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | group = 'cuchaz' | 26 | group = 'cuchaz' |