mathisdt / trackworktime

Android app to track your work time via WiFi or location and categorize each recorded intervall by a predefined client/task and a free text.
https://zephyrsoft.org/trackworktime
GNU General Public License v3.0
136 stars 30 forks source link

Bump the minor-and-patch-version-updates group in /app with 3 updates #267

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the minor-and-patch-version-updates group in /app with 3 updates: org.apache.commons:commons-lang3, org.mockito:mockito-core and com.tngtech.archunit:archunit.

Updates org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0

Updates org.mockito:mockito-core from 5.6.0 to 5.7.0

Release notes

Sourced from org.mockito:mockito-core's releases.

v5.7.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.7.0

Commits
  • 5c4e72c Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.10 to 1.9.20 (#3166)
  • f62fbe7 Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.10 to 1.9.20 (#3165)
  • f522f49 Attempt to detect system property mangling prior to loading ByteBuddy. (#3164)
  • a8adbf5 Handle Termux in InlineDelegateByteBuddyMockMaker.java (#3158)
  • 1bca5b8 Bump versions.errorprone from 2.22.0 to 2.23.0 (#3153)
  • f5449f9 Fix license url according to spdx license spec (#3152)
  • 73d6afc Remove checks for unsupported Java version from unit tests (#3150)
  • e736992 Add CodeCov token to upload coverage report (#3149)
  • 9342e9a Add Java 21 to CI build matrix (#3145)
  • c574cea Update JaCoCo to 0.8.11 (#3147)
  • Additional commits viewable in compare view


Updates com.tngtech.archunit:archunit from 1.1.0 to 1.2.0

Release notes

Sourced from com.tngtech.archunit:archunit's releases.

ArchUnit 1.2.0

Enhancements

Core

  • Add support for Java 22 (see #1172; thanks a lot to @​hankem)
  • New methods {JavaType/JavaMember}.getAllInvolvedRawTypes() to quickly detect all raw types contributing to a type (e.g. List<? extends Serializable>) or member (e.g. List<? extends Serializable> method(Set<String> args) {..}) (see #723; thanks a lot to @​leonardhusmann)

Lang

  • New rules API FieldsShould.{be/notBe}AccessedByMethodsThat(predicate) to prevent fields from being accessed by certain methods (see #857; thanks a lot to @​leonardhusmann)

Library

  • New extensive modules rule syntax to support easier checks for modularization (dependency direction, API surface, ...) (compare the user guide; see #1078)

JUnit

Further Acknowledgement

Commits
  • 12e8fb1 prepare release 1.2.0
  • 62ad7bb adjust expected slf4j-api version to actual one (#1187)
  • 9bb08a8 adjust expected slf4j-api version to actual one
  • 40df768 Upgrade log4j & junit-jupiter (#1186)
  • 7db3cc5 remove unused spotbugs configuration
  • dd965e2 upgrade junit-{platform/jupiter} from {1/5}.10.0 to {1/5}.10.1
  • 14d62e2 upgrade log4j from 2.20.0 to 2.21.1
  • d6030be Allow to retrieve involved raw types of JavaType and JavaMember (#1116)
  • ea320d8 add JavaMember.getAllInvolvedRawTypes()
  • f4b0684 add JavaType.getAllInvolvedRawTypes()
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions