Skip to content

Commit

Permalink
#567: increase go-install timeout (#573)
Browse files Browse the repository at this point in the history
* #570: Fixed CVE-2024-31573

* #567: Increase timeout for installing go-licenses

* Upgrade plugins

* Fix maven warning

* Downgrade maven-source-plugin
  • Loading branch information
kaklakariada authored May 8, 2024
1 parent 078769d commit cd53d20
Show file tree
Hide file tree
Showing 18 changed files with 119 additions and 62 deletions.
20 changes: 10 additions & 10 deletions dependencies.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 50 additions & 0 deletions doc/changes/changes_4.3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,21 @@ This release fixes vulnerability CVE-2024-31573 in `org.xmlunit:xmlunit-core:jar

* #570: Fixed CVE-2024-31573 in `org.xmlunit:xmlunit-core:jar:2.9.1:test`

## Bugfixes

* #567: Increased timeout for installing go-licenses

## Dependency Updates

### Project Keeper Shared Model Classes

#### Plugin Dependency Updates

* Updated `com.exasol:error-code-crawler-maven-plugin:2.0.2` to `2.0.3`
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.1` to `3.1.2`
* Updated `org.apache.maven.plugins:maven-gpg-plugin:3.2.2` to `3.2.4`
* Updated `org.apache.maven.plugins:maven-toolchains-plugin:3.1.0` to `3.2.0`

### Project Keeper Core

#### Compile Dependency Updates
Expand All @@ -28,6 +41,14 @@ This release fixes vulnerability CVE-2024-31573 in `org.xmlunit:xmlunit-core:jar
* Updated `com.exasol:project-keeper-shared-test-setup:4.3.0` to `4.3.1`
* Updated `org.xmlunit:xmlunit-matchers:2.9.1` to `2.10.0`

#### Plugin Dependency Updates

* Updated `com.exasol:error-code-crawler-maven-plugin:2.0.2` to `2.0.3`
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.1` to `3.1.2`
* Updated `org.apache.maven.plugins:maven-gpg-plugin:3.2.2` to `3.2.4`
* Updated `org.apache.maven.plugins:maven-jar-plugin:3.3.0` to `3.4.1`
* Updated `org.apache.maven.plugins:maven-toolchains-plugin:3.1.0` to `3.2.0`

### Project Keeper Command Line Interface

#### Compile Dependency Updates
Expand All @@ -38,6 +59,14 @@ This release fixes vulnerability CVE-2024-31573 in `org.xmlunit:xmlunit-core:jar

* Updated `com.exasol:project-keeper-shared-test-setup:4.3.0` to `4.3.1`

#### Plugin Dependency Updates

* Updated `com.exasol:error-code-crawler-maven-plugin:2.0.2` to `2.0.3`
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.1` to `3.1.2`
* Updated `org.apache.maven.plugins:maven-gpg-plugin:3.2.2` to `3.2.4`
* Updated `org.apache.maven.plugins:maven-jar-plugin:3.3.0` to `3.4.1`
* Updated `org.apache.maven.plugins:maven-toolchains-plugin:3.1.0` to `3.2.0`

### Project Keeper Maven Plugin

#### Compile Dependency Updates
Expand All @@ -46,8 +75,16 @@ This release fixes vulnerability CVE-2024-31573 in `org.xmlunit:xmlunit-core:jar

#### Test Dependency Updates

* Updated `org.jacoco:org.jacoco.agent:0.8.11` to `0.8.12`
* Updated `org.xmlunit:xmlunit-matchers:2.9.1` to `2.10.0`

#### Plugin Dependency Updates

* Updated `com.exasol:error-code-crawler-maven-plugin:2.0.2` to `2.0.3`
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.1` to `3.1.2`
* Updated `org.apache.maven.plugins:maven-gpg-plugin:3.2.2` to `3.2.4`
* Updated `org.apache.maven.plugins:maven-toolchains-plugin:3.1.0` to `3.2.0`

### Project Keeper Java Project Crawler

#### Compile Dependency Updates
Expand All @@ -56,10 +93,23 @@ This release fixes vulnerability CVE-2024-31573 in `org.xmlunit:xmlunit-core:jar

#### Test Dependency Updates

* Updated `org.jacoco:org.jacoco.agent:0.8.11` to `0.8.12`
* Updated `org.xmlunit:xmlunit-matchers:2.9.1` to `2.10.0`

#### Plugin Dependency Updates

* Updated `com.exasol:error-code-crawler-maven-plugin:2.0.2` to `2.0.3`
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.1` to `3.1.2`
* Updated `org.apache.maven.plugins:maven-gpg-plugin:3.2.2` to `3.2.4`
* Updated `org.apache.maven.plugins:maven-toolchains-plugin:3.1.0` to `3.2.0`

### Project Keeper Shared Test Setup

#### Compile Dependency Updates

* Updated `com.exasol:project-keeper-shared-model-classes:4.3.0` to `4.3.1`

#### Plugin Dependency Updates

* Updated `com.exasol:error-code-crawler-maven-plugin:2.0.2` to `2.0.3`
* Updated `org.apache.maven.plugins:maven-toolchains-plugin:3.1.0` to `3.2.0`
14 changes: 7 additions & 7 deletions maven-project-crawler/pk_generated_parent.pom

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions project-keeper-cli/pk_generated_parent.pom

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions project-keeper-maven-plugin/pk_generated_parent.pom

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cd53d20

Please sign in to comment.