Skip to content

Commit

Permalink
Bump the build-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the build-dependencies group with 2 updates: [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) and [jakarta.tck:sigtest-maven-plugin](https://github.com/eclipse-ee4j/jakartaee-tck-tools).


Updates `net.bytebuddy:byte-buddy` from 1.16.1 to 1.17.0
- [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.16.1...byte-buddy-1.17.0)

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

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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]>
  • Loading branch information
dependabot[bot] authored and marko-bekhta committed Feb 4, 2025
1 parent 20e4578 commit b165f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<version.org.jboss.arquillian.container.arquillian-weld-embedded>4.0.0.Final</version.org.jboss.arquillian.container.arquillian-weld-embedded>
<version.com.fasterxml.jackson.core.jackson-databind>2.18.2</version.com.fasterxml.jackson.core.jackson-databind>
<version.com.fasterxml.jackson.core.jackson-annotations>2.18.2</version.com.fasterxml.jackson.core.jackson-annotations>
<version.net.bytebuddy.byte-buddy>1.16.1</version.net.bytebuddy.byte-buddy>
<version.net.bytebuddy.byte-buddy>1.17.0</version.net.bytebuddy.byte-buddy>

<!-- OSGi dependencies -->
<version.org.apache.karaf>4.2.0</version.org.apache.karaf>
Expand Down Expand Up @@ -255,7 +255,7 @@
<version.release.plugin>3.1.1</version.release.plugin>
<version.resources.plugin>3.3.1</version.resources.plugin>
<version.shade.plugin>3.6.0</version.shade.plugin>
<version.sigtest.plugin>2.4</version.sigtest.plugin>
<version.sigtest.plugin>2.5</version.sigtest.plugin>
<version.source.plugin>3.3.1</version.source.plugin>
<version.surefire.plugin>3.5.2</version.surefire.plugin>
<version.surefire.plugin.java-version.asm>9.7.1</version.surefire.plugin.java-version.asm>
Expand Down

0 comments on commit b165f8a

Please sign in to comment.