Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@
<organization.logo>https://regnosys.com/assets/images/common/logo.png</organization.logo>

<!-- Dependency management -->
<xtext.version>2.38.0</xtext.version>
<xtext.version>2.43.0</xtext.version>
<commons-lang3.version>3.14.0</commons-lang3.version>
<commons-text.version>1.12.0</commons-text.version>
<snakeyaml.version>2.2</snakeyaml.version>
<org.eclipse.emf.ecore.xcore.lib.version>1.7.0</org.eclipse.emf.ecore.xcore.lib.version>
<org.eclipse.emf.ecore.xcore.lib.version>1.7.1</org.eclipse.emf.ecore.xcore.lib.version>
<maven-plugin-api.version>3.9.14</maven-plugin-api.version>
<!-- Used by maven-plugin-api - bumped from 3.6.0 to 3.6.1 for CVE -->
<plexus-utils.version>3.6.1</plexus-utils.version>
Expand All @@ -115,7 +115,7 @@
<mockito-core.version>5.12.0</mockito-core.version>

<!-- Plugin and plugin dependency management -->
<org.eclipse.emf.ecore.xcore.version>1.32.0</org.eclipse.emf.ecore.xcore.version>
<org.eclipse.emf.ecore.xcore.version>1.37.0</org.eclipse.emf.ecore.xcore.version>
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
<maven-checkstyle-plugin.version>3.4.0</maven-checkstyle-plugin.version>
<exec-maven-plugin.version>3.3.0</exec-maven-plugin.version>
Expand Down
Loading