chore(deps): bump the production-dependencies group across 1 directory with 5 updates#21
Conversation
…y with 5 updates Bumps the production-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) | `0.30.0` | `0.37.0` | | [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | `26.0.2-1` | `26.1.0` | | [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) | `5.3.2` | `5.4.0` | | [com.google.code.gson:gson](https://github.com/google/gson) | `2.13.2` | `2.14.0` | | [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) | `4.44.0` | `4.45.0` | Updates `com.vanniktech.maven.publish` from 0.30.0 to 0.37.0 - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](vanniktech/gradle-maven-publish-plugin@0.30.0...0.37.0) Updates `org.jetbrains:annotations` from 26.0.2-1 to 26.1.0 - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](JetBrains/java-annotations@26.0.2-1...26.1.0) Updates `com.squareup.okhttp3:okhttp` from 5.3.2 to 5.4.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](lysine-dev/okhttp@parent-5.3.2...parent-5.4.0) Updates `com.google.code.gson:gson` from 2.13.2 to 2.14.0 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.13.2...gson-parent-2.14.0) Updates `org.seleniumhq.selenium:selenium-java` from 4.44.0 to 4.45.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.44.0...selenium-4.45.0) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.jetbrains:annotations dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: com.google.code.gson:gson dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.seleniumhq.selenium:selenium-java dependency-version: 4.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
AssigneesThe following users could not be added as assignees: LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
… migration Supersedes #21. Applies the dependabot production-dependencies group updates and adapts the build script to the 0.34.0+ plugin DSL: - com.vanniktech.maven.publish 0.30.0 -> 0.37.0 - SonatypeHost was removed in 0.34.0 (OSSRH shutdown); the plugin now auto-detects Maven Central Portal, so call publishToMavenCentral() without arguments. - jetbrains-annotations 26.0.2-1 -> 26.1.0 - okhttp 5.3.2 -> 5.4.0 - gson 2.13.2 -> 2.14.0 - selenium 4.44.0 -> 4.45.0 Verified locally with ./gradlew compileJava compileTestJava.
|
Superseded by main commit d98157f, which applies the same dependency updates plus the required build script change for vanniktech/maven-publish 0.37.0 (SonatypeHost was removed in 0.34.0). Closing as duplicate. |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the production-dependencies group with 5 updates in the / directory:
0.30.00.37.026.0.2-126.1.05.3.25.4.02.13.22.14.04.44.04.45.0Updates
com.vanniktech.maven.publishfrom 0.30.0 to 0.37.0Release notes
Sourced from com.vanniktech.maven.publish's releases.
... (truncated)
Changelog
Sourced from com.vanniktech.maven.publish's changelog.
... (truncated)
Commits
7017e3denable feature preview (#1381)05f6b6euse 0.37.0-rc1 (#1380)0167c9cChangelog for 0.37.0 (#1379)b652eb3Update dependency java to v26 (#1353)a9f70b3Update dependency com.freeletics.gradle:scripts-formatting-jvm to v0.37.0 (#1...541cf8fLog deployment id and publishing type after Central Portal upload (#1354)d4873e5Update slf4j monorepo to v2 (#1365)42baf9dUpdate android.gradle (#1335)2de1978Update Gradle (#1362)6f03e46Update kotlin monorepo to v2.4.0 (#1352)Updates
org.jetbrains:annotationsfrom 26.0.2-1 to 26.1.0Release notes
Sourced from org.jetbrains:annotations's releases.
Changelog
Sourced from org.jetbrains:annotations's changelog.
Commits
6f588d4Merge pull request #137 from BartvHelvert/notNullByDefaultExperimental21be50cVersion 26.1.092a187bRemove experimental status from@NotNullByDefaultda40a75Merge pull request #135 from coder-xiaomo/patch-118554b9Update Contributor License Agreement link2f91ecdMerge pull request #132 from DmPanov/dmpanov/allworknoplayf64f40fVersion 26.0.2-1Updates
com.squareup.okhttp3:okhttpfrom 5.3.2 to 5.4.0Changelog
Sourced from com.squareup.okhttp3:okhttp's changelog.
Commits
61423f4Prepare for release 5.4.0.d7e6effUpdate eclipse.osgi to v3.24.200 (#9480)7a35098Update bnd to v7.3.0 (#9475)0c5a45bUpdate dependency com.puppycrawl.tools:checkstyle to v13.5.0 (#9468)113ad17Update dependency macos to v26 (#9457)84f601aUpdate shadow.plugin to v9.4.2 (#9466)7d463f4Update spotless.plugin to v8.6.0 (#9464)3bf00f5Update plugin com.diffplug.spotless to v8.6.0 (#9463)cfc45a3Update spotless.plugin to v8.5.1 (#9456)81c5006Apply gradle lint correctly (#9459)Updates
com.google.code.gson:gsonfrom 2.13.2 to 2.14.0Release notes
Sourced from com.google.code.gson:gson's releases.
Commits
3ff35d6[maven-release-plugin] prepare release gson-parent-2.14.0a3024fdBump the maven group with 13 updates (#3002)5689ffeBump the github-actions group across 1 directory with 3 updates (#3018)48db33cAddLegacyProtoTypeAdapterFactory. (#3014)53d703eUpdate outdated comment regarding serializable types (#3012)0189b72RemoveSerializablefrom internalTypeimplementation classes. (#3011)f4d371dFix duplicate key detection when first value is null (#3006)27d9ba1Fix typo in README (JPMS dependencies section) (#3005)1fa9b7aValidate that strings being parsed as integers consist of ASCII characters (#...b7d5954Add iterator fail-fast tests for LinkedTreeMap.clear() (#2992)Updates
org.seleniumhq.selenium:selenium-javafrom 4.44.0 to 4.45.0Release notes
Sourced from org.seleniumhq.selenium:selenium-java's releases.
... (truncated)
Commits
cd6a3cd[build] Prepare for release of selenium-4.45.0 (#17680)15fad06[build] Automated Browser Version Update (#17679)cb9b6fd[grid] Add support Redis-backed for SessionQueue (#17678)18bb1d9[py] terminate driver service process when start() fails to connect (#17651)b3164ef[grid] add HtmlUnit browser logo to Grid UI (#17656)bb741bd[build] Automated Browser Version Update (#17658)887237c[py] translate continue_request/continue_response kwargs to BiDi wire format ...f53de51[rb] run minimize test on linux now that #17644 fixed fluxbox startup3f37cce[rb] set window state before each window test instead of resetting driver2bfb990[rb] skip Safari double_click action testsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 <dependency name> minor versionwill 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 <dependency name>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 <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions