Skip to content

Commit

Permalink
Bump org.eclipse.pde:org.eclipse.pde.core from 3.18.100 to 3.19.0
Browse files Browse the repository at this point in the history
Bumps [org.eclipse.pde:org.eclipse.pde.core](https://github.com/eclipse-pde/eclipse.pde) from 3.18.100 to 3.19.0.
- [Changelog](https://github.com/eclipse-pde/eclipse.pde/blob/master/org.eclipse.pde.doc.user/topics_WhatsNew.xml)
- [Commits](https://github.com/eclipse-pde/eclipse.pde/commits)

---
updated-dependencies:
- dependency-name: org.eclipse.pde:org.eclipse.pde.core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 10, 2024
1 parent e0da2c7 commit 8ef4e54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tycho-apitools-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde.core</artifactId>
<version>3.18.100</version>
<version>3.19.0</version>
<type>jar</type>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion tycho-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
<dependency>
<groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde.core</artifactId>
<version>3.18.100</version>
<version>3.19.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion tycho-eclipse-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde.core</artifactId>
<version>3.18.100</version>
<version>3.19.0</version>
<type>jar</type>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion tycho-extras/tycho-document-bundle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde.core</artifactId>
<version>3.18.100</version>
<version>3.19.0</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 8ef4e54

Please sign in to comment.