-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
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,98 @@ | ||
# 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 | ||
|
||
## Dependency Updates | ||
|
||
### 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-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-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 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.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.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<plugin> | ||
<groupId>org.sonarsource.scanner.maven</groupId> | ||
<artifactId>sonar-maven-plugin</artifactId> | ||
<version>3.11.0.3922</version> | ||
<version>4.0.0.4121</version> | ||
</plugin> |