-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#578: Fix automatic dependency update #579
Changes from all commits
912ef3d
48657eb
6c0c2d3
bdce966
e917c8c
a1988cf
7f3681b
c00d7f5
0bdd409
4fee27a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
# Project Keeper 4.3.2, released 2024-06-03 | ||
|
||
Code name: Fix automatic dependency update | ||
|
||
## Summary | ||
|
||
This release fixes creation of the automatic dependency update Pull Request. Due to restrictions of GitHub workflows it is not possible to run `project-keeper fix` which potentially updates other workflows. Please follow the instructions in the generated Pull Request and run PK fix manually. See #578 for details. | ||
|
||
## Bugfixes | ||
|
||
* #578: Fixed automatic dependency update | ||
* #577: Fixed reading NPM dependencies with a missing project URL | ||
|
||
## Dependency Updates | ||
|
||
### Project Keeper Root Project | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.1` to `3.1.2` | ||
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.4.1` to `3.5.0` | ||
|
||
### Project Keeper Shared Model Classes | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.4.1` to `3.5.0` | ||
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.6.3` to `3.7.0` | ||
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:3.11.0.3922` to `4.0.0.4121` | ||
* Updated `org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13` to `1.7.0` | ||
|
||
### Project Keeper Core | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-shared-model-classes:4.3.1` to `4.3.2` | ||
|
||
#### Runtime Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-java-project-crawler:4.3.1` to `4.3.2` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-shared-test-setup:4.3.1` to `4.3.2` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.4.1` to `3.5.0` | ||
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.6.3` to `3.7.0` | ||
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:3.11.0.3922` to `4.0.0.4121` | ||
* Updated `org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13` to `1.7.0` | ||
|
||
### Project Keeper Command Line Interface | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-core:4.3.1` to `4.3.2` | ||
* Updated `org.apache.maven:maven-model:3.9.6` to `3.9.7` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-shared-test-setup:4.3.1` to `4.3.2` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `org.apache.maven.plugins:maven-assembly-plugin:3.6.0` to `3.7.1` | ||
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.4.1` to `3.5.0` | ||
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.6.3` to `3.7.0` | ||
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:3.11.0.3922` to `4.0.0.4121` | ||
* Updated `org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13` to `1.7.0` | ||
|
||
### Project Keeper Maven Plugin | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-core:4.3.1` to `4.3.2` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.4.1` to `3.5.0` | ||
* Updated `org.apache.maven.plugins:maven-jar-plugin:3.3.0` to `3.4.1` | ||
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.6.3` to `3.7.0` | ||
* Updated `org.apache.maven.plugins:maven-plugin-plugin:3.11.0` to `3.13.1` | ||
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:3.11.0.3922` to `4.0.0.4121` | ||
* Updated `org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13` to `1.7.0` | ||
|
||
### Project Keeper Java Project Crawler | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-shared-model-classes:4.3.1` to `4.3.2` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.4.1` to `3.5.0` | ||
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.6.3` to `3.7.0` | ||
* Updated `org.apache.maven.plugins:maven-plugin-plugin:3.11.0` to `3.13.1` | ||
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:3.11.0.3922` to `4.0.0.4121` | ||
* Updated `org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13` to `1.7.0` | ||
|
||
### Project Keeper Shared Test Setup | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-shared-model-classes:4.3.1` to `4.3.2` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.4.1` to `3.5.0` | ||
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:3.11.0.3922` to `4.0.0.4121` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed this using
<option>org.glassfish.jakarta.json=java.sql</option>
but I guess this also works.