Commit graph

1401 commits

Author SHA1 Message Date
Andy Scherzinger
078bfa4cc8
Merge pull request #8394 from nextcloud/dependabot/gradle/mockitoVersion-3.10.0
Bump mockitoVersion from 3.9.0 to 3.10.0
2021-05-28 17:11:26 +02:00
Andy Scherzinger
ed2215e2fe
remove duplicate gson dependency definition
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-05-28 16:14:03 +02:00
dependabot[bot]
8485c4711c Bump kotlin_version from 1.5.0 to 1.5.10
Bumps `kotlin_version` from 1.5.0 to 1.5.10.

Updates `kotlin-gradle-plugin` from 1.5.0 to 1.5.10

Updates `kotlin-stdlib` from 1.5.0 to 1.5.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.0...v1.5.10)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 12:34:03 +00:00
dependabot[bot]
2b338cd8f8
Bump gson from 2.8.6 to 2.8.7
Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.7.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.6...gson-parent-2.8.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 10:51:12 +02:00
tobiasKaminsky
4619aa15a8
- use kotlin 1.5.0
- use kotlin-stdlib: https://medium.com/@mbonnin/the-different-kotlin-stdlibs-explained-83d7c6bf293

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-28 09:15:44 +02:00
Hannes Achleitner
75c3b0f646
Print used java version in Gradle 2021-05-27 15:57:02 +02:00
dependabot[bot]
5209231be5
Bump mockitoVersion from 3.9.0 to 3.10.0
Bumps `mockitoVersion` from 3.9.0 to 3.10.0.

Updates `mockito-core` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v3.10.0)

Updates `mockito-android` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v3.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 09:17:28 +00:00
Andy Scherzinger
9d8b3f588b
Merge pull request #8477 from nextcloud/dependabot/gradle/daggerVersion-2.36
Bump daggerVersion from 2.35.1 to 2.36
2021-05-27 09:20:22 +02:00
Andy Scherzinger
2c2fb049bc
Merge pull request #8472 from nextcloud/removeSpotbugVersion
Remove spotbug version
2021-05-27 09:15:33 +02:00
Andy Scherzinger
1c085eb74e
Merge pull request #8448 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.17.1
Bump detekt-gradle-plugin from 1.17.0 to 1.17.1
2021-05-26 23:55:09 +02:00
tobiasKaminsky
2ef85e4db7
Remove spotbug version:
Access to 'toolVersion' exceeds its access rights
Cannot assign a value to final field 'toolVersion'

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-26 23:47:36 +02:00
dependabot[bot]
fc5d4435f6
Bump commons-io from 2.8.0 to 2.9.0
Bumps commons-io from 2.8.0 to 2.9.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 01:06:21 +00:00
dependabot[bot]
33b7a18696
Bump daggerVersion from 2.35.1 to 2.36
Bumps `daggerVersion` from 2.35.1 to 2.36.

Updates `dagger` from 2.35.1 to 2.36
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.35.1...dagger-2.36)

Updates `dagger-android` from 2.35.1 to 2.36
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.35.1...dagger-2.36)

Updates `dagger-android-support` from 2.35.1 to 2.36
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.35.1...dagger-2.36)

Updates `dagger-compiler` from 2.35.1 to 2.36
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.35.1...dagger-2.36)

Updates `dagger-android-processor` from 2.35.1 to 2.36
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.35.1...dagger-2.36)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 01:05:41 +00:00
tobiasKaminsky
a5eb602139
Remove jcenter, use maven instead
Remove flatDir

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-25 13:44:34 +02:00
tobiasKaminsky
0dfc35ddae
Remove jaxb
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-25 07:18:24 +02:00
dependabot[bot]
b9c7578c65
Bump detekt-gradle-plugin from 1.17.0 to 1.17.1
Bumps detekt-gradle-plugin from 1.17.0 to 1.17.1.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-21 01:04:11 +00:00
Tobias Kaminsky
6029984d2a
Merge pull request #8436 from nextcloud/dependabot/gradle/androidx.fragment-fragment-1.3.4
Bump fragment from 1.3.2 to 1.3.4
2021-05-20 10:33:05 +02:00
Tobias Kaminsky
3902664bc0
Merge pull request #8435 from nextcloud/dependabot/gradle/androidx.appcompat-appcompat-1.3.0
Bump appcompat from 1.2.0 to 1.3.0
2021-05-20 10:32:29 +02:00
Tobias Kaminsky
70d26bb287
Merge pull request #8319 from nextcloud/dependabot/gradle/org.glassfish.jaxb-jaxb-runtime-3.0.1
Bump jaxb-runtime from 2.3.3 to 3.0.1
2021-05-20 09:37:15 +02:00
Tobias Kaminsky
b25eef9fd2
Merge pull request #8299 from nextcloud/dependabot/gradle/byteBuddyVersion-1.11.0
Bump byteBuddyVersion from 1.10.22 to 1.11.0
2021-05-20 09:03:13 +02:00
Tobias Kaminsky
0410ece23b
Merge pull request #8317 from nextcloud/dependabot/gradle/daggerVersion-2.35.1
Bump daggerVersion from 2.33 to 2.35.1
2021-05-20 09:01:10 +02:00
Tobias Kaminsky
ece5a9908b
Merge pull request #8225 from nextcloud/dependabot/gradle/org.conscrypt-conscrypt-android-2.5.2
Bump conscrypt-android from 2.5.1 to 2.5.2
2021-05-20 08:27:53 +02:00
Tobias Kaminsky
f279bab480
Merge pull request #8329 from nextcloud/dependabot/gradle/com.github.cotechde.hwsecurity-hwsecurity-fido-4.4.0
Bump hwsecurity-fido from 4.1.0 to 4.4.0
2021-05-20 08:26:25 +02:00
dependabot[bot]
4c72da132b
Bump fragment from 1.3.2 to 1.3.4
Bumps fragment from 1.3.2 to 1.3.4.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-19 01:05:25 +00:00
dependabot[bot]
ac13e06128
Bump appcompat from 1.2.0 to 1.3.0
Bumps appcompat from 1.2.0 to 1.3.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-19 01:05:09 +00:00
dependabot[bot]
877018495b
Bump detekt-gradle-plugin from 1.16.0 to 1.17.0
Bumps detekt-gradle-plugin from 1.16.0 to 1.17.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-17 01:04:39 +00:00
dependabot[bot]
d43d581c4e
Bump daggerVersion from 2.33 to 2.35.1
Bumps `daggerVersion` from 2.33 to 2.35.1.

Updates `dagger` from 2.33 to 2.35.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.33...dagger-2.35.1)

Updates `dagger-android` from 2.33 to 2.35.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.33...dagger-2.35.1)

Updates `dagger-android-support` from 2.33 to 2.35.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.33...dagger-2.35.1)

Updates `dagger-compiler` from 2.33 to 2.35.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.33...dagger-2.35.1)

Updates `dagger-android-processor` from 2.33 to 2.35.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.33...dagger-2.35.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-14 15:27:56 +00:00
dependabot[bot]
c9550386da
Bump gradle from 4.1.3 to 4.2.1
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-14 10:57:22 +02:00
Hannes Achleitner
4e91f9bd9a
Java 8 is now default
Signed-off-by: Hannes Achleitner <hannes.software@gmx.at>
2021-05-14 10:57:19 +02:00
Hannes Achleitner
09fb9c40cf
Android Studio 4.2
Signed-off-by: Hannes Achleitner <hannes.software@gmx.at>
2021-05-14 10:57:17 +02:00
dependabot[bot]
fc730bc7b5
Bump byteBuddyVersion from 1.10.22 to 1.11.0
Bumps `byteBuddyVersion` from 1.10.22 to 1.11.0.

Updates `byte-buddy` from 1.10.22 to 1.11.0
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.22...byte-buddy-1.11.0)

Updates `byte-buddy-android` from 1.10.22 to 1.11.0
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.22...byte-buddy-1.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 06:38:11 +00:00
dependabot[bot]
a6fd50c798
Bump conscrypt-android from 2.5.1 to 2.5.2
Bumps [conscrypt-android](https://github.com/google/conscrypt) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/google/conscrypt/releases)
- [Commits](https://github.com/google/conscrypt/compare/2.5.1...2.5.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 06:36:03 +00:00
dependabot[bot]
846f498945
Bump jaxb-runtime from 2.3.3 to 3.0.1
Bumps jaxb-runtime from 2.3.3 to 3.0.1.

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-11 08:07:21 +02:00
dependabot[bot]
0d7d40e1d3
Bump hwsecurity-fido from 4.1.0 to 4.4.0
Bumps hwsecurity-fido from 4.1.0 to 4.4.0.

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-11 08:00:35 +02:00
dependabot[bot]
29de2be17f
Bump spotbugs-gradle-plugin from 4.7.0 to 4.7.1
Bumps spotbugs-gradle-plugin from 4.7.0 to 4.7.1.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-29 01:03:02 +00:00
dependabot[bot]
c5517a5f77
Bump mockitoVersion from 3.8.0 to 3.9.0
Bumps `mockitoVersion` from 3.8.0 to 3.9.0.

Updates `mockito-core` from 3.8.0 to 3.9.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.8.0...v3.9.0)

Updates `mockito-android` from 3.8.0 to 3.9.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.8.0...v3.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-09 08:15:38 +00:00
Pedro Gómez
28660ed001 Update instrumentation test runner and shot version 2021-03-30 10:41:01 +02:00
Andy Scherzinger
a4af4c3d08
Merge pull request #8203 from nextcloud/v3170
Bump to 3.17.0 Alpha 1
2021-03-25 11:00:55 +01:00
Andy Scherzinger
bf8e72f361
Merge pull request #8206 from nextcloud/dependabot/gradle/androidx.lifecycle-lifecycle-viewmodel-ktx-2.3.1
Bump lifecycle-viewmodel-ktx from 2.3.0 to 2.3.1
2021-03-25 08:46:21 +01:00
Andy Scherzinger
148721b6a6
Merge pull request #8207 from nextcloud/dependabot/gradle/androidx.fragment-fragment-1.3.2
Bump fragment from 1.3.1 to 1.3.2
2021-03-25 08:46:05 +01:00
dependabot[bot]
d8a0f0325e
Bump fragment from 1.3.1 to 1.3.2
Bumps fragment from 1.3.1 to 1.3.2.

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25 02:04:32 +00:00
dependabot[bot]
a5a6b67e6a
Bump lifecycle-viewmodel-ktx from 2.3.0 to 2.3.1
Bumps lifecycle-viewmodel-ktx from 2.3.0 to 2.3.1.

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25 02:04:26 +00:00
dependabot[bot]
834a839405
Bump annotation from 1.1.0 to 1.2.0
Bumps annotation from 1.1.0 to 1.2.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25 02:03:37 +00:00
Andy Scherzinger
2b4eacacc6
bump to 3.17.0 Alpha 1
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-03-23 22:02:48 +01:00
dependabot[bot]
5445c70795
Bump kotlin_version from 1.4.31 to 1.4.32
Bumps `kotlin_version` from 1.4.31 to 1.4.32.

Updates `kotlin-gradle-plugin` from 1.4.31 to 1.4.32

Updates `kotlin-stdlib-jdk7` from 1.4.31 to 1.4.32
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23 02:05:53 +00:00
dependabot[bot]
8af37082d1
Bump gradle from 4.1.2 to 4.1.3
Bumps gradle from 4.1.2 to 4.1.3.

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-19 02:04:46 +00:00
Tobias Kaminsky
12fed51451
Merge pull request #8141 from nextcloud/dependabot/gradle/org.json-json-20210307
Bump json from 20201115 to 20210307
2021-03-17 15:15:54 +01:00
dependabot[bot]
407054e2ba
Bump ktlint from 0.40.0 to 0.41.0
Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.40.0 to 0.41.0.
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pinterest/ktlint/compare/0.40.0...0.41.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-17 02:02:37 +00:00
Andy Scherzinger
f8e960105a
Merge pull request #8152 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.16.0
Bump detekt-gradle-plugin from 1.15.0 to 1.16.0
2021-03-11 08:01:19 +01:00
dependabot[bot]
3a22110cc9
Bump detekt-gradle-plugin from 1.15.0 to 1.16.0
Bumps detekt-gradle-plugin from 1.15.0 to 1.16.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-11 02:04:23 +00:00