Skip to content

Commit

Permalink
Merge pull request #80 from qbicsoftware/hotfix/1.10.2
Browse files Browse the repository at this point in the history
1.10.2 (2021-12-16)
-------------------

**Added**

**Fixed**

**Dependencies**

* micronaut-http-client:io.micronaut:1.2.11 -> 2.5.13
* spock-core:org.spockframework:1.3-groovy-2.5 -> 2.0-groovy-2.5
* org.mockito:mockito-all:1.8.4 -> 1.10.19
* org.mockito:mockito-core:2.18.3 -> 4.1.0
* org.powermock:powermock-reflect:1.6.1 -> 2.0.9
* org.apache.commons:commons-lang3:3.7 -> 3.12.0
* org.apache.logging.log4j:log4j-api:2.15.0 -> 2.16.0
* org.apache.logging.log4j:log4j-core:2.15.0 -> 2.16.0

**Deprecated**
  • Loading branch information
KochTobi authored Dec 17, 2021
2 parents eef0a74 + 4f0a7f9 commit 6e28575
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 356 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:
java-version: 1.8
settings-path: ${{ github.workspace }}

- name: Load local Maven repository cache
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/nexus-publish-osgi.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .qube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ full_name: Jennifer Bödker
email: [email protected]
project_name: core-utils-lib
project_short_description: core-utils-lib. A qube based .
version: 1.10.1
version: 1.10.2
domain: lib
language: groovy
project_slug: core-utils-lib
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ Changelog
This project adheres to `Semantic Versioning <https://semver.org/>`_.


1.10.2 (2021-12-16)
-------------------

**Added**

**Fixed**

* CVE-2021-45046

**Dependencies**

* micronaut-http-client:io.micronaut:1.2.11 -> 2.5.13
* spock-core:org.spockframework:1.3-groovy-2.5 -> 2.0-groovy-2.5
* org.mockito:mockito-all:1.8.4 -> 1.10.19
* org.mockito:mockito-core:2.18.3 -> 4.1.0
* org.powermock:powermock-reflect:1.6.1 -> 2.0.9
* org.apache.commons:commons-lang3:3.7 -> 3.12.0
* org.apache.logging.log4j:log4j-api:2.15.0 -> 2.16.0
* org.apache.logging.log4j:log4j-core:2.15.0 -> 2.16.0

**Deprecated**


1.10.1 (2021-12-13)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# the built documents.
#
# The short X.Y version.
version = '1.10.1'
version = '1.10.2'
# The full version, including alpha/beta/rc tags.
release = '1.10.1'
release = '1.10.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Loading

0 comments on commit 6e28575

Please sign in to comment.