Skip to content

Commit

Permalink
bump version, update changelog, hotfix: update vulnerable maven depen…
Browse files Browse the repository at this point in the history
…dencies

Some maven dependencies have been marked as vulnerable. These are exchanged as
later versions, even though maven central does not deliver versions higher than
com.cloudbees.groovy-cps v1.31.
  • Loading branch information
ppxl committed Nov 28, 2022
1 parent f4b58cc commit ee776e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.59.0](https://github.com/cloudogu/ces-build-lib/releases/tag/1.59.0) - 2022-11-28
### Added
- Function `collectAndArchiveLogs` to collect dogu and resource information to help debugging k3s Jenkins buils. #89
- Function `applyDoguResource(String doguName, String doguNamespace, String doguVersion)` to apply a custom dogu
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.cloudogu.ces</groupId>
<artifactId>ces-build-lib</artifactId>
<name>ces-build-lib</name>
<version>1.58.0</version>
<version>1.59.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -18,13 +18,13 @@
<dependency>
<groupId>com.cloudbees</groupId>
<artifactId>groovy-cps</artifactId>
<version>1.21</version>
<version>1.31</version>
</dependency>

<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.11</version>
<version>2.4.21</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ee776e9

Please sign in to comment.