diff --git a/CHANGELOG.md b/CHANGELOG.md index 004fda4ac4..31e4320e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ Semantic Versioning and the changes are simply documented in reverse chronologic # May 2025 +## com.mbeddr.doc + +### Fixed + +- PlantUML version changed from erroneously used old 8059 back to 1.2025.2. The erroneous update happened in commit + [d3e54084](https://github.com/mbeddr/mbeddr.core/commit/d3e540849808d1649a4728ac9a32a5c06d37ade2), and was merged + in [ee09cc31](https://github.com/mbeddr/mbeddr.core/commit/ee09cc3167c9943e3a193d2d2dc89d3e82fd1e35) in April 2025. + ## com.mbeddr.mpsutil.process ### Fixed diff --git a/subprojects/com.mbeddr/platform/build.gradle b/subprojects/com.mbeddr/platform/build.gradle index 78d9a7d967..a6f0b21836 100755 --- a/subprojects/com.mbeddr/platform/build.gradle +++ b/subprojects/com.mbeddr/platform/build.gradle @@ -61,7 +61,7 @@ def bundledDeps = [ new BundledDep('jfreechart', ['org.jfree:jfreechart:1.5.5'], 'com.mbeddr.mpsutil/solutions/com.mbeddr.mpsutil.jfreechart.runtime', {}), new BundledDep('plantuml', ['net.sourceforge.plantuml:plantuml:1.2025.2'], 'com.mbeddr.mpsutil/solutions/com.mbeddr.mpsutil.plantuml/solutions/pluginSolution'), new BundledDep('opencsv', ['au.com.bytecode:opencsv:2.4'], 'com.mbeddr.mpsutil/solutions/com.opencsv'), - new BundledDep('mockito', ['org.mockito:mockito-core:5.17.0'], 'com.mbeddr.mpsutil/solutions/org.mockito', {}), + new BundledDep('mockito', ['org.mockito:mockito-core:5.18.0'], 'com.mbeddr.mpsutil/solutions/org.mockito', {}), new BundledDep('ecore', ['org.eclipse.emf:org.eclipse.emf.ecore.xcore:1.32.0'], 'com.mbeddr.mpsutil/solutions/com.mbeddr.mpsutil.ecore.stubs', { exclude module: 'aopalliance' exclude module: 'antlr-runtime'