Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump the build-dependencies group across 1 directory with 4 updates #1623

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

Merged
marko-bekhta merged 1 commit into main from dependabot/maven/build-dependencies-c353f60078
May 20, 2025

Conversation

Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2025

Bumps the build-dependencies group with 4 updates in the / directory: org.easymock:easymock, io.rest-assured:rest-assured, org.springframework:spring-expression and com.buschmais.jqassistant:jqassistant-maven-plugin.

Updates org.easymock:easymock from 5.5.0 to 5.6.0

Release notes

Sourced from org.easymock:easymock's releases.

5.6.0

Bug fixing on classloader exception handling mostly.

Change log

  • IllegalArgumentException: java.util.Dictionary$$$EasyMock2ドル must be defined in the same package as org.easymock.internal.ClassProxyFactory (#760)
  • pom java-11 profile unbounded range (#708)
  • Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1 (#759)
  • Bump com.puppycrawl.tools:checkstyle from 10.22.0 to 10.23.0 (#758)
  • Bump junit.jupiter.version from 5.11.4 to 5.12.2 (#757)
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 (#756)
  • Bump nokogiri from 1.18.5 to 1.18.8 in /website (#755)
  • Bump actions/setup-java from 4.7.0 to 4.7.1 (#754)
  • Bump org.apache.maven.surefire:surefire-testng from 3.5.2 to 3.5.3 (#753)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 (#752)
  • Bump net.bytebuddy:byte-buddy from 1.17.4 to 1.17.5 (#751)
  • Bump org.ow2.asm:asm from 9.7.1 to 9.8 (#750)
  • Bump org.apache.maven.surefire:surefire-junit-platform from 3.5.2 to 3.5.3 (#749)
  • Bump com.puppycrawl.tools:checkstyle from 10.21.4 to 10.22.0 (#748)
  • Bump net.bytebuddy:byte-buddy from 1.17.2 to 1.17.4 (#747)
  • Bump nokogiri from 1.18.3 to 1.18.4 in /website (#746)
  • Bump com.mycila:license-maven-plugin from 4.6 to 5.0.0 (#745)
  • Bump ch.qos.logback:logback-classic from 1.3.14 to 1.5.18 (#744)
  • Bump junit.jupiter.version from 5.11.4 to 5.12.1 (#743)
  • Bump com.github.spotbugs:spotbugs from 4.8.6 to 4.9.3 (#742)
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.9.3.0 (#741)
  • Bump json from 2.10.1 to 2.10.2 in /website (#740)
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.9.2.0 (#739)
  • Bump com.puppycrawl.tools:checkstyle from 10.21.3 to 10.21.4 (#738)
  • Bump uri from 1.0.2 to 1.0.3 in /website (#737)
  • Bump net.bytebuddy:byte-buddy from 1.17.1 to 1.17.2 (#736)
  • Bump com.github.spotbugs:spotbugs from 4.8.6 to 4.9.2 (#735)
  • Bump org.apache.maven.plugins:maven-install-plugin from 3.1.3 to 3.1.4 (#734)
  • Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 (#733)
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.8.0 to 3.9.0 (#732)
  • Bump ch.qos.logback:logback-classic from 1.3.14 to 1.5.17 (#731)
  • Bump slf4j.version from 2.0.16 to 2.0.17 (#730)
  • Bump com.puppycrawl.tools:checkstyle from 10.21.2 to 10.21.3 (#729)
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 (#728)
  • Bump junit.jupiter.version from 5.11.4 to 5.12.0 (#727)
  • Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1 (#726)
  • Bump nokogiri from 1.16.7 to 1.18.3 in /website (#725)
  • Bump net.bytebuddy:byte-buddy from 1.17.0 to 1.17.1 (#724)
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.9.1.0 (#723)
  • Bump org.testng:testng from 7.5.1 to 7.11.0 (#722)
  • Bump com.github.spotbugs:spotbugs from 4.8.6 to 4.9.1 (#721)
  • Bump actions/setup-java from 4.6.0 to 4.7.0 (#720)
  • Bump net.bytebuddy:byte-buddy from 1.16.1 to 1.17.0 (#719)
  • Bump com.puppycrawl.tools:checkstyle from 10.21.1 to 10.21.2 (#718)
  • Bump net.bytebuddy:byte-buddy from 1.15.11 to 1.16.1 (#717)

... (truncated)

Commits
  • 20948ef Move to version 5.6.0
  • 83f3f2e Add missing parenthesis for a range (close #708)
  • bf4b2ff Use assertInstanceOf
  • cfbe849 Remove all public modifier from tests
  • 115a6c4 Correctly handle exceptions from providers (close #760)
  • f45489f Fix typos
  • ecef979 Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1
  • 3330c7d Bump com.puppycrawl.tools:checkstyle from 10.22.0 to 10.23.0
  • a6b9cb7 Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13
  • f337d0d Bump org.apache.maven.surefire:surefire-testng from 3.5.2 to 3.5.3
  • Additional commits viewable in compare view

Updates io.rest-assured:rest-assured from 5.5.1 to 5.5.2

Changelog

Sourced from io.rest-assured:rest-assured's changelog.

Changelog 5.5.2 (2025年05月14日)

  • CookieFilter now supports setting cookies correctly when Apache HTTP Client does internal redirects (when redirects().follow(true) is set).
  • Upgrading kotlin module to use Kotlin 2.2.1
  • Downgrading scale module to version 3.3.3 (LTS version) (thanks for Carlos Eduardo for PR)
Commits
  • bdf64e6 [maven-release-plugin] prepare release rest-assured-5.5.2
  • 1ba0f78 [ci skip] Preparing for release
  • a6dc07a Fixing correct version in scala3 example
  • b29df45 Fixing correct version in scala3 example
  • 03f3088 [ci skiptest] Updated changelog to reflect the latest changes
  • fd468cb Add Scala 3 example. Stick to LTS Scala version (#1795)
  • b316470 Upgrading kotlin module to use Kotlin 2.2.1
  • 30e7a20 CookieFilter now supports setting cookies correctly when Apache HTTP Client d...
  • 044671e [ci skip] Update README.md
  • 2de7586 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.springframework:spring-expression from 6.2.6 to 6.2.7

Release notes

Sourced from org.springframework:spring-expression's releases.

v6.2.7

⭐ New Features

  • Forward more methods to underlying InputStream in NonClosingInputStream #34893
  • Introduce Spring property for the default property placeholder escape character #34865
  • Close ApplicationContext once AOT processing has completed #34841
  • Fix AbstractJackson2HttpMessageConverter#getObjectMappersForType nullness #34811
  • Add option for case-insensitive match to PatternMatchUtils #34801
  • RestClient @RequestBody parameters lose generic type information when creating HTTP service beans #34793
  • Adds option to set Principal in MockServerWebExchange #34789

🐞 Bug Fixes

  • Beans created by FactoryBean are not considered as autowiring candidates if another thread holds a singletonLock #34902
  • PropertySourcesPlaceholderConfigurer placeholder resolution fails in several scenarios #34861
  • HttpComponentsClientHttpRequestFactory setConnectionRequestTimeout not working with httpclient 5.3.1 #34851
  • Fragment.create() requires mutable map - which is unusable when used with Kotlin #34848
  • Duplicate BeanOverrideHandler discovered in @Nested test case with superclass from different class or in interface implemented multiple times #34844
  • Accidental ClassLoader defineClass enforcement after #34677 #34824
  • HttpEntity.EMPTY headers should not be possible to mutate via HttpHeaders constructor #34812
  • AbstractFileResolvingResource.exists incorrectly reports result for resources inside of spring-boot executable jar #34796
  • Correctly expand query param with same name from URI variables array #34783
  • R2DBC NamedParameterUtils only expands reused collection parameter once #34768
  • PathMatchingResourcePatternResolver wrongly assumes that target/classes always exists #34764

📔 Documentation

  • Clarify CompositePropertySource behavior for EnumerablePropertySource contract #34886
  • Javadoc and @Nullable annotation for servletContext parameter of ConfigurableWebEnvironment.initPropertySources are contradictory #34845
  • Spring MVC: @EnableAsync needs to be redeclared for each ApplicationContext #34843
  • Provide a working example instead of unclear placeholders #34828

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.14.7 #34889
  • Upgrade to Reactor 202406 #34898

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Artur-, @​blake-bauman, @​iifawzi, @​kilink, @​quaff, @​whlit, and @​zzoe2346

Commits
  • ba590ac Release v6.2.7
  • ee62701 Make use of PatternMatchUtils ignoreCase option
  • fa168ca Revise FactoryBean locking behavior for strict/lenient consistency
  • 3c228a5 Add missing @​since tags in PatternMatchUtils
  • 9bf6b8c Upgrade to Reactor 202406
  • 37ecdd1 Forward more methods to underlying InputStream in NonClosingInputStream
  • 73f1c5a Polishing
  • 4d296fb Upgrade to Micrometer 1.14.7
  • 6a94444 Clarify CompositePropertySource behavior for EnumerablePropertySource contract
  • 03ae97b Introduce Spring property for default escape character for placeholders
  • Additional commits viewable in compare view

Updates com.buschmais.jqassistant:jqassistant-maven-plugin from 2.6.0 to 2.7.0

Release notes

Sourced from com.buschmais.jqassistant:jqassistant-maven-plugin's releases.

2.7.0

What's Changed

Core

HTML Report

SDKMAN

CLI

Java Testing

Maven

Misc

Dependabot

... (truncated)

Commits
  • a346e15 [maven-release-plugin] prepare release 2.7.0
  • 8a054fe #744 fixed CLI HelpTaskTest for "mvn verify" only
  • 0df0bd4 Merge remote-tracking branch 'origin/master'
  • e35357a #634 added parameter to enable SDKMan publishing to GH release workflow
  • cfcceb4 Bump org.jruby.version from 9.4.12.0 to 9.4.12.1 (#880)
  • 396990c #876 Include @​Disabled annotation in description for junit:IgnoreWithoutMessa...
  • 780b03f Bump com.opencsv:opencsv from 5.10 to 5.11 (#875)
  • 87fb029 Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0 (#871)
  • 461fc07 #872 improved IT for skipping jQA executions and updated documentation
  • 66252da Added a maven skip parameter to all Mojos (#872)
  • 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 build-dependencies group with 4 updates in the / directory: [org.easymock:easymock](https://github.com/easymock/easymock), [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured), [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) and [com.buschmais.jqassistant:jqassistant-maven-plugin](https://github.com/jqassistant/jqassistant).
Updates `org.easymock:easymock` from 5.5.0 to 5.6.0
- [Release notes](https://github.com/easymock/easymock/releases)
- [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
- [Commits](easymock/easymock@easymock-5.5.0...easymock-5.6.0)
Updates `io.rest-assured:rest-assured` from 5.5.1 to 5.5.2
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.1...rest-assured-5.5.2)
Updates `org.springframework:spring-expression` from 6.2.6 to 6.2.7
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.6...v6.2.7)
Updates `com.buschmais.jqassistant:jqassistant-maven-plugin` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/jqassistant/jqassistant/releases)
- [Commits](jQAssistant/jqassistant@2.6.0...2.7.0)
---
updated-dependencies:
- dependency-name: org.easymock:easymock
 dependency-version: 5.6.0
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: build-dependencies
- dependency-name: io.rest-assured:rest-assured
 dependency-version: 5.5.2
 dependency-type: direct:development
 update-type: version-update:semver-patch
 dependency-group: build-dependencies
- dependency-name: org.springframework:spring-expression
 dependency-version: 6.2.7
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: build-dependencies
- dependency-name: com.buschmais.jqassistant:jqassistant-maven-plugin
 dependency-version: 2.7.0
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: build-dependencies
...
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 May 20, 2025
@marko-bekhta marko-bekhta merged commit 7ffd0a2 into main May 20, 2025
10 checks passed
@dependabot dependabot bot deleted the dependabot/maven/build-dependencies-c353f60078 branch May 20, 2025 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

@marko-bekhta marko-bekhta marko-bekhta approved these changes

Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /