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 build-dependencies group with 5 updates #1570

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2025

Bumps the build-dependencies group with 5 updates:

Package From To
net.bytebuddy:byte-buddy 1.17.0 1.17.1
org.testng:testng 7.10.2 7.11.0
io.rest-assured:rest-assured 5.5.0 5.5.1
org.springframework:spring-expression 6.2.2 6.2.3
jakarta.tck:sigtest-maven-plugin 2.5 2.6

Updates net.bytebuddy:byte-buddy from 1.17.0 to 1.17.1

Release notes

Sourced from net.bytebuddy:byte-buddy's releases.

Byte Buddy 1.17.1

  • Fix bug in MemberSubstitution were argument indices were resolved by one digit off.
  • Update Class File API integration to avoid that parameter annotations are lost.
Changelog

Sourced from net.bytebuddy:byte-buddy's changelog.

14. February 2025: version 1.17.1

  • Fix bug in MemberSubstitution were argument indices were resolved by one digit off.
  • Update Class File API integration to avoid that parameter annotations are lost.
Commits
  • ea413d5 [maven-release-plugin] prepare release byte-buddy-1.17.1
  • d0b14c9 [release] Release new version
  • 3d8b801 Update ASM bridge to avoid broken annotations
  • 59554f8 Clean up table of versions.
  • a8417f3 Document supported java versions (#1769)
  • 54165f2 Add test for method call in substitution chain.
  • 71c3dce Fix shift consideration.
  • f426fa2 Add missing constructors.
  • 8495852 Remove todo.
  • 235772d Fix return type.
  • Additional commits viewable in compare view

Updates org.testng:testng from 7.10.2 to 7.11.0

Release notes

Sourced from org.testng:testng's releases.

7.11.0

What's Changed

New Contributors

Full Changelog: testng-team/testng@7.10.2...7.11.0

Changelog

Sourced from org.testng:testng's changelog.

7.11.0 Fixed: GITHUB-3180: TestNG testng-failed.xml 'invocation-numbers' values are not calculated correctly with retry and dataproviders (Krishnan Mahadevan) Fixed: GITHUB-3170: Specifying dataProvider and successPercentage causes test to always pass (Krishnan Mahadevan) Fixed: GITHUB-3028: Execution stalls when using "use-global-thread-pool" (Krishnan Mahadevan) Fixed: GITHUB-3122: Update JCommander to 1.83 (Antoine Dessaigne) Fixed: GITHUB-3135: assertEquals on arrays - Failure message is missing information about the array index when an array element is unexpectedly null or non-null (Albert Choi) Fixed: GITHUB-3140: assertEqualsDeep on Sets - Deep comparison was using the wrong expected value Fixed: GITHUB-3189: Incorrect number of ignored tests displayed in the XML results Fixed: GITHUB-3196: support to execlude somes tests in option of command line

Commits
  • b29b5c5 Use newer build scan plugin
  • e162179 Merge pull request #3200 from YutingZhang-A/support-to-execlude-somes-test-in...
  • c5b8bb1 GITHUB-3196: support to execlude somes 'test' in option of command line
  • 568bfb6 revert update of README.md
  • bab0de4 GITHUB-3196: support to execlude somes 'test' in option of command line
  • adb5ca2 GITHUB-3196: support to execlude somes 'test' in option of command line
  • e8b8bf3 Merge branch 'testng-team:master' into support-to-execlude-somes-test-in-opti...
  • f898bee GITHUB-3196: support to execlude somes 'test' in option of command line
  • 242b9c3 GITHUB-3196:support regex for testnames option of command line
  • 078c1e3 Introduce missing assertEquals(long, Long, String) overload
  • Additional commits viewable in compare view

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

Changelog

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

Changelog 5.5.1 (2025-02-14)

  • Use Long in maxAge(Matcher maxAgeMatcher) (thanks to julianladisch for PR)
  • Fix so that GZIP doesn't become gzıp for Turkish environments (thanks to rdmrtn for PR)
  • Upgraded jakarta.jakartaee-web-api to version 10.0.0 (#1800)
Commits
  • 4d60f0a [maven-release-plugin] prepare release rest-assured-5.5.1
  • b518545 Excluding jakarta dependencies from duplicate-check
  • b4ade4e [ci skip] Preparing for release
  • 1818f08 [ci skip] Updated changelog to reflect the lastest changes
  • 1313fae refactor: change jakarta.jakartaee-web-api version (#1800)
  • 8d98fb5 fix: GZIP becomes gzıp for Turkish environments (#1801)
  • ada8e91 Bump commons-lang3 from 3.11 to 3.16.0 (#1802)
  • be60438 [ci skip] Updated changelog to reflect the lastest changes
  • 1c5bce9 Use Long in maxAge(Matcher<? super Integer> maxAgeMatcher) (#1809)
  • e1d9678 [ci skip] Updating README.md with info about the new release
  • Additional commits viewable in compare view

Updates org.springframework:spring-expression from 6.2.2 to 6.2.3

Release notes

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

v6.2.3

⭐ New Features

  • Add form fields to MockMvc Kotlin DSL #34412
  • Make ProblemDetail implement Serializable #34409
  • Support @MockitoSpyBean at the type level on test classes #34408
  • Expose order values of TestExecutionListener implementations as constants #34404
  • ContentDisposition should match attributes in a case-insensitive fashion #34383
  • Provide access to servletPath in ServletRequestPathUtils #34379
  • Use ConversionService to convert POJO to array for SpEL varargs invocations #34371
  • Provide a more actionable CGLIB error message with native #34370
  • Wrap disconnected client exceptions as AsyncRequestNotUsableException in Servlet container onError callback #34363
  • Support RFC 8441 WebSocket upgrade with HTTP/2 CONNECT #34362
  • Optimize default property editor allocations for bean instance creation #34361
  • Continue with pre-instantiation when current bean is in creation already #34349
  • Allow filtering bean instances returned by ObjectProvider#stream() #34318
  • GenericConversionService finds wrong converter for partially unresolvable generic types #34298
  • Avoid re-creating HandlerMethod unless handler is resolved through the BeanFactory #34277
  • UrlResource should leniently handle HTTP endpoints which do not support HEAD #34217
  • Add API counterpart for handling Fallback and 'defaultCandidate=false' beans #34203
  • Add support for multidimensional arrays #34183
  • Add getters to ServerResponseResultHandler #34066
  • Improve diagnostics when a Bean Override cannot be selected by type #34006
  • Expression performance regression due to missing annotation types on context classes #33948

🐞 Bug Fixes

  • PathMatchingResourcePatternResolver failing against non-jar file in classpath #34417
  • GenericTypeResolver Since 6.2.0, generics cannot be obtained correctly in multi-layer interface inheritance (possible regression of #24963) #34386
  • Test Bean Overrides honor fallback qualifier instead of @Primary semantics #34374
  • HTTP interface client raises IllegalArgumentException if query param name contains a colon #34364
  • Quartz-style Nth Day of Week cron expressions can overflow to other month #34360
  • Component scan fails to find jar entries in WEB-INF/classes with embedded Tomcat #34348
  • Check hasNext when when accessing sessionIds from UserDestinationResult #34333
  • Property binding to Map that implements Iterable no longer works #34332
  • GenericTypeResolver returns EmptyType #34328
  • Duplicate BeanOverrideHandler discovered in @Nested test class hierarchy when upgrading to Spring 6.2.2 #34324
  • AnnotationBeanNameGenerator issues warning about explicitly aliased value attribute #34317
  • Stop assuming that AspectJ Advice has JoinPoint as the first argument #34316
  • Constructor binding fails for simple types List/Map/Array and for nested container combinations #34305
  • Change in BeanFactoryUtils.beanNamesForTypeIncludingAncestors() Behavior in Spring Framework 6.2.x causing ClassCastExceptions #34300
  • Data binding does not filter HTTP headers for constructor binding #34292
  • Escaped character in nested placeholder not detected properly and leads to invalid parts #34289
  • ReflectJvmMapping.getKotlinFunction returns null for Kotlin properties #34284
  • ConfigurationClassEnhancer should explicitly set custom ClassLoader on CGLIB Enhancer (aligned with CglibAopProxy) #34274
  • Connection reset exception from RestTemplate call in Spring Web MVC controller is ignored #34264
  • AsyncExecution fails to detect the return type of an annotated method from an interface with a generic #33957
  • Ensure Locale context is available for WebFlux method validation #33810

📔 Documentation

... (truncated)

Commits
  • debd312 Release v6.2.3
  • a8be11e Upgrade to TestNG 7.11
  • dfc10c1 Wait for lenient bean creation in non-locked threads as well
  • bbb593d Consistently ignore non-jar files in classpath
  • b2134ee Avoid Gradle build warnings about @⁠SuppressFBWarnings from FindBugs
  • 440a259 Clean up warnings in Gradle build
  • 6174055 Link to @⁠MockitoBean, @⁠MockitoSpyBean, & @⁠TestBean Javadoc from ref docs
  • e31ce35 Support @⁠MockitoSpyBean at the type level on test classes
  • b336bbe Wait for lenient bean creation in locked thread when necessary
  • 056757b Refine tests in MockMvcExtensionsTests
  • Additional commits viewable in compare view

Updates jakarta.tck:sigtest-maven-plugin from 2.5 to 2.6

Commits
  • 4fc8d45 Merge pull request #161 from scottmarlow/issues160
  • acdb932 prepare for release of sigtest-2.5
  • 998f495 Address version parameter support is broken in maven plug for generating sign...
  • 62b1652 correct scm tag and on to next dev version
  • 675adf1 Move the arquillian tck protocol artifacts back to the jakartaee-tck-tools repo.
  • 905a501 prepare for development of sigtest-maven-plugin 2.6-SNAPSHOT
  • See full diff 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.17.0` | `1.17.1` |
| [org.testng:testng](https://github.com/testng-team/testng) | `7.10.2` | `7.11.0` |
| [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) | `5.5.0` | `5.5.1` |
| [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | `6.2.2` | `6.2.3` |
| [jakarta.tck:sigtest-maven-plugin](https://github.com/eclipse-ee4j/jakartaee-tck-tools) | `2.5` | `2.6` |


Updates `net.bytebuddy:byte-buddy` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.17.0...byte-buddy-1.17.1)

Updates `org.testng:testng` from 7.10.2 to 7.11.0
- [Release notes](https://github.com/testng-team/testng/releases)
- [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt)
- [Commits](testng-team/testng@7.10.2...7.11.0)

Updates `io.rest-assured:rest-assured` from 5.5.0 to 5.5.1
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.0...rest-assured-5.5.1)

Updates `org.springframework:spring-expression` from 6.2.2 to 6.2.3
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.2...v6.2.3)

Updates `jakarta.tck:sigtest-maven-plugin` from 2.5 to 2.6
- [Release notes](https://github.com/eclipse-ee4j/jakartaee-tck-tools/releases)
- [Commits](eclipse-ee4j/jakartaee-tck-tools@sigtest-2.5...sigtest-2.6)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.testng:testng
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: io.rest-assured:rest-assured
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.springframework:spring-expression
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: jakarta.tck:sigtest-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 18, 2025
@marko-bekhta marko-bekhta merged commit 45a1889 into main Feb 18, 2025
10 checks passed
@dependabot dependabot bot deleted the dependabot/maven/build-dependencies-ac9a5fa766 branch February 18, 2025 07:49
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.

1 participant