Commit graph

1317 commits

Author SHA1 Message Date
Daniel Shokouhi d68666dae0
Bump some app dependencies (#2751)
* Bump some phone app dependencies

* Add wear dependencies

* Bump compile SDK in common
2022-08-03 18:03:14 -04:00
Joris Pelgröm bddb3a62dd
Don't include session in backup/transfer (#2747)
- The session data is unique to the device and shouldn't be included in a backup or transfer
 - Add Android 12+ backup rules for Wear OS
2022-08-03 18:02:31 -04:00
Daniel Shokouhi d7aeb582bb
Make sure to fallback to background updates when disable is selected in high accuracy notification (#2746)
* Make sure to fallback to background updates when disable is selected in notification

* Review comment
2022-08-03 18:01:45 -04:00
Daniel Shokouhi db0ddf25c2
Actually check the paired state instead of assuming it for bluetooth connection sensor (#2738)
* Actually check the paired state instead of assuming it

* Ensure the attributes have no duplicates by making the lists distinct

* Actually check for duplicate devices to remove them

* Apply code suggestion

* Revert some changes and remove allowDuplicates per comment
2022-08-03 18:01:21 -04:00
Daniel Shokouhi 8d57290314
Add support for lock domain in QS tiles and other improvements (#2737)
* Add support for lock domain in QS tiles, change tile not setup message to be more precise

* Update dispatcher

* Review comments: Remove not setup from string, only get state if domain is lock when tile is clicked

* Remove duplicate strings
2022-08-03 18:01:13 -04:00
Joris Pelgröm 9fc98e464e
Remove error message on null template (#2735)
* Remove error message on null template

 - Null is a valid value for a template so the app should reflect that instead of suggesting there is an error, which may cause users to start looking in the wrong place.

* Log.e instead of Log.i
2022-08-03 17:59:00 -04:00
Márton Maráz 7f1677a2dd
Fix Last Notification sensor not updating when notification is repeated with the same content (#2734)
Make Sensor::lastSentState and lastSentIcon nullable, set them to null when forceUpdate = true, and make null their default value everywhere.
2022-08-03 17:58:23 -04:00
Daniel Shokouhi 90a9a27e5e
Update changelog for week of 7/21 (#2665)
* Update changelog for week of 7/9

* Add a few more changes

* Update changes for recent merges
2022-07-29 15:16:12 -07:00
Joris Pelgröm 80d05a77a9
Fix sensor re-registration on logout/login on core 2022.6+ (#2730)
- Make it possible to distinguish between unable to get response/not supported and got a response but server doesn't know about entity. If there is a response but the server doesn't know about the entity, even though it should according to the database, re-register the sensor.
2022-07-29 17:56:33 -04:00
Joris Pelgröm c7b4f229ec
Improve discovery reliability for some devices (#2718)
- Some devices (most notably Google Pixels) require manually requesting a multicast lock in order for DNS-SD to work reliably
2022-07-29 17:55:06 -04:00
Daniel Shokouhi d03eb74fa9
Improve logging and error messages during onboarding (#2716)
* Add logging in authentication fragment to print errors

* Expand error messages to contain more useful data

* Add error content to pop-up to provide more data to the user

* Show more descriptive onReceivedError message

* Ensure the correct messages are used

* Add changes from @jpelgrom to only show the error on the expected URL

* Add condition to onReceivedErrror as well
2022-07-29 17:51:44 -04:00
Joris Pelgröm 8ee0e14e12
Support downloading data URIs (#2715)
- Adds support for downloading data URIs
 - Redirect unsupported download requests to the browser (or other app that supports it)
2022-07-29 17:51:04 -04:00
Daniel Shokouhi 285adfa5ce
Allow UUID, Major and Minor to be changed via notification command (#2713)
* Allow UUID, Major and Minor to be achanged via notification command

* Ensure transmitter restarts and attributes are updated upon change
2022-07-29 17:49:38 -04:00
Daniel Shokouhi b7fc9bbcff
Use correct default value for update interval to avoid double registrations on cold start (#2712) 2022-07-29 17:48:35 -04:00
Daniel Shokouhi 4b123ef2cf
Fire an event when a notification is received (#2705)
* Add a tsetting to fire an event when a notification is received

* Add a toast message to visually notify about failure

* Remove setting and toast
2022-07-29 17:47:59 -04:00
Márton Maráz bf1b56af1d
Fix unwanted reordering of Last Update Sensor's Intent list when there are 10+ entries (#2704) 2022-07-29 17:47:12 -04:00
Joris Pelgröm 1cf3506d4b
Automatically delete 'stale'/old widgets from database (#2702)
Automatically delete stale widgets from database

 - Automatically removes widgets that are no longer bound to the widget provider but that are still in the database -> 'stale'/old widgets will no longer cause unnecessary updates
2022-07-29 17:46:02 -04:00
Joris Pelgröm 2e7c72456c
Remove external storage permission for logs, completely on Android 10+ (#2691)
- Removes the external storage permission for logs for devices on Android 6+, because the external cache dir is usable without this permission and it will no longer work when targeting Android 13 on Android 13 devices. It should work on Android 4.4 and above but this bug suggests it might not on Android 5, but it is auto-granted and needed for downloads anyway: https://issuetracker.google.com/issues/37013142.
 - Set the maximum version for the external storage permission to Android 9; starting with Android 10 the download manager will use MediaStore.Downloads which doesn't require any additional permissions.
2022-07-29 17:44:31 -04:00
leroyboerefijn e7a926396d
Implement html styling on the template tile (#2653)
* Implement styling on the template tyle

* Also process preview in phone settings

* Small cleanup

* Improve template null handling

* Update template rendering error

* Update help text to indicate new line and markup options

* Also support newline

* More extensive replacement for <br>
2022-07-29 17:42:17 -04:00
dependabot[bot] f9ceeb0d65
Bump sentry-android from 6.2.1 to 6.3.0 (#2693)
Bumps [sentry-android](https://github.com/getsentry/sentry-java) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-java/compare/6.2.1...6.3.0)

---
updated-dependencies:
- dependency-name: io.sentry:sentry-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-21 20:51:59 -04:00
Daniel Shokouhi fca56364b6
Add channel, category and group to notification sensor attributes (#2676)
* Add channel, category and group to notification sensor attributes

* Review comments
2022-07-21 20:42:44 -04:00
Daniel Shokouhi 33f6673e61
Minor location update fixes (#2670)
* Minor location update fixes

* Remove delay and use a new location intent for high accuracy updates to avoid a conflict
2022-07-21 20:41:08 -04:00
Daniel Shokouhi d072b90843
Breaking Change: Add friendly BT name next to the mac address if we have it (#2697)
* Breaking Change: Add friendly BT name next to the mac address if we have it

* Only add the name if we have it
2022-07-21 20:39:14 -04:00
Joris Pelgröm f4eea70b2c
Deprecate Android WebView quick bar gesture support (#2690)
* Deprecate WebView quick bar gesture in code

* Clarify 'up to' to exclude the mentioned version
2022-07-21 20:38:41 -04:00
dependabot[bot] f8d0d46124
Bump kotlinx-coroutines-play-services from 1.6.3 to 1.6.4 (#2685)
Bumps [kotlinx-coroutines-play-services](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.3 to 1.6.4.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.3...1.6.4)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-play-services
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-17 03:42:40 +00:00
dependabot[bot] 41f6045557
Bump kotlinx-coroutines-android from 1.6.3 to 1.6.4 (#2678)
Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.3 to 1.6.4.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.3...1.6.4)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-17 03:32:15 +00:00
dependabot[bot] 8f2e1688db
Bump android-junit5 from 1.8.2.0 to 1.8.2.1 (#2658)
Bumps [android-junit5](https://github.com/mannodermaus/android-junit5) from 1.8.2.0 to 1.8.2.1.
- [Release notes](https://github.com/mannodermaus/android-junit5/releases)
- [Commits](https://github.com/mannodermaus/android-junit5/compare/plugin-1.8.2.0...plugin-1.8.2.1)

---
updated-dependencies:
- dependency-name: de.mannodermaus.gradle.plugins:android-junit5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-16 23:25:58 -04:00
dependabot[bot] b13f548aea
Bump kotlinx-coroutines-guava from 1.6.3 to 1.6.4 (#2679)
Bumps [kotlinx-coroutines-guava](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.3 to 1.6.4.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.3...1.6.4)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-guava
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-16 23:25:27 -04:00
dependabot[bot] a67b2014f9
Bump kotlinx-coroutines-core from 1.6.3 to 1.6.4 (#2677)
Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.3 to 1.6.4.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.3...1.6.4)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-16 23:24:38 -04:00
dependabot[bot] 0503214079
Bump sentry-android from 6.1.4 to 6.2.1 (#2672)
Bumps [sentry-android](https://github.com/getsentry/sentry-java) from 6.1.4 to 6.2.1.
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-java/compare/6.1.4...6.2.1)

---
updated-dependencies:
- dependency-name: io.sentry:sentry-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-16 23:24:21 -04:00
dependabot[bot] 36cee5cd04
Bump actions/setup-java from 3.4.0 to 3.4.1 (#2671)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3.4.0...v3.4.1)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-16 23:24:11 -04:00
Daniel Shokouhi 84efb2a367
Fix last update add new intent toggle not showing up on new installs (#2674)
* Fix last update add new intent toggle not showing up on new installs

* Only add the toggle if it does not yet exist

* Efficiency
2022-07-16 23:23:47 -04:00
Joris Pelgröm 0e0994de7f
Add camera device control (#2663)
* Add camera device control

 - Adds a camera device control on supported devices (12+)
 - Update content description for camera widget

* Improve Icon if downloading thumbnail fails

 - Show a blank grey thumbnail like an empty tile if downloading the camera thumbnail fails, because the system will stretch the provided image so a 'proper' icon can end up looking weird

* Improve error handling
2022-07-09 15:29:47 -04:00
Joris Pelgröm 9474675a88
Migrate SSID dialog to Compose, move + rename prioritize internal (#2662)
* Migrate SSID dialog to Compose, move + rename prioritize internal

 - Replaces the SSID dialog with a new screen built with Compose (same functionality as before)
 - Move the prioritize internal setting to the new SSID screen where it makes more sense, and rename it + style it as a dropdown to prevent unnecessary changes

* Remove unused Spacer
2022-07-09 15:26:56 -04:00
Márton Maráz 4bf88ac907
Show the charging state on the Battery Level sensor's icon (#2661)
* Show the charging state on the Battery Level sensor's icon.
A different icon will be shown for wired and wireless charging.
From now on, changing only the icon (but not the state) of a sensor will trigger sending an update to the server.
A new DB property called last_sent_icon is added, thus a DB migration is needed.

* Merge SensorDao.updateLastSendState(…) and updateLastSentIcon(…) methods to updateLastSentStateAndIcon(…)
2022-07-09 14:19:23 -04:00
Daniel Shokouhi 0883ada422
Update changelog for week of 7/1 (#2652)
* Update changelog for week of 7/1

* Add wear OS changes to changelog

* Split Wear OS changes to its own section
2022-07-01 10:53:10 -07:00
dependabot[bot] b19b5a4a4d
Bump google-services from 4.3.12 to 4.3.13 (#2648)
Bumps google-services from 4.3.12 to 4.3.13.

---
updated-dependencies:
- dependency-name: com.google.gms:google-services
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-01 02:16:15 +00:00
dependabot[bot] a3e9a62e6a
Bump sentry-android from 6.1.3 to 6.1.4 (#2645)
Bumps [sentry-android](https://github.com/getsentry/sentry-java) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-java/compare/6.1.3...6.1.4)

---
updated-dependencies:
- dependency-name: io.sentry:sentry-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-30 21:59:41 -04:00
Joris Pelgröm 0fe14ca8a2
Fix editing service button widget shows/creates incorrect field values (#2651)
* Fix button widget field data overwrite on text change

 - The text changed listener might be called while the button widget fields were being setup if a value exists. If other fields are bound at the same time this might overwrite their values and cause problems, so make sure to use the adapter position for the viewholder instead.
 - If setting a value fails set the text input to empty instead of showing the previous value

* Fix incorrect input in button widget fields

 - Properly set the hint for the button widget fields to null if no hint is available to prevent an old hint from being visible
 - Properly set the autocomplete functionality to null if no autocomplete functionality is expected to prevent unwanted autocompletion

* Fix services list if service was previously selected

 - Always load the full services list, even if a service was previously selected, and apply a filter on the list after setting it to prevent the dropdown from showing incorrect values
2022-06-30 21:59:28 -04:00
Joris Pelgröm d13e6068f1
Fix background crash due to button widgets without size (#2649) 2022-06-30 21:58:54 -04:00
Joris Pelgröm 7b401abddc
Don't complete onboarding on registration error (#2646)
- Add specific error if the app encounters a HTTP 404 response during onboarding registration, because that means the mobile_app integration is missing
 - After an error, clean up the session data to make sure a new registration attempt is made
2022-06-30 21:58:24 -04:00
Joris Pelgröm aa256676c4
Show entity state on chip background (#2634)
* Show entity state on entity chip in Wear OS app

 - Shows the color and position of an entity state on the entity's chip in the Wear OS app by using a custom background class that accepts more than a single Color

* Use horizontal instead of diagonal gradients

 - The default BrushPainter actually isn't the correct one, the ToggleChip class uses its own but that is marked as internal and we cannot override the default BrushPainter so another copied class it is

* RTL entity position support

 - When using an RTL language, the entity chip should fill in the position value from the right side

* Support cover position

 - Show cover position as entity chip's background
 - Adjust background color code to also work when a chip isn't checked for covers that are currently closing

* Cleanup EntityUi

* Cleanup duplicate code in device controls

* Naming conventions

 - Should've used a lowercase letter to start
 - Fix class

* Fix build

 - Updates because ToggleChipColors has changed
 - Add workaround for implementing Compose interface because kotlin-gradle-plugin is linked to stable Compose and we cannot update yet

* Update gradient values to match rc02

 - Wear Compose 1.0.0-rc02 changed the default values for the gradients in ToggleChips, so update the values used when using a custom background to match
2022-06-30 21:56:38 -04:00
dimitri bf5a983be2
TLS Client Authentication Support (#2526)
* Rebasing First TLS Client (MTLS) implemention onto upstream's master

* Removed commented code

* First Client TLS implementation rebased with upstream's masster

* Removed redundant semicolon

* Added try/catch to key import, added import feedback to enduser

* ktlint fixes

* Rely on the device Credential store

* Tweaked and cleaned the strings related to the TLS Client Auth message

* Removed commented code

* Attempt to remember the key alias and load it as soon as the app starts

* Cleaned rebase and tidying up code

* Added handler for HTTP error (when a certificate is not provided)

* When no certificate is availble, do the request to get an HTTP error back (for error handling)

* Pleased the linter

* Pleased the linter

* Switched to constructor injection

* Attempt to load the key in a non-blocking fashion.

* Do not loop around the blocking code

* onReceivedClientCertRequest now runs non blocking and the KCAC callback is used instead of polling.

* Wait until the executor task actually completes.

* Cleaned the code

* Removed unused import

* Wait for the executor to finishes executing its task

* During onboarding, if TLS Client Auth is enabled but no certificate is available, correctly report to the user

* Use a safe call on errorResponse

* Do not block anymore

* Removed unused return types

* Removed unused return types and the executor

* Removed unused imports

* Code cleanup

* Improved synchronization

* Added a string for certificate expiration

* Added a function to clear the alias and removed blocking code

* Added a function to clear the alias

* Display an error message if the user certificate is not valid plus minor refactoring

* Check the validity of the selected certificate

* Added an error message if the client certificate is not valid

* Resolved warnings and linting issues

* Fixed broken branch when testing for error condition

* Removed unused imports

Co-authored-by: Mirco Boschi <mircoboschi@gmail.com>
2022-06-30 21:55:23 -04:00
Daniel Shokouhi 44d4d56486
Breaking Change: Switch notification command parameters (#1759) 2022-06-30 21:53:39 -04:00
dependabot[bot] dc785597bd
Bump sentry-android from 6.1.2 to 6.1.3 (#2644)
Bumps [sentry-android](https://github.com/getsentry/sentry-java) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-java/compare/6.1.2...6.1.3)

---
updated-dependencies:
- dependency-name: io.sentry:sentry-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-26 19:52:56 +00:00
dependabot[bot] a9de8e3f72
Bump iconics-compose from 5.3.3 to 5.3.4 (#2643)
Bumps [iconics-compose](https://github.com/mikepenz/Android-Iconics) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/mikepenz/Android-Iconics/releases)
- [Changelog](https://github.com/mikepenz/Android-Iconics/blob/develop/gradle-release.gradle)
- [Commits](https://github.com/mikepenz/Android-Iconics/compare/v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: com.mikepenz:iconics-compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-26 15:41:23 -04:00
dependabot[bot] 1efc605c42
Bump kotlinx-coroutines-android from 1.6.2 to 1.6.3 (#2642)
Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.2...1.6.3)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-26 15:41:08 -04:00
dependabot[bot] bd6cdb0f64
Bump google-services from 4.3.10 to 4.3.12 (#2641)
Bumps google-services from 4.3.10 to 4.3.12.

---
updated-dependencies:
- dependency-name: com.google.gms:google-services
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-26 15:40:53 -04:00
dependabot[bot] 9c2c2ae4ae
Bump kotlinx-coroutines-guava from 1.6.2 to 1.6.3 (#2639)
Bumps [kotlinx-coroutines-guava](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.2...1.6.3)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-guava
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-26 18:36:44 +00:00
dependabot[bot] f9019a6361
Bump actions/setup-java from 3.3.0 to 3.4.0 (#2632)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Justin Bassett <bassett.justint@gmail.com>
2022-06-26 18:36:17 +00:00