Skip to content

Commit 939220b

Browse files
Merge branch 'develop' into feat/ai-changelog
2 parents 430529d + f121234 commit 939220b

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/multiTenant_deploy_and_Integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Node.js 🟢
4343
uses: actions/setup-node@v3
4444
with:
45-
node-version: '18' # Ensure to use at least version 18
45+
node-version: '20' # Ensure to use at least version 18
4646

4747
- name: Install MBT ⚙️
4848
run: |

.github/workflows/multiTenant_deploy_and_Integration_test_LatestVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node.js 🟢
4040
uses: actions/setup-node@v3
4141
with:
42-
node-version: '18' # Ensure to use at least version 18
42+
node-version: '20' # Ensure to use at least version 18
4343

4444
- name: Install MBT ⚙️
4545
run: |

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7+
## Version 1.8.1
8+
9+
### Fixed
10+
- Enhanced logging across all plugin code for improved debugging and traceability
11+
712
## Version 1.8.0
813

914
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ SDM.maxCountErrorMessage=Maximale Anzahl von Anhängen erreicht
13161316

13171317
The attachment upload process displays a status indicator for each file being uploaded.
13181318

1319-
**For repositories without virus scanning:**
1319+
**For repositories without malware scanning:**
13201320
The upload status transitions from "Uploading" to "Success".
13211321

13221322
**For repositories with malware scanning:**

sdm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
<jacoco.version>0.8.7</jacoco.version>
4040
<ehcache-version>3.10.8</ehcache-version>
4141
<token-client-version>3.5.7</token-client-version>
42-
<jackson-databind-version>2.18.2</jackson-databind-version>
42+
<jackson-databind-version>2.18.6</jackson-databind-version>
4343
<json-version>20250107</json-version>
4444
<commons-codec-version>1.18.0</commons-codec-version>
45-
<jackson-core-version>2.18.2</jackson-core-version>
45+
<jackson-core-version>2.18.6</jackson-core-version>
4646
<mockito-junit-jupiter-version>5.15.2</mockito-junit-jupiter-version>
4747
<httpclient5-version>5.4.4</httpclient5-version>
4848
<httpcore5-version>5.3.3</httpcore5-version>

0 commit comments

Comments
 (0)