Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps tycho-version from 4.0.13 to 5.0.0.
Updates org.eclipse.tycho:tycho-maven-plugin from 4.0.13 to 5.0.0

Release notes

Sourced from org.eclipse.tycho:tycho-maven-plugin's releases.

Tycho 5.0.0 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-5.0.0 👔 https://projects.eclipse.org/projects/technology.tycho/releases/5.0.0 🙏 contributors who contributed patches for this release:

  • Александър Куртаков
  • Andreas Schwarz
  • Ben Shelbourne
  • Cédric Marin
  • Christian Dietrich
  • Christoph Läubrich
  • Christoph Rueger
  • Dennis Hendriks
  • dependabot[bot]
  • Dirk Fauth
  • Ed Merks
  • Evgeny Mandrikov
  • Gabriel Einsdorf
  • Gasper Kojek
  • Gilles
  • Gregor Latuske
  • Hannes Wellmann
  • Heiko Klare
  • howlger
  • Jakub Stroleny
  • Johan Compagner
  • Jose M. Arnesto
  • Kyle Smith
  • kysmith-csg
  • Lars Vogel
  • Lorenzo Bettini
  • Marco Lehmann-Mörz
  • Martin D'Aloia
  • Michael Keppler
  • Mikaël Barbero
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz
  • Simeon Andreev
  • Titouan Vervack
  • Tobias Hahnen
  • Vasili Gulevich
  • William Riley
  • zladdi
  • Zlika

💰 we would like to also thank the Eclipse IDE Workingroup for funding the release work and thanks to everyone who helped us with testing the snapshot version.

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-maven-plugin's changelog.

5.0.0

Java 21 required to run Tycho build

Tycho now requires to run with Java 21. As before it can still compile / test for older java releases.

Support for JVMs < 1.8 dropped

Previously Tycho could detect JVMs down to Java 1.1 what requires running some java code to run on these platforms. As it becomes harder over time to actually compile code for such old targets while compilers are dropping support, Tycho from now on by default only supports to detect JVMs with version 1.8 or higher.

Users who absolutely need this can configure a previous version of the tycho-lib-detector with the system property tycho.libdetector.version

TestNG support improved / TestNG deprecated

The previous Tycho TestNG support was rather flawed it worked but required some hacks, this is now improved so one can consume directly official TestNG artifacts.

This also revealed that TestNG itself has some major flaws and only works in an old 6.9.10 version:

Because of this TestNG is deprecated and will be removed in a future version unless someone express interest in TestNG and helps improving it so we can upgrade to later versions.

Support for PDE OSGi Testframework integration

PDE recently added support for OSGi Testframework, Tycho can now build such projects as well using the tycho-surefire:plugin-test goal.

A demo can be found here.

Support for implicit dependencies in target definitions

In target definitions Tycho now supports to use the <implicitDependencies>, see Eclipse Help for more details.

Support for version ranges and no version for units in target definitions

In target definitions Tycho now supports to use a range as version of a unit or to skip the version entirely in InstallableUnit locations, just like Eclipse-PDE. Specifying no version is equivalent to 0.0.0 which resolves to the latest version available. All of the following variants to specify a version are now possible:

<target name="my-target">
</tr></table> 

... (truncated)

Commits
  • 0597c3c Perform 5.0.0 Release
  • 87531b2 Prepare for using njord as the release plugin
  • 4e40732 Do not fail on bad artifact repository defined in the pom repositories
  • 1cd25ed Set min maven to 3.9.9
  • a148b54 Bump org.eclipse.emf:org.eclipse.emf.ecore from 2.39.0 to 2.40.0
  • 3ea160b Support multiple redirects with HTTP_MOVED_TEMP code
  • e4e9bd2 P2MirrorDisablingArtifactRepositoryManager: Synchronize property access
  • 9443aaf Add mojo to modify a composite P2-repository
  • 6399740 Sort fragments URLs passed to SurefireLoader
  • b0a3c36 Bump jetty.version from 12.0.25 to 12.1.0
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-compiler-plugin from 4.0.13 to 5.0.0

Release notes

Sourced from org.eclipse.tycho:tycho-compiler-plugin's releases.

Tycho 5.0.0 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-5.0.0 👔 https://projects.eclipse.org/projects/technology.tycho/releases/5.0.0 🙏 contributors who contributed patches for this release:

  • Александър Куртаков
  • Andreas Schwarz
  • Ben Shelbourne
  • Cédric Marin
  • Christian Dietrich
  • Christoph Läubrich
  • Christoph Rueger
  • Dennis Hendriks
  • dependabot[bot]
  • Dirk Fauth
  • Ed Merks
  • Evgeny Mandrikov
  • Gabriel Einsdorf
  • Gasper Kojek
  • Gilles
  • Gregor Latuske
  • Hannes Wellmann
  • Heiko Klare
  • howlger
  • Jakub Stroleny
  • Johan Compagner
  • Jose M. Arnesto
  • Kyle Smith
  • kysmith-csg
  • Lars Vogel
  • Lorenzo Bettini
  • Marco Lehmann-Mörz
  • Martin D'Aloia
  • Michael Keppler
  • Mikaël Barbero
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz
  • Simeon Andreev
  • Titouan Vervack
  • Tobias Hahnen
  • Vasili Gulevich
  • William Riley
  • zladdi
  • Zlika

💰 we would like to also thank the Eclipse IDE Workingroup for funding the release work and thanks to everyone who helped us with testing the snapshot version.

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-compiler-plugin's changelog.

5.0.0

Java 21 required to run Tycho build

Tycho now requires to run with Java 21. As before it can still compile / test for older java releases.

Support for JVMs < 1.8 dropped

Previously Tycho could detect JVMs down to Java 1.1 what requires running some java code to run on these platforms. As it becomes harder over time to actually compile code for such old targets while compilers are dropping support, Tycho from now on by default only supports to detect JVMs with version 1.8 or higher.

Users who absolutely need this can configure a previous version of the tycho-lib-detector with the system property tycho.libdetector.version

TestNG support improved / TestNG deprecated

The previous Tycho TestNG support was rather flawed it worked but required some hacks, this is now improved so one can consume directly official TestNG artifacts.

This also revealed that TestNG itself has some major flaws and only works in an old 6.9.10 version:

Because of this TestNG is deprecated and will be removed in a future version unless someone express interest in TestNG and helps improving it so we can upgrade to later versions.

Support for PDE OSGi Testframework integration

PDE recently added support for OSGi Testframework, Tycho can now build such projects as well using the tycho-surefire:plugin-test goal.

A demo can be found here.

Support for implicit dependencies in target definitions

In target definitions Tycho now supports to use the <implicitDependencies>, see Eclipse Help for more details.

Support for version ranges and no version for units in target definitions

In target definitions Tycho now supports to use a range as version of a unit or to skip the version entirely in InstallableUnit locations, just like Eclipse-PDE. Specifying no version is equivalent to 0.0.0 which resolves to the latest version available. All of the following variants to specify a version are now possible:

<target name="my-target">
</tr></table> 

... (truncated)

Commits
  • 0597c3c Perform 5.0.0 Release
  • 87531b2 Prepare for using njord as the release plugin
  • 4e40732 Do not fail on bad artifact repository defined in the pom repositories
  • 1cd25ed Set min maven to 3.9.9
  • a148b54 Bump org.eclipse.emf:org.eclipse.emf.ecore from 2.39.0 to 2.40.0
  • 3ea160b Support multiple redirects with HTTP_MOVED_TEMP code
  • e4e9bd2 P2MirrorDisablingArtifactRepositoryManager: Synchronize property access
  • 9443aaf Add mojo to modify a composite P2-repository
  • 6399740 Sort fragments URLs passed to SurefireLoader
  • b0a3c36 Bump jetty.version from 12.0.25 to 12.1.0
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-p2-repository-plugin from 4.0.13 to 5.0.0

Release notes

Sourced from org.eclipse.tycho:tycho-p2-repository-plugin's releases.

Tycho 5.0.0 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-5.0.0 👔 https://projects.eclipse.org/projects/technology.tycho/releases/5.0.0 🙏 contributors who contributed patches for this release:

  • Александър Куртаков
  • Andreas Schwarz
  • Ben Shelbourne
  • Cédric Marin
  • Christian Dietrich
  • Christoph Läubrich
  • Christoph Rueger
  • Dennis Hendriks
  • dependabot[bot]
  • Dirk Fauth
  • Ed Merks
  • Evgeny Mandrikov
  • Gabriel Einsdorf
  • Gasper Kojek
  • Gilles
  • Gregor Latuske
  • Hannes Wellmann
  • Heiko Klare
  • howlger
  • Jakub Stroleny
  • Johan Compagner
  • Jose M. Arnesto
  • Kyle Smith
  • kysmith-csg
  • Lars Vogel
  • Lorenzo Bettini
  • Marco Lehmann-Mörz
  • Martin D'Aloia
  • Michael Keppler
  • Mikaël Barbero
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz
  • Simeon Andreev
  • Titouan Vervack
  • Tobias Hahnen
  • Vasili Gulevich
  • William Riley
  • zladdi
  • Zlika

💰 we would like to also thank the Eclipse IDE Workingroup for funding the release work and thanks to everyone who helped us with testing the snapshot version.

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-p2-repository-plugin's changelog.

5.0.0

Java 21 required to run Tycho build

Tycho now requires to run with Java 21. As before it can still compile / test for older java releases.

Support for JVMs < 1.8 dropped

Previously Tycho could detect JVMs down to Java 1.1 what requires running some java code to run on these platforms. As it becomes harder over time to actually compile code for such old targets while compilers are dropping support, Tycho from now on by default only supports to detect JVMs with version 1.8 or higher.

Users who absolutely need this can configure a previous version of the tycho-lib-detector with the system property tycho.libdetector.version

TestNG support improved / TestNG deprecated

The previous Tycho TestNG support was rather flawed it worked but required some hacks, this is now improved so one can consume directly official TestNG artifacts.

This also revealed that TestNG itself has some major flaws and only works in an old 6.9.10 version:

Because of this TestNG is deprecated and will be removed in a future version unless someone express interest in TestNG and helps improving it so we can upgrade to later versions.

Support for PDE OSGi Testframework integration

PDE recently added support for OSGi Testframework, Tycho can now build such projects as well using the tycho-surefire:plugin-test goal.

A demo can be found here.

Support for implicit dependencies in target definitions

In target definitions Tycho now supports to use the <implicitDependencies>, see Eclipse Help for more details.

Support for version ranges and no version for units in target definitions

In target definitions Tycho now supports to use a range as version of a unit or to skip the version entirely in InstallableUnit locations, just like Eclipse-PDE. Specifying no version is equivalent to 0.0.0 which resolves to the latest version available. All of the following variants to specify a version are now possible:

<target name="my-target">
</tr></table> 

... (truncated)

Commits
  • 0597c3c Perform 5.0.0 Release
  • 87531b2 Prepare for using njord as the release plugin
  • 4e40732 Do not fail on bad artifact repository defined in the pom repositories
  • 1cd25ed Set min maven to 3.9.9
  • a148b54 Bump org.eclipse.emf:org.eclipse.emf.ecore from 2.39.0 to 2.40.0
  • 3ea160b Support multiple redirects with HTTP_MOVED_TEMP code
  • e4e9bd2 P2MirrorDisablingArtifactRepositoryManager: Synchronize property access
  • 9443aaf Add mojo to modify a composite P2-repository
  • 6399740 Sort fragments URLs passed to SurefireLoader
  • b0a3c36 Bump jetty.version from 12.0.25 to 12.1.0
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:target-platform-configuration from 4.0.13 to 5.0.0

Release notes

Sourced from org.eclipse.tycho:target-platform-configuration's releases.

Tycho 5.0.0 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-5.0.0 👔 https://projects.eclipse.org/projects/technology.tycho/releases/5.0.0 🙏 contributors who contributed patches for this release:

  • Александър Куртаков
  • Andreas Schwarz
  • Ben Shelbourne
  • Cédric Marin
  • Christian Dietrich
  • Christoph Läubrich
  • Christoph Rueger
  • Dennis Hendriks
  • dependabot[bot]
  • Dirk Fauth
  • Ed Merks
  • Evgeny Mandrikov
  • Gabriel Einsdorf
  • Gasper Kojek
  • Gilles
  • Gregor Latuske
  • Hannes Wellmann
  • Heiko Klare
  • howlger
  • Jakub Stroleny
  • Johan Compagner
  • Jose M. Arnesto
  • Kyle Smith
  • kysmith-csg
  • Lars Vogel
  • Lorenzo Bettini
  • Marco Lehmann-Mörz
  • Martin D'Aloia
  • Michael Keppler
  • Mikaël Barbero
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz
  • Simeon Andreev
  • Titouan Vervack
  • Tobias Hahnen
  • Vasili Gulevich
  • William Riley
  • zladdi
  • Zlika

💰 we would like to also thank the Eclipse IDE Workingroup for funding the release work and thanks to everyone who helped us with testing the snapshot version.

... (truncated)

Changelog

Sourced from org.eclipse.tycho:target-platform-configuration's changelog.

5.0.0

Java 21 required to run Tycho build

Tycho now requires to run with Java 21. As before it can still compile / test for older java releases.

Support for JVMs < 1.8 dropped

Previously Tycho could detect JVMs down to Java 1.1 what requires running some java code to run on these platforms. As it becomes harder over time to actually compile code for such old targets while compilers are dropping support, Tycho from now on by default only supports to detect JVMs with version 1.8 or higher.

Users who absolutely need this can configure a previous version of the tycho-lib-detector with the system property tycho.libdetector.version

TestNG support improved / TestNG deprecated

The previous Tycho TestNG support was rather flawed it worked but required some hacks, this is now improved so one can consume directly official TestNG artifacts.

This also revealed that TestNG itself has some major flaws and only works in an old 6.9.10 version:

Because of this TestNG is deprecated and will be removed in a future version unless someone express interest in TestNG and helps improving it so we can upgrade to later versions.

Support for PDE OSGi Testframework integration

PDE recently added support for OSGi Testframework, Tycho can now build such projects as well using the tycho-surefire:plugin-test goal.

A demo can be found here.

Support for implicit dependencies in target definitions

In target definitions Tycho now supports to use the <implicitDependencies>, see Eclipse Help for more details.

Support for version ranges and no version for units in target definitions

In target definitions Tycho now supports to use a range as version of a unit or to skip the version entirely in InstallableUnit locations, just like Eclipse-PDE. Specifying no version is equivalent to 0.0.0 which resolves to the latest version available. All of the following variants to specify a version are now possible:

<target name="my-target">
</tr></table> 

... (truncated)

Commits
  • 0597c3c Perform 5.0.0 Release
  • 87531b2 Prepare for using njord as the release plugin
  • 4e40732 Do not fail on bad artifact repository defined in the pom repositories
  • 1cd25ed Set min maven to 3.9.9
  • a148b54 Bump org.eclipse.emf:org.eclipse.emf.ecore from 2.39.0 to 2.40.0
  • 3ea160b Support multiple redirects with HTTP_MOVED_TEMP code
  • e4e9bd2 P2MirrorDisablingArtifactRepositoryManager: Synchronize property access
  • 9443aaf Add mojo to modify a composite P2-repository
  • 6399740 Sort fragments URLs passed to SurefireLoader
  • b0a3c36 Bump jetty.version from 12.0.25 to 12.1.0
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-versions-plugin from 4.0.13 to 5.0.0

Release notes

Sourced from org.eclipse.tycho:tycho-versions-plugin's releases.

Tycho 5.0.0 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-5.0.0 👔 https://projects.eclipse.org/projects/technology.tycho/releases/5.0.0 🙏 contributors who contributed patches for this release:

  • Александър Куртаков
  • Andreas Schwarz
  • Ben Shelbourne
  • Cédric Marin
  • Christian Dietrich
  • Christoph Läubrich
  • Christoph Rueger
  • Dennis Hendriks
  • dependabot[bot]
  • Dirk Fauth
  • Ed Merks
  • Evgeny Mandrikov
  • Gabriel Einsdorf
  • Gasper Kojek
  • Gilles
  • Gregor Latuske
  • Hannes Wellmann
  • Heiko Klare
  • howlger
  • Jakub Stroleny
  • Johan Compagner
  • Jose M. Arnesto
  • Kyle Smith
  • kysmith-csg
  • Lars Vogel
  • Lorenzo Bettini
  • Marco Lehmann-Mörz
  • Martin D'Aloia
  • Michael Keppler
  • Mikaël Barbero
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz
  • Simeon Andreev
  • Titouan Vervack
  • Tobias Hahnen
  • Vasili Gulevich
  • William Riley
  • zladdi
  • Zlika

💰 we would like to also thank the Eclipse IDE Workingroup for funding the release work and thanks to everyone who helped us with testing the snapshot version.

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-versions-plugin's changelog.

5.0.0

Java 21 required to run Tycho build

Tycho now requires to run with Java 21. As before it can still compile / test for older java releases.

Support for JVMs < 1.8 dropped

Previously Tycho could detect JVMs down to Java 1.1 what requires running some java code to run on these platforms. As it becomes harder over time to actually compile code for such old targets while compilers are dropping support, Tycho from now on by default only supports to detect JVMs with version 1.8 or higher.

Users who absolutely need this can configure a previous version of the tycho-lib-detector with the system property tycho.libdetector.version

TestNG support improved / TestNG deprecated

The previous Tycho TestNG support was rather flawed it worked but required some hacks, this is now improved so one can consume directly official TestNG artifacts.

This also revealed that TestNG itself has some major flaws and only works in an old 6.9.10 version:

Because of this TestNG is deprecated and will be removed in a future version unless someone express interest in TestNG and helps improving it so we can upgrade to later versions.

Support for PDE OSGi Testframework integration

PDE recently added support for OSGi Testframework, Tycho can now build such projects as well using the tycho-surefire:plugin-test goal.

A demo can be found here.

Support for implicit dependencies in target definitions

In target definitions Tycho now supports to use the <implicitDependencies>, see Eclipse Help for more details.

Support for version ranges and no version for units in target definitions

In target definitions Tycho now supports to use a range as version of a unit or to skip the version entirely in InstallableUnit locations, just like Eclipse-PDE. Specifying no version is equivalent to 0.0.0 which resolves to the latest version available. All of the following variants to specify a version are now possible:

<target name="my-target">
</tr></table> 

... (truncated)

Commits
  • 0597c3c Perform 5.0.0 Release
  • 87531b2 Prepare for using njord as the release plugin
  • 4e40732 Do not fail on bad artifact repository defined in the pom repositories
  • 1cd25ed Set min maven to 3.9.9
  • a148b54 Bump org.eclipse.emf:org.eclipse.emf.ecore from 2.39.0 to 2.40.0
  • 3ea160b Support multiple redirects with HTTP_MOVED_TEMP code
  • e4e9bd2 P2MirrorDisablingArtifactRepositoryManager: Synchronize property access
  • 9443aaf Add mojo to modify a composite P2-repository
  • 6399740 Sort fragments URLs passed to SurefireLoader
  • b0a3c36 Bump jetty.version from 12.0.25 to 12.1.0
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `tycho-version` from 4.0.13 to 5.0.0.

Updates `org.eclipse.tycho:tycho-maven-plugin` from 4.0.13 to 5.0.0
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.13...tycho-5.0.0)

Updates `org.eclipse.tycho:tycho-compiler-plugin` from 4.0.13 to 5.0.0
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.13...tycho-5.0.0)

Updates `org.eclipse.tycho:tycho-p2-repository-plugin` from 4.0.13 to 5.0.0
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.13...tycho-5.0.0)

Updates `org.eclipse.tycho:target-platform-configuration` from 4.0.13 to 5.0.0
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.13...tycho-5.0.0)

Updates `org.eclipse.tycho:tycho-versions-plugin` from 4.0.13 to 5.0.0
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.13...tycho-5.0.0)

---
updated-dependencies:
- dependency-name: org.eclipse.tycho:tycho-maven-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho:tycho-compiler-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho:tycho-p2-repository-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho:target-platform-configuration
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho:tycho-versions-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Sep 2, 2025
@dependabot dependabot bot requested a review from khatchad as a code owner September 2, 2025 05:40
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 2, 2025
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.

0 participants