Skip to content

Commit 2f06398

Browse files
chore(deps): bump bytebuddy.version in /apps/backend (#317)
Bumps `bytebuddy.version` from 1.14.18 to 1.18.3. Updates `net.bytebuddy:byte-buddy` from 1.14.18 to 1.18.3 - [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.14.18...byte-buddy-1.18.3) Updates `net.bytebuddy:byte-buddy-agent` from 1.14.18 to 1.18.3 - [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.14.18...byte-buddy-1.18.3) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ec449d commit 2f06398

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<junit.platform.version>1.11.3</junit.platform.version>
3030
<mockito.version>5.21.0</mockito.version>
3131
<testcontainers.version>1.21.4</testcontainers.version>
32-
<bytebuddy.version>1.14.18</bytebuddy.version>
32+
<bytebuddy.version>1.18.3</bytebuddy.version>
3333
<!-- SonarQube Configuration (Self-hosted) -->
3434
<sonar.host.url>https://sonar-r0w40gg48okc00wkc08oowo4.46.62.252.63.sslip.io</sonar.host.url>
3535
</properties>

0 commit comments

Comments
 (0)