Skip to content

Commit

Permalink
fix(deps): update dependency net.bytebuddy:byte-buddy to v1.15.11 (#169)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency net.bytebuddy:byte-buddy to v1.15.11

* chore(changelog-updater): Added changelog entry

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent 4b1cb1f commit c415abc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [Unreleased]
### Changed
- fix(deps): update dependency net.bytebuddy:byte-buddy to v1.15.11

## [2.4.0] - 2024-12-12
### Added
- [#164](https://github.com/devatherock/ldap-search-api/issues/164): Support for anonymous access

Expand Down Expand Up @@ -125,4 +129,4 @@ with `LOGGER_LEVELS` prefix supported out of the box by micronaut
- Initial version. REST endpoint to query a LDAP server

### Changed
- The response to a `List` of maps from a `Map`
- The response to a `List` of maps from a `Map`
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
runtimeOnly("org.yaml:snakeyaml")

testImplementation group: 'org.spockframework', name: 'spock-core', version: '2.3-groovy-4.0'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.10'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.11'
testImplementation group: 'org.objenesis', name: 'objenesis', version: '3.4'
testImplementation group: 'io.micronaut.test', name: 'micronaut-test-spock'
testImplementation group: 'com.unboundid', name: 'unboundid-ldapsdk', version: '7.0.2'
Expand Down

0 comments on commit c415abc

Please sign in to comment.