Skip to content

Bump the klass-shared group across 1 directory with 7 updates#478

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/klass-shared/klass-shared-4b06eb0a11
Closed

Bump the klass-shared group across 1 directory with 7 updates#478
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/klass-shared/klass-shared-4b06eb0a11

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps the klass-shared group with 7 updates in the /klass-shared directory:

Package From To
org.ehcache:ehcache 3.10.8 3.11.1
org.springframework.restdocs:spring-restdocs-mockmvc 3.0.5 4.0.0
org.jvnet.jaxb:jaxb-maven-plugin 4.0.11 4.0.12
org.apache.maven.plugins:maven-jar-plugin 3.4.2 3.5.0
org.springframework.boot:spring-boot-starter-parent 3.5.7 4.0.1
org.sonarsource.scanner.maven:sonar-maven-plugin 5.3.0.6276 5.5.0.6356
org.apache.maven.plugins:maven-release-plugin 3.2.0 3.3.1

Updates org.ehcache:ehcache from 3.10.8 to 3.11.1

Release notes

Sourced from org.ehcache:ehcache's releases.

3.11.1

Getting started

This new minor release of Ehcache 3 is the first new release under IBM ownership. It adds support for shared resource pools between unclustered caches. It also contains a fix for a hashing denial of service performance regression (#3268).

[!NOTE] Ehcache 3.11 with be the last minor release line to support Java 8. The next release line will advance the Java baseline to 17.

Ehcache 3.11.1 has been released to maven central under the following coordinates:

Main module

<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.11.1</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache:3.11.1') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-jakarta')
//  }
}

Transactions module

<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.11.1</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache-transactions:3.11.1') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-transactions-jakarta')
//  }
}

Clustering module

... (truncated)

Commits
  • d07c3b4 Set ehcacheVersion to 3.11.1
  • f5d1a7e Merge pull request #3274 from chrisdennis/issue-2494-refix
  • c85a888 Fixes #2494 : Move to drive the jcache map from the underlying Ehcache manage...
  • b02f2e7 Revert "Merge branch 'issue-2494-daggy' into issue-2494-daggy-integrate"
  • be0e98c Merge pull request #3271 from chrisdennis/publishing-fix
  • 7316d46 Set packageGroup once and override with stagingProfileId when necessary
  • 2716091 Merge pull request #3270 from ehcache/sonatype-central-url
  • 3a21733 Use new Central Repository URL in sonatype publishing
  • 962f2d0 Merge pull request #3268 from chrisdennis/eviction-security-fix
  • d97adf7 Traversers start at the start and are recycled
  • Additional commits viewable in compare view

Updates org.springframework.restdocs:spring-restdocs-mockmvc from 3.0.5 to 4.0.0

Release notes

Sourced from org.springframework.restdocs:spring-restdocs-mockmvc's releases.

v4.0.0

📔 Documentation

  • Provide Antora-based documentation #1009

🔨 Dependency Upgrades

  • Upgrade to Jackson 3.0.2 #1008
  • Upgrade to Spring Framework 7.0.0 #1006

v4.0.0-RC1

⭐ New Features

  • Drop support for REST Assured until it supports Groovy 5 #1000
  • Raise the minimum supported version of JUnit to 6.0 #989

🔨 Dependency Upgrades

  • Upgrade to Jackson 3.0.0 #999
  • Upgrade to Spring Framework 7.0.0-RC1 #996

v4.0.0-M3

🔨 Dependency Upgrades

  • Upgrade to Jackson 3.0.0-rc9 #994
  • Upgrade to Spring Framework 7.0.0-M9 #988

v4.0.0-M2

⭐ New Features

  • Use JMustache as a dependency rather than shading it #984
  • Use Jackson 3 for JSON processing #974

🐞 Bug Fixes

  • XmlContentHandler's pretty printing of undocumented content fails when Saxon is on the classpath #985

🔨 Dependency Upgrades

  • Upgrade to REST Assured 5.5.6 #983
  • Upgrade to Spring Framework 7.0.0-M8 #982

v4.0.0-M1

⭐ New Features

  • Raise the minimum supported version of REST Assured to 5.5 #975
  • Add Nullability support #972
  • Publish milestones and release candidates to Maven Central #969
  • Remove deprecated APIs #967
  • Add support for official HAL and HAL-FORMS media type in link extraction #965

... (truncated)

Commits
  • b088263 Release v4.0.0
  • 507c82f Simplify root project after move to Antora
  • 58e7310 Remove unused postinstall step
  • aab80eb Trigger a docs build when snapshots and releases are published
  • 0f822b9 Ensure stable ordering of Asciidoc attributes
  • 4e9d464 Restructure the documentation into smaller sections
  • c49e0f6 Polish
  • afead78 Migrate the reference documentation to Antora
  • ed74548 Adopt the Section IDs extension
  • 385edf3 Upgrade to Jackson 3.0.2
  • Additional commits viewable in compare view

Updates org.jvnet.jaxb:jaxb-maven-plugin from 4.0.11 to 4.0.12

Release notes

Sourced from org.jvnet.jaxb:jaxb-maven-plugin's releases.

4.0.12

What's Changed

This is a maintenance release of jaxb-tools, with bugfixes and dependency upgrades.

Even if this version is based on latest jaxb-api 4.0.4 and jaxb-ri 4.0.6, you can still use previous jaxb-api and runtime in projects (jaxb-api 4.0.3 and 4.0.4 has issue with base64 parsing : jakartaee/jaxb-api#325)

🐞 Bugfixes

🔨 Dependency Upgrades and Other

Full Changelog: highsource/jaxb-tools@4.0.11...4.0.12

Commits
  • dd0c403 [maven-release-plugin] prepare release 4.0.12
  • 2a7d549 #655 fix issue with faulty managed versions
  • d970f53 #642 set default locale 'en' in hyperjaxb generation
  • a149530 remove bat files
  • f2ae41a fix JAXB1058 project for actual reproductible project without -XfixJAXB1058 arg
  • 39051f4 #651 update to latest jaxb-api / jaxb-ri releases
  • 7ae8554 fix missing test data in commons_lang_custom project
  • 1cee8eb 4.0.12-SNAPSHOT post release
  • 7d26f24 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0

Release notes

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

3.5.0

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

🔧 Build

📦 Dependency updates

Commits
  • 68d00f1 [maven-release-plugin] prepare release maven-jar-plugin-3.5.0
  • 357b9bf Update site descriptor to 2.0.0
  • 340249c Fix detecting java version for toolchains and JDK 1.8
  • 06a6245 chore: remove junit3 references
  • d302b2c Bump commons-io:commons-io from 2.20.0 to 2.21.0
  • 6081bdb Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4
  • ef8ed4c Migrate component injection to JSR-330
  • 704a35c Ignore stderr when parsing javac version from toolchain (#471)
  • 0beb969 Use maven-plugin-testing-harness version 3.4.0
  • c2624c8 Bump org.apache.maven.plugin-tools:maven-plugin-annotations (#488)
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.7 to 4.0.1

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v4.0.1

⚠️ Noteworthy changes

  • Hibernate has been upgraded to 7.2.0.Final in response to Hibernate 7.1 moving to limited support
  • spring-boot-starter-kotlin-serialization has been renamed to to spring-boot-starter-kotlinx-serialization-json and spring-boot-starter-kotlin-serialization-test has been renamed to spring-boot-starter-kotlinx-serialization-json-test. This change aligns the starters' names with those of their respective modules
  • Using TestRestTemplate now requires a dependency on spring-boot-restclient

🐞 Bug Fixes

  • JsonMixinModuleEntriesBeanRegistrationAotProcessor does not handle deprecated code #48564
  • JdbcSessionAutoConfiguration may not match when using the auto-configured DataSource #48552
  • @ServiceConnection for LgtmStackContainer fails when logging endpoint is configured due to multiple OtlpLoggingConnectionDetails beans #48536
  • WebApplicationType does not consider modules when deduced from classpath #48517
  • Spring Session auto-configuration fails in a war deployment as ServerProperties is not available #48493
  • Opentelemetry logging export requires actuator module #48488
  • RabbitHealthIndicator reports an error when version is missing from the connection's server properties #48487
  • Actuator Info class has inconsistent nullability annotations and cannot be built with null value #48480
  • Profiles retained during AOT processing are not configured in a native image #48476
  • Security matchers and WebServerNamespace resolution can fail with NoClassDefFoundError when used in a traditional WAR deployment #48388
  • HealthEndpointGroupMembershipValidator does not consider reactive health indicators causing NoSuchHealthContributorException to be thrown #48387
  • spring.jackson.default-property-inclusion is not applied to content inclusion #48343
  • TestRestTemplate.getRootUri() returns empty string #48330
  • Redis health check reports an error when redis_version is missing from the INFO response #48328
  • Parent's MeterRegistry beans are closed when child context closes #48325
  • HttpMessageConverters picks up converter beans for both client and server #48310
  • Conditions to auto-configure a RestClient are outdated with the modularization #48308
  • A custom JwtTypeValidator that replaces the default can no longer be configured #48301
  • PropertiesRestClientHttpServiceGroupConfigurer has highest precedence, preventing other configurers from being ordered ahead of it #48296
  • SpringBootTest.UseMainMethod.WHEN_AVAILABLE and ALWAYS are incompatible with package-private or parameter-less main method #48275
  • Conditions to auto-configure RestClient-based HTTP service clients are outdated with the modularization #48274
  • Starter for Kotlinx Serialization Json is misnamed #48262
  • ApplicationServletEnvironment is no longer configured in war deployments #48254
  • RestClient.Builder bean present in @SpringBootTest due to spring-boot-starter-webmvc-test, but missing at runtime without restclient starter #48253
  • ProblemDetail is rendered to XML incorrectly #48222

📔 Documentation

  • Harmonize Kotlin example for HTTP Service client support #48577
  • Document HttpMessageConverters detection changes in 4.0.1 #48574
  • Improve javadoc for when to use class names rather than class references #48569
  • Documentation has an outdated reference to the Jackson Kotlin Module #48534
  • Caching documentation should clarify how to use a no-op implementation to run a test suite #48532
  • Document that the default rolling policy for Log4j2 requires logging.file.path to be set #48527
  • Review documentation and migration guide about changes in @AutoConfigureCache #48522
  • License header in build samples is displayed in the reference documentation #48478
  • Configuring Two DataSources How-To code sample is inconsistent #48449
  • Fix links to source files on GitHub #48398
  • Documentation contains broken links to GitHub source files #48394
  • Document that org.aspectj.weaver.Advice must be on the classpath to enable support for Micrometer's annotations #48360
  • Correct the annotation in the Kotlin @ConfigurationPropertiesSource example #48357
  • Polish TestRestTemplate examples in the reference guide #48336

... (truncated)

Commits
  • b2bc463 Release v4.0.1
  • 252b218 Correct renaming of Kotlinx Serialization JSON starters
  • 2fa73c2 Merge pull request #48577 from jwalter
  • 3e68988 Polish "Harmonize Kotlin example for HTTP Service client support"
  • 423373b Harmonize Kotlin example for HTTP Service client support
  • f61ac29 Document HttpMessageConverters detection changes
  • 2519a5d Merge branch '3.5.x'
  • 4fc3ca3 Next development version (v3.5.10-SNAPSHOT)
  • aaf66f4 Merge branch '3.5.x'
  • 08e2cab Polish javadoc for when to use class names rather than class references
  • Additional commits viewable in compare view

Updates org.sonarsource.scanner.maven:sonar-maven-plugin from 5.3.0.6276 to 5.5.0.6356

Release notes

Sourced from org.sonarsource.scanner.maven:sonar-maven-plugin's releases.

5.5.0.6356

Release notes - Sonar Scanner for Maven - 5.5

Task

SCANMAVEN-339 Update parent pom to 86.0.0.3040 and scanner-java-library to 3.5.2.1586

5.4.0.6343

Release notes - Sonar Scanner for Maven - 5.4

Task

SCANMAVEN-323 Split build and SQ scan to speed-up the pipeline

SCANMAVEN-328 Create unified dogfooding GitHub action

SCANMAVEN-329 Prepare next development iteration

SCANMAVEN-331 Add Maven 4.0.0-rc5 to the test suite

SCANMAVEN-337 Update the scanner library to 3.5.1.1568

SCANMAVEN-338 Update parent pom

Commits
  • d2d74f6 SCANMAVEN-339 Update parent pom to 86.0.0.3040 and scanner-java-library to 3....
  • 7497842 Prepare next development iteration 5.5.0-SNAPSHOT (#354)
  • d7a7107 SCANMAVEN-338 Update parent pom to 85.0.0.3035 (#352)
  • 8855fe3 SCANMAVEN-337 update the scanner library to 3.5.0.539 (#350)
  • 7ffc271 SCANMAVEN-331 Add Maven 4.0.0-rc5 to the test suite (#349)
  • 117243b SCANMAVEN-323 Split build and SQ scan to speed-up the pipeline
  • 4150f94 SCANMAVEN-328 Create unified dogfooding GitHub action (#347)
  • e76f85d SCANMAVEN-329 Prepare next development iteration 5.4.0-SNAPSHOT (#348)
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-release-plugin from 3.2.0 to 3.3.1

Release notes

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

3.3.1

💥 Breaking changes

🐛 Bug Fixes

📦 Dependency updates

3.3.0

💥 Breaking changes

  • Include "[ci skip]" by default in scmReleaseCommitComment (#1423) @​kwin

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

... (truncated)

Commits
  • 7e8ebac [maven-release-plugin] prepare release maven-release-3.3.1
  • f0f28e5 Revert inclusion of ci skip in release commit msg
  • 2a82901 Bump org.codehaus.plexus:plexus-testing from 2.0.1 to 2.0.2 (#1444)
  • c8613d2 [maven-release-plugin] prepare for next development iteration
  • 2b8adaa [maven-release-plugin] prepare release maven-release-3.3.0
  • 88630f9 Fixed #1426 : Replace archived org.semver:api with custom SemVer implemen...
  • 7af8ace Fix license header in xml files
  • 8914b84 Make implementation of new SemVer policies private for project
  • 7e861f0 Resolve todo that led to pointless asserts (#1442)
  • 422f895 Prefer JDK join method (#1434)
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <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

Bumps the klass-shared group with 7 updates in the /klass-shared directory:

| Package | From | To |
| --- | --- | --- |
| [org.ehcache:ehcache](https://github.com/ehcache/ehcache3) | `3.10.8` | `3.11.1` |
| [org.springframework.restdocs:spring-restdocs-mockmvc](https://github.com/spring-projects/spring-restdocs) | `3.0.5` | `4.0.0` |
| [org.jvnet.jaxb:jaxb-maven-plugin](https://github.com/highsource/jaxb-tools) | `4.0.11` | `4.0.12` |
| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.4.2` | `3.5.0` |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.5.7` | `4.0.1` |
| [org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven) | `5.3.0.6276` | `5.5.0.6356` |
| [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.2.0` | `3.3.1` |



Updates `org.ehcache:ehcache` from 3.10.8 to 3.11.1
- [Release notes](https://github.com/ehcache/ehcache3/releases)
- [Commits](ehcache/ehcache3@v3.10.8...v3.11.1)

Updates `org.springframework.restdocs:spring-restdocs-mockmvc` from 3.0.5 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-restdocs/releases)
- [Commits](spring-projects/spring-restdocs@v3.0.5...v4.0.0)

Updates `org.jvnet.jaxb:jaxb-maven-plugin` from 4.0.11 to 4.0.12
- [Release notes](https://github.com/highsource/jaxb-tools/releases)
- [Commits](highsource/jaxb-tools@4.0.11...4.0.12)

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

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.7 to 4.0.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.7...v4.0.1)

Updates `org.sonarsource.scanner.maven:sonar-maven-plugin` from 5.3.0.6276 to 5.5.0.6356
- [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases)
- [Commits](SonarSource/sonar-scanner-maven@5.3.0.6276...5.5.0.6356)

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

---
updated-dependencies:
- dependency-name: org.ehcache:ehcache
  dependency-version: 3.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: klass-shared
- dependency-name: org.springframework.restdocs:spring-restdocs-mockmvc
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: klass-shared
- dependency-name: org.jvnet.jaxb:jaxb-maven-plugin
  dependency-version: 4.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: klass-shared
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: klass-shared
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: klass-shared
- dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin
  dependency-version: 5.5.0.6356
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: klass-shared
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: klass-shared
...

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 Jan 5, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 5, 2026 07:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 5, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2026

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot bot closed this Jan 5, 2026
@dependabot dependabot bot deleted the dependabot/maven/klass-shared/klass-shared-4b06eb0a11 branch January 5, 2026 08:32
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.

0 participants