Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all group with 20 updates #3073

Merged
merged 1 commit into from Aug 14, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps the all group with 20 updates:

Package Update
ch.qos.logback:logback-core 1.4.7 to 1.4.11
ch.qos.logback:logback-classic 1.4.7 to 1.4.11
org.apache.commons:commons-lang3 3.12.0 to 3.13.0
io.github.coffeelibs:tiny-oauth2-client 0.5.1 to 0.6.0
com.nulab-inc:zxcvbn 1.7.0 to 1.8.0
com.google.guava:guava 32.0.1-jre to 32.1.2-jre
com.google.dagger:dagger 2.45 to 2.47
com.google.dagger:dagger-compiler 2.45 to 2.47
org.junit.jupiter:junit-jupiter 5.9.3 to 5.10.0
org.mockito:mockito-core 5.3.1 to 5.4.0
com.google.jimfs:jimfs 1.2 to 1.3.0
org.jetbrains:annotations 23.0.0 to 24.0.1
org.cryptomator:integrations-mac 1.2.0 to 1.2.1
org.apache.maven.plugins:maven-compiler-plugin 3.10.1 to 3.11.0
org.apache.maven.plugins:maven-resources-plugin 3.3.0 to 3.3.1
org.apache.maven.plugins:maven-dependency-plugin 3.3.0 to 3.6.0
org.apache.maven.plugins:maven-surefire-plugin 3.0.0-M7 to 3.1.2
org.codehaus.mojo:license-maven-plugin 2.0.0 to 2.2.0
org.jacoco:jacoco-maven-plugin 0.8.9 to 0.8.10
org.owasp:dependency-check-maven 8.1.2 to 8.3.1

Updates ch.qos.logback:logback-core from 1.4.7 to 1.4.11

Commits
  • 4b159c4 prepare release 1.4.11
  • 4633df5 revert Configurator interface to match that in version 1.4.8
  • 70071fe start work on 1.4.11-SNAPSHOT
  • 44e12a9 prepare release 1.4.10
  • a1ec27a slight editing of logback-classic/src/main/java/module-info.java
  • 0f80b01 remove Rank and RankValue from Configurator. These types have been replaced b...
  • 48a7676 revert Configurator interface from logback-core to logback-classic
  • c2abb72 remove commented out code
  • b4c7117 start work on 1.4.10-SNAPSHOT
  • d29732d prepare release 1.4.9
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.4.7 to 1.4.11

Commits
  • 4b159c4 prepare release 1.4.11
  • 4633df5 revert Configurator interface to match that in version 1.4.8
  • 70071fe start work on 1.4.11-SNAPSHOT
  • 44e12a9 prepare release 1.4.10
  • a1ec27a slight editing of logback-classic/src/main/java/module-info.java
  • 0f80b01 remove Rank and RankValue from Configurator. These types have been replaced b...
  • 48a7676 revert Configurator interface from logback-core to logback-classic
  • c2abb72 remove commented out code
  • b4c7117 start work on 1.4.10-SNAPSHOT
  • d29732d prepare release 1.4.9
  • Additional commits viewable in compare view

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

Updates io.github.coffeelibs:tiny-oauth2-client from 0.5.1 to 0.6.0

Release notes

Sourced from io.github.coffeelibs:tiny-oauth2-client's releases.

0.6.0

What's Changed

New Contributors

Full Changelog: coffeelibs/tiny-oauth2-client@0.5.1...0.6.0

Commits
  • f631ad7 Merge branch 'release/0.6.0'
  • c5eea9d prepare 0.6.0
  • aaada59 update workflow actions
  • 4f359f6 update/add unit tests
  • c5c4d25 Merge pull request #4 from coffeelibs/feature/2-custom-httpclient
  • 91cb8c5 extend api
  • 30c7a8f apply code style to all src files
  • 113b945 Merge tag '0.5.1' into develop
  • 664c04a Merge tag '0.5.1' into develop
  • 2a4a20c adjusted usage example to 0.5.0 API
  • Additional commits viewable in compare view

Updates com.nulab-inc:zxcvbn from 1.7.0 to 1.8.0

Release notes

Sourced from com.nulab-inc:zxcvbn's releases.

1.8.0

CHANGELOG: https://github.com/nulab/zxcvbn4j/blob/master/CHANGELOG.md#180-2023-04-29

Changelog

Sourced from com.nulab-inc:zxcvbn's changelog.

1.8.0 (2023-04-29)

Commits
  • de92c1d 1.8.0
  • 3f5d91a Merge pull request #135 from manchilop/master
  • 4ba86a4 Added feedback messages translated into Spanish
  • a557871 Merge pull request #128 from yasuyuki-baba/switch_nashorn_to_graaljs
  • 6a0d1cc Switch the JavaScript engine used for testing from Nashorn to GraalJS
  • 6dbbeea Update README.ja.md
  • ea76fd3 Update README.md
  • 9e3db7d Merge pull request #127 from yasuyuki-baba/add_performance_benchmarks_with_jm...
  • 569f857 Add a dependency on asm to fix compilation problem.
  • 95e89bb Introduces a JMH-based set of benchmarks same as https://github.com/nulab/zxc...
  • Additional commits viewable in compare view

Updates com.google.guava:guava from 32.0.1-jre to 32.1.2-jre

Release notes

Sourced from com.google.guava:guava's releases.

32.1.2

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>32.1.2-jre</version>
  <!-- or, for Android: -->
  <version>32.1.2-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • Removed the section of our Gradle metadata that caused Gradle to report conflicts with listenablefuture. (9ed0fa65ab)
  • Changed our Maven project to avoid affecting which version of Mockito our Gradle users see. (71a16d5a74)
  • collect: Under J2CL, exposed ImmutableList and ImmutableSet methods copyOf and of for JavaScript usage. (b41968f5f2)
  • net: Optimized InternetDomainName construction. (3a1d18fbefa10218988a0fbbb6e1fada012397bf, eaa62eb09548a6f1b7a757e21d8852724b631cab)

32.1.1

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>32.1.1-jre</version>
  <!-- or, for Android: -->
  <version>32.1.1-android</version>
</tr></table> 

... (truncated)

Commits

Updates com.google.dagger:dagger from 2.45 to 2.47

Release notes

Sourced from com.google.dagger:dagger's releases.

Dagger 2.47

What’s new In Dagger

Bug Fixes

  • Update kotlinx-metadata-jvm to 0.6.2 Fixes #3893. (7b16dfda5)
  • Disallow private modules in Kotlin sources (already disallowed in Java sources). There is an issue with KAPT where the generated stubs for a private Kotlin module would not be private. To prepare for KSP support where the Kotlin source is read directly, this is fixed to be an error as it should have been. (53fd1a450)

What’s new in Hilt

  • The Hilt Android Gradle plugin will now enforce a minimum Android Gradle plugin (AGP) version of 7.0. (e512d87f8)
  • Deprecated the enableTransformForLocalTests option in the Hilt Android Gradle plugin. This is no longer necessary as the minimum supported AGP version has been increased to 7.0. (b3fd56f23)

Dagger 2.46.1

What’s new In Dagger

Bug Fixes

  • Fixed #3701: Shade kotlinx metadata in Dagger's artifacts to prevent upstream dependency issues. (d593e01ef)

Dagger 2.46

What’s new In Dagger

Bug Fixes

Commits
  • 20892bf 2.47 release
  • 4167803 Release dagger.ignoreProvisionKeyWildcards flag.
  • 4ce467b Warn about @​JvmSuppressWildcards.
  • ba73556 Update Dagger's XProcessing jars.
  • 9fbef13 Implement isSubsignature() with XProcessing API
  • 1420b68 Update KotlinMetadataUtil to only dedupe annotations that match the class n...
  • 4b2bbd1 Update ActivityGeneratorTest to use HiltCompilerTests and GoldenFileRule.
  • cf05eeb Include KSP configurations in hiltJavaCompile task.
  • b3fd56f Mark enableTransformForLocalTests from the Gradle plugin options as depreca...
  • ebeaaf7 Migrated mutable*Of().apply pattern to the build APIs and opt-in to those std...
  • Additional commits viewable in compare view

Updates com.google.dagger:dagger-compiler from 2.45 to 2.47

Release notes

Sourced from com.google.dagger:dagger-compiler's releases.

Dagger 2.47

What’s new In Dagger

Bug Fixes

  • Update kotlinx-metadata-jvm to 0.6.2 Fixes #3893. (7b16dfda5)
  • Disallow private modules in Kotlin sources (already disallowed in Java sources). There is an issue with KAPT where the generated stubs for a private Kotlin module would not be private. To prepare for KSP support where the Kotlin source is read directly, this is fixed to be an error as it should have been. (53fd1a450)

What’s new in Hilt

  • The Hilt Android Gradle plugin will now enforce a minimum Android Gradle plugin (AGP) version of 7.0. (e512d87f8)
  • Deprecated the enableTransformForLocalTests option in the Hilt Android Gradle plugin. This is no longer necessary as the minimum supported AGP version has been increased to 7.0. (b3fd56f23)

Dagger 2.46.1

What’s new In Dagger

Bug Fixes

  • Fixed #3701: Shade kotlinx metadata in Dagger's artifacts to prevent upstream dependency issues. (d593e01ef)

Dagger 2.46

What’s new In Dagger

Bug Fixes

Commits
  • 20892bf 2.47 release
  • 4167803 Release dagger.ignoreProvisionKeyWildcards flag.
  • 4ce467b Warn about @​JvmSuppressWildcards.
  • ba73556 Update Dagger's XProcessing jars.
  • 9fbef13 Implement isSubsignature() with XProcessing API
  • 1420b68 Update KotlinMetadataUtil to only dedupe annotations that match the class n...
  • 4b2bbd1 Update ActivityGeneratorTest to use HiltCompilerTests and GoldenFileRule.
  • cf05eeb Include KSP configurations in hiltJavaCompile task.
  • b3fd56f Mark enableTransformForLocalTests from the Gradle plugin options as depreca...
  • ebeaaf7 Migrated mutable*Of().apply pattern to the build APIs and opt-in to those std...
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 5.10.0 = Platform 1.10.0 + Jupiter 5.10.0 + Vintage 5.10.0

See Release Notes.

Full Changelog: junit-team/junit5@r5.10.0-RC2...r5.10.0

JUnit 5.10.0-RC2 = Platform 1.10.0-RC2+ Jupiter 5.10.0-RC2 + Vintage 5.10.0-RC2

See Release Notes.

JUnit 5.10.0-RC1 = Platform 1.10.0-RC1 + Jupiter 5.10.0-RC1 + Vintage 5.10.0-RC1

See Release Notes.

JUnit 5.10.0-M1 = Platform 1.10.0-M1 + Jupiter 5.10.0-M1 + Vintage 5.10.0-M1

See Release Notes.

Commits
  • 7f619ca Release 5.10
  • 9899de4 Update Gradle Enterprise plugin to 3.14
  • 45b970f Replace soon-to-be-deprecated usages of project.buildDir
  • 463ae36 Prune Release Notes for 5.10 GA
  • 893c64b Back to snapshots for further development
  • e6ff0c5 Release 5.10.0-RC2
  • b08a76b Add 5.10.0-RC2 release notes
  • 2c278c7 Revert "Prune Release Notes for 5.10 GA"
  • acb6e65 Provide access to source element annotations for TempDirFactory
  • 73818a1 Bump org.gradle.toolchains:foojay-resolver from 0.5.0 to 0.6.0
  • Additional commits viewable in compare view

Updates org.mockito:mockito-core from 5.3.1 to 5.4.0

Release notes

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

v5.4.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.4.0

Commits
  • 91f18ea Bump versions.errorprone from 2.19.1 to 2.20.0 (#3041)
  • 8497f17 Run injection once per field (#2603)
  • e3e100f Bump org.eclipse.platform:org.eclipse.osgi from 3.18.300 to 3.18.400 (#3038)
  • 9685743 Bump com.google.auto.service:auto-service from 1.1.0 to 1.1.1 (#3036)
  • 5cccfda Bump com.github.ben-manes.versions from 0.46.0 to 0.47.0 (#3034)
  • ca88970 Bump kotlinVersion from 1.8.21 to 1.8.22 (#3033)
  • 5daf51a Update documentation about MockMakers (#3032)
  • be98090 Bump versions.bytebuddy from 1.14.4 to 1.14.5 (#3025)
  • 2280cac Edit DoAnswerStyleStubbing.isSet() to return true if there are answers (#3020)
  • 296a257 Bump com.diffplug.spotless from 6.18.0 to 6.19.0 (#3018)
  • Additional commits viewable in compare view

Updates com.google.jimfs:jimfs from 1.2 to 1.3.0

Release notes

Sourced from com.google.jimfs:jimfs's releases.

1.3.0

Maven dependency:

<dependency>
  <groupId>com.google.jimfs</groupId>
  <artifactId>jimfs</artifactId>
  <version>1.3.0</version>
</dependency>

What's new in 1.3.0

  • Officially dropped support for Java 7, and restored accidentally dropped support for Java 8. (5b60a42)
  • Added an Automatic-Module-Name to the jar for modules support. (6a057ff63cf9275fa437d9b408ffd7b9c854d0cc)
  • Fixed several bugs with the behavior of FileChannel.transferFrom. (ee785ea)
  • Added FileTimeSource and made it possible to set a FileTimeSource in the Configuration of a file system. (139c10e)
Commits
  • 8dfa26e Set version number for jimfs-parent to 1.3.0.
  • abad1b0 Bump Guava to 32.1.1.
  • a236f6f Update guava-jre instead of guava-android.
  • a3ddfdf Bump error_prone_core from 2.19.1 to 2.20.0
  • c78b022 Bump auto-service.version from 1.1.0 to 1.1.1
  • b75f865 Bump truth from 1.1.4 to 1.1.5
  • d9890e7 Bump icu4j from 73.1 to 73.2
  • 13e3b4f Bump auto-common from 1.2.1 to 1.2.2
  • 8523e9d Bump actions/checkout from 3.5.2 to 3.5.3
  • 5245e59 Bump guava.version from 32.0.0-android to 32.0.1-android
  • Additional commits viewable in compare view

Updates org.jetbrains:annotations from 23.0.0 to 24.0.1

Release notes

Sourced from org.jetbrains:annotations's releases.

24.0.1

  • Added @Documented annotation where it would be useful.

24.0.0

  • Added new annotation: @CheckReturnValue

23.1.0

  • Added new annotation: @ApiStatus.Obsolete
Changelog

Sourced from org.jetbrains:annotations's changelog.

Version 24.0.1

  • Added @Documented annotation where it would be useful.

Version 24.0.0

  • Added new annotation: @CheckReturnValue.

Version 23.1.0

  • Added new annotation: @ApiStatus.Obsolete.
Commits

Updates org.cryptomator:integrations-mac from 1.2.0 to 1.2.1

Release notes

Sourced from org.cryptomator:integrations-mac's releases.

1.2.1

  • use stable integrations-api version

Full Changelog: cryptomator/integrations-mac@1.2.0...1.2.1

Commits
  • 9011b2a Merge branch 'release/1.2.1'
  • 2901d3b prepare 1.2.1
  • a242a8a use fixed maven-deploy version
  • b8f8bb9 Updated Xcode project, increased deployment target to macOS 10.13
  • cc1bcda bump dependency-check
  • a8f535b use stable api version
  • f249556 Merge branch 'main' into develop
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.10.1 to 3.11.0

Release notes

Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.

3.11.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

... (truncated)

Commits
  • eeda628 [maven-release-plugin] prepare release maven-compiler-plugin-3.11.0
  • 82b799f [MCOMPILER-527] Upgrade plexus-java to 1.1.2 (#177)
  • f9c2350 [MCOMPILER-526] Fix IT (#178)
  • 4022bd0 [MCOMPILER-494] - Add a useModulePath switch to the testCompile mojo (#119)
  • f4a8a54 [MCOMPILER-525] Incorrect detection of dependency change (#172)
  • 86b9f59 [MCOMPILER-395] Allow dependency exclusions for 'annotationProcessorPaths' (#...
  • e304ceb [MCOMPILER-526] Ignore reformat commit for git blame
  • f7a4613 [MCOMPILER-526] Reformat
  • cc78aee [MCOMPILER-526] Upgrade to parent 39
  • 3dca82f [MCOMPILER-526] Add packages to please the formatter
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-resources-plugin from 3.3.0 to 3.3.1

Release notes

Sourced from org.apache.maven.plugins:maven-resources-plugin's releases.

3.3.1

🚨 Removed

📦 Dependency updates

📝 Documentation updates

  • doc: adds alternative variable syntax using @ delimiters to the documentation (#36) @​kevin0x90
Commits
  • 978ce1e [maven-release-plugin] prepare release maven-resources-plugin-3.3.1
  • b7cd080 [MRESOURCES-296] Upgrade to maven-filtering 3.3.1
  • 1c9f610 [MRESOURCES-288] Make tests-jar reproducible (#56)
  • 1946127 [MRESOURCES-293] Rollback
  • f7a6f22 [MRESOURCES-297] Update to parent POM 39, reformat (#55)
  • 22d64ca remove specific IDE m2e files (#40)
  • 02c2d01 [MRESOURCES-293] Make resources param not read-only (#54)
  • 6bb3e1f [MRESOURCES-295] Drop Plexus legacy code (#53)
  • df7e172 [MRESOURCES-294] Upgrade plexus-utils to 3.5.1
  • 9354ecd Bump apache/maven-gh-actions-shared from 2 to 3
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-dependency-plugin from 3.3.0 to 3.6.0

Commits
  • 8e25710 [maven-release-plugin] prepare release maven-dependency-plugin-3.6.0
  • 6ccca01 [MDEP-867] Upgrade plugins in ITs

Bumps the all group with 20 updates:

| Package | Update |
| --- | --- |
| [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | 1.4.7 to 1.4.11 |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | 1.4.7 to 1.4.11 |
| org.apache.commons:commons-lang3 | 3.12.0 to 3.13.0 |
| [io.github.coffeelibs:tiny-oauth2-client](https://github.com/coffeelibs/tiny-oauth2-client) | 0.5.1 to 0.6.0 |
| [com.nulab-inc:zxcvbn](https://github.com/nulab/zxcvbn4j) | 1.7.0 to 1.8.0 |
| [com.google.guava:guava](https://github.com/google/guava) | 32.0.1-jre to 32.1.2-jre |
| [com.google.dagger:dagger](https://github.com/google/dagger) | 2.45 to 2.47 |
| [com.google.dagger:dagger-compiler](https://github.com/google/dagger) | 2.45 to 2.47 |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | 5.9.3 to 5.10.0 |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | 5.3.1 to 5.4.0 |
| [com.google.jimfs:jimfs](https://github.com/google/jimfs) | 1.2 to 1.3.0 |
| [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | 23.0.0 to 24.0.1 |
| [org.cryptomator:integrations-mac](https://github.com/cryptomator/integrations-mac) | 1.2.0 to 1.2.1 |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | 3.10.1 to 3.11.0 |
| [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) | 3.3.0 to 3.3.1 |
| [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | 3.3.0 to 3.6.0 |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | 3.0.0-M7 to 3.1.2 |
| [org.codehaus.mojo:license-maven-plugin](https://github.com/mojohaus/license-maven-plugin) | 2.0.0 to 2.2.0 |
| [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | 0.8.9 to 0.8.10 |
| [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) | 8.1.2 to 8.3.1 |


Updates `ch.qos.logback:logback-core` from 1.4.7 to 1.4.11
- [Commits](qos-ch/logback@v_1.4.7...v_1.4.11)

Updates `ch.qos.logback:logback-classic` from 1.4.7 to 1.4.11
- [Commits](qos-ch/logback@v_1.4.7...v_1.4.11)

Updates `org.apache.commons:commons-lang3` from 3.12.0 to 3.13.0

Updates `io.github.coffeelibs:tiny-oauth2-client` from 0.5.1 to 0.6.0
- [Release notes](https://github.com/coffeelibs/tiny-oauth2-client/releases)
- [Commits](coffeelibs/tiny-oauth2-client@0.5.1...0.6.0)

Updates `com.nulab-inc:zxcvbn` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/nulab/zxcvbn4j/releases)
- [Changelog](https://github.com/nulab/zxcvbn4j/blob/master/CHANGELOG.md)
- [Commits](nulab/zxcvbn4j@1.7.0...1.8.0)

Updates `com.google.guava:guava` from 32.0.1-jre to 32.1.2-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

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

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

Updates `org.junit.jupiter:junit-jupiter` from 5.9.3 to 5.10.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.3...r5.10.0)

Updates `org.mockito:mockito-core` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.3.1...v5.4.0)

Updates `com.google.jimfs:jimfs` from 1.2 to 1.3.0
- [Release notes](https://github.com/google/jimfs/releases)
- [Commits](google/jimfs@v1.2...v1.3.0)

Updates `org.jetbrains:annotations` from 23.0.0 to 24.0.1
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@23.0.0...24.0.1)

Updates `org.cryptomator:integrations-mac` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/cryptomator/integrations-mac/releases)
- [Commits](cryptomator/integrations-mac@1.2.0...1.2.1)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.10.1 to 3.11.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.10.1...maven-compiler-plugin-3.11.0)

Updates `org.apache.maven.plugins:maven-resources-plugin` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/apache/maven-resources-plugin/releases)
- [Commits](apache/maven-resources-plugin@maven-resources-plugin-3.3.0...maven-resources-plugin-3.3.1)

Updates `org.apache.maven.plugins:maven-dependency-plugin` from 3.3.0 to 3.6.0
- [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.3.0...maven-dependency-plugin-3.6.0)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.0.0-M7 to 3.1.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.0.0-M7...surefire-3.1.2)

Updates `org.codehaus.mojo:license-maven-plugin` from 2.0.0 to 2.2.0
- [Release notes](https://github.com/mojohaus/license-maven-plugin/releases)
- [Commits](mojohaus/license-maven-plugin@license-maven-plugin-2.0.0...2.2.0)

Updates `org.jacoco:jacoco-maven-plugin` from 0.8.9 to 0.8.10
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.9...v0.8.10)

Updates `org.owasp:dependency-check-maven` from 8.1.2 to 8.3.1
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v8.1.2...v8.3.1)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.github.coffeelibs:tiny-oauth2-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.nulab-inc:zxcvbn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.google.dagger:dagger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.google.dagger:dagger-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.google.jimfs:jimfs
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: org.cryptomator:integrations-mac
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.apache.maven.plugins:maven-resources-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.codehaus.mojo:license-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 14, 2023
@infeo infeo added this to the 1.10.0 milestone Aug 14, 2023
@infeo infeo merged commit dc80d79 into develop Aug 14, 2023
8 checks passed
@infeo infeo deleted the dependabot/maven/all-f66be4cce2 branch August 14, 2023 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant