-
Notifications
You must be signed in to change notification settings - Fork 4
Bump the maven-dependencies group across 1 directory with 22 updates #395
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the maven-dependencies group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.apache.commons:commons-text](https://github.com/apache/commons-text) | `1.13.0` | `1.14.0` | | [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.2.3` | `6.2.9` | | [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) | `6.2.3` | `6.2.9` | | [org.springframework.data:spring-data-jpa](https://github.com/spring-projects/spring-data-jpa) | `3.4.3` | `3.5.2` | | org.jooq:jooq | `3.20.1` | `3.20.5` | | org.jooq:jooq-meta-extensions | `3.20.1` | `3.20.5` | | org.jooq:jooq-codegen-maven | `3.20.1` | `3.20.5` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.17` | `1.5.18` | | [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) | `2.1.10` | `2.2.0` | | [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) | `2.1.10` | `2.2.0` | | org.jetbrains.kotlin:kotlin-maven-plugin | `2.1.10` | `2.2.0` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.12.0` | `5.13.4` | | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `5.12.0` | `5.13.4` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.12.0` | `5.13.4` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.15.2` | `5.18.0` | | [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.15.2` | `5.18.0` | | [org.springframework.boot:spring-boot-starter-data-jpa](https://github.com/spring-projects/spring-boot) | `3.4.3` | `3.5.4` | | [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `3.4.3` | `3.5.4` | | [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.4.3` | `3.5.4` | | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.7` | `3.2.8` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.2` | `3.5.3` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.12` | `0.8.13` | Updates `org.apache.commons:commons-text` from 1.13.0 to 1.14.0 - [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-text@rel/commons-text-1.13.0...rel/commons-text-1.14.0) Updates `org.springframework:spring-context` from 6.2.3 to 6.2.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.3...v6.2.9) Updates `org.springframework:spring-web` from 6.2.3 to 6.2.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.3...v6.2.9) Updates `org.springframework.data:spring-data-jpa` from 3.4.3 to 3.5.2 - [Release notes](https://github.com/spring-projects/spring-data-jpa/releases) - [Commits](spring-projects/spring-data-jpa@3.4.3...3.5.2) Updates `org.jooq:jooq` from 3.20.1 to 3.20.5 Updates `org.jooq:jooq-meta-extensions` from 3.20.1 to 3.20.5 Updates `org.jooq:jooq-codegen-maven` from 3.20.1 to 3.20.5 Updates `ch.qos.logback:logback-classic` from 1.5.17 to 1.5.18 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.17...v_1.5.18) Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.1.10 to 2.2.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.2.0) Updates `org.jetbrains.kotlin:kotlin-test` from 2.1.10 to 2.2.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.2.0) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.1.10 to 2.2.0 Updates `org.jetbrains.kotlin:kotlin-test` from 2.1.10 to 2.2.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.2.0) Updates `org.junit.jupiter:junit-jupiter-api` from 5.12.0 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.12.0...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-params` from 5.12.0 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.12.0...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.0 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.12.0...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-params` from 5.12.0 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.12.0...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.0 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.12.0...r5.13.4) Updates `org.mockito:mockito-core` from 5.15.2 to 5.18.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.15.2...v5.18.0) Updates `org.mockito:mockito-junit-jupiter` from 5.15.2 to 5.18.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.15.2...v5.18.0) Updates `org.mockito:mockito-junit-jupiter` from 5.15.2 to 5.18.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.15.2...v5.18.0) Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.4.3 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.3...v3.5.4) Updates `org.springframework.boot:spring-boot-starter-web` from 3.4.3 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.3...v3.5.4) Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.3 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.3...v3.5.4) Updates `org.springframework.boot:spring-boot-starter-web` from 3.4.3 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.3...v3.5.4) Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.3 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.3...v3.5.4) Updates `org.jooq:jooq-meta-extensions` from 3.20.1 to 3.20.5 Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.7 to 3.2.8 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.7...maven-gpg-plugin-3.2.8) Updates `org.jooq:jooq-codegen-maven` from 3.20.1 to 3.20.5 Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.2...surefire-3.5.3) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.12 to 0.8.13 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.12...v0.8.13) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.1.10 to 2.2.0 --- updated-dependencies: - dependency-name: org.apache.commons:commons-text dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.springframework:spring-context dependency-version: 6.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.springframework:spring-web dependency-version: 6.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.springframework.data:spring-data-jpa dependency-version: 3.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.jooq:jooq dependency-version: 3.20.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.jooq:jooq-meta-extensions dependency-version: 3.20.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.jooq:jooq-codegen-maven dependency-version: 3.20.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.mockito:mockito-core dependency-version: 5.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-data-jpa dependency-version: 3.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 3.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 3.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 3.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 3.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.jooq:jooq-meta-extensions dependency-version: 3.20.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-version: 3.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.jooq:jooq-codegen-maven dependency-version: 3.20.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the maven-dependencies group with 22 updates in the / directory:
1.13.01.14.06.2.36.2.96.2.36.2.93.4.33.5.23.20.13.20.53.20.13.20.53.20.13.20.51.5.171.5.182.1.102.2.02.1.102.2.02.1.102.2.05.12.05.13.45.12.05.13.45.12.05.13.45.15.25.18.05.15.25.18.03.4.33.5.43.4.33.5.43.4.33.5.43.2.73.2.83.5.23.5.30.8.120.8.13Updates
org.apache.commons:commons-textfrom 1.13.0 to 1.14.0Changelog
Sourced from org.apache.commons:commons-text's changelog.
... (truncated)
Commits
0a343aeUpdate the GitHub pull request template for AI2c9212aMerge branch 'master' into releasef7b8d46Javadoc5fea6e2Javadoc2f50c4fJavadoc2afc236Javadocc819ed7Javadoc74e54eeJavadoca1f3288Javadoc1d7b5caJavadocUpdates
org.springframework:spring-contextfrom 6.2.3 to 6.2.9Release notes
Sourced from org.springframework:spring-context's releases.
... (truncated)
Commits
09a5ca3Release v6.2.9a4ec25dUpgrade to MockK 1.13.170fc043fUpgrade to Netty 4.1.123, Selenium 4.34, XMLUnit 2.10.35473260Backport nullability refinements for Micrometer12a6098Upgrade to Reactor 2024.0.8 and Micrometer 1.14.9f86034bDrop final declaration from doFilter entry point (for CGLIB proxying)2180783Upgrade to Jetty 12.0.23, Netty 4.1.122, Gson 2.13.1, Caffeine 3.2.12434bb1Polishing4063cb5Publish releases using Central Portal4277682Catch InaccessibleObjectException next to IllegalAccessExceptionUpdates
org.springframework:spring-webfrom 6.2.3 to 6.2.9Release notes
Sourced from org.springframework:spring-web's releases.
... (truncated)
Commits
09a5ca3Release v6.2.9a4ec25dUpgrade to MockK 1.13.170fc043fUpgrade to Netty 4.1.123, Selenium 4.34, XMLUnit 2.10.35473260Backport nullability refinements for Micrometer12a6098Upgrade to Reactor 2024.0.8 and Micrometer 1.14.9f86034bDrop final declaration from doFilter entry point (for CGLIB proxying)2180783Upgrade to Jetty 12.0.23, Netty 4.1.122, Gson 2.13.1, Caffeine 3.2.12434bb1Polishing4063cb5Publish releases using Central Portal4277682Catch InaccessibleObjectException next to IllegalAccessExceptionUpdates
org.springframework.data:spring-data-jpafrom 3.4.3 to 3.5.2Release notes
Sourced from org.springframework.data:spring-data-jpa's releases.
... (truncated)
Commits
41b5829Release version 3.5.2 (2025.0.2).5753877Prepare 3.5.2 (2025.0.2).5c01c8fUpgrade to Maven Wrapper 3.9.11.d0fe590Polishing.5ad3392BackportSpecification.unrestricted()to3.5.x.0e39197Upgrade to Hibernate 6.6.21.Final.672ab08Upgrade to Eclipselink 4.0.7.3784582Polishing.a4fe9c3Cache query strings inSimpleJpaRepository.f635de7Polishing.Updates
org.jooq:jooqfrom 3.20.1 to 3.20.5Updates
org.jooq:jooq-meta-extensionsfrom 3.20.1 to 3.20.5Updates
org.jooq:jooq-codegen-mavenfrom 3.20.1 to 3.20.5Updates
ch.qos.logback:logback-classicfrom 1.5.17 to 1.5.18Release notes
Sourced from ch.qos.logback:logback-classic's releases.
Commits
b2a02f0prepare release 1.5.18991de58remove references to AccessController marked for deletion in the JDKf54ab16If compression mode is XZ but the XZ library is missing, then fallback to GZ ...fb45971add support for XZ compression31c1f55add xz compression support with tests8968d0fintroduce strategy based compression834059cstart work on 1.5.18-SNAPSHOTUpdates
org.jetbrains.kotlin:kotlin-stdlib-jdk8from 2.1.10 to 2.2.0Release notes
Sourced from org.jetbrains.kotlin:kotlin-stdlib-jdk8's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-stdlib-jdk8's changelog.
... (truncated)
Commits
631e9fdAdd ChangeLog for 2.2.0-RC3f4ff47f[Accessors] Correctly create arguments for accessors4086c4b[Gradle] Apply Dokka versioning plugin also to leaf partial htmla8a8e06[JS] Fix getting names of local delegated properties3b804bc[JS] Introduce theJsNoLiftingannotation classe690a3a[test] Add a reproducer for KT-780730f85940[FIR] Fix collection of DSL markers from function types726a9d7[Tests] Reproduce #KT-77301a6aed74Add ChangeLog for 2.2.0-RC22293f5fCLI: Follow symbolic links of content rootsUpdates
org.jetbrains.kotlin:kotlin-testfrom 2.1.10 to 2.2.0Release notes
Sourced from org.jetbrains.kotlin:kotlin-test's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-test's changelog.
... (truncated)
Commits
631e9fdAdd ChangeLog for 2.2.0-RC3f4ff47f[Accessors] Correctly create arguments for accessors4086c4b[Gradle] Apply Dokka versioning plugin also to leaf partial htmla8a8e06[JS] Fix getting names of local delegated properties3b804bc[JS] Introduce theJsNoLiftingannotation classe690a3a[test] Add a reproducer for KT-780730f85940[FIR] Fix collection of DSL markers from function types726a9d7[Tests] Reproduce #KT-77301a6aed74Add ChangeLog for 2.2.0-RC22293f5fCLI: Follow symbolic links of content rootsUpdates
org.jetbrains.kotlin:kotlin-maven-pluginfrom 2.1.10 to 2.2.0Updates
org.jetbrains.kotlin:kotlin-testfrom 2.1.10 to 2.2.0Release notes
Sourced from org.jetbrains.kotlin:kotlin-test's releases.