|
99 | 99 |
|
100 | 100 | <!-- Dependency management -->
|
101 | 101 | <xtext.version>2.27.0</xtext.version>
|
102 |
| - <commons-lang3.version>3.14.0</commons-lang3.version> |
103 |
| - <commons-text.version>1.12.0</commons-text.version> |
104 |
| - <snakeyaml.version>2.2</snakeyaml.version> |
| 102 | + <commons-lang3.version>3.17.0</commons-lang3.version> |
| 103 | + <commons-text.version>1.13.0</commons-text.version> |
| 104 | + <snakeyaml.version>2.4</snakeyaml.version> |
105 | 105 | <org.eclipse.emf.ecore.xcore.lib.version>1.6.0</org.eclipse.emf.ecore.xcore.lib.version>
|
106 |
| - <maven-plugin-api.version>3.9.8</maven-plugin-api.version> |
107 |
| - <maven-core.version>3.9.8</maven-core.version> |
108 |
| - <maven-plugin-annotations.version>3.13.1</maven-plugin-annotations.version> |
109 |
| - <slf4j.version>2.0.13</slf4j.version> |
110 |
| - <logback.version>1.5.6</logback.version> |
| 106 | + <maven-plugin-api.version>3.9.9</maven-plugin-api.version> |
| 107 | + <maven-core.version>3.9.9</maven-core.version> |
| 108 | + <maven-plugin-annotations.version>3.15.1</maven-plugin-annotations.version> |
| 109 | + <slf4j.version>2.0.17</slf4j.version> |
| 110 | + <logback.version>1.5.17</logback.version> |
111 | 111 | <InMemoryJavaCompiler.version>1.3.0</InMemoryJavaCompiler.version>
|
112 |
| - <jackson.version>2.17.1</jackson.version> |
| 112 | + <jackson.version>2.18.3</jackson.version> |
113 | 113 |
|
114 | 114 | <!-- test -->
|
115 |
| - <junit.version>5.10.2</junit.version> |
116 |
| - <mockito-core.version>5.12.0</mockito-core.version> |
| 115 | + <junit.version>5.12.1</junit.version> |
| 116 | + <mockito-core.version>5.16.0</mockito-core.version> |
117 | 117 |
|
118 | 118 | <!-- Plugin and plugin dependency management -->
|
119 | 119 | <org.eclipse.emf.ecore.xcore.version>1.23.0</org.eclipse.emf.ecore.xcore.version>
|
120 | 120 | <maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
|
121 |
| - <maven-checkstyle-plugin.version>3.4.0</maven-checkstyle-plugin.version> |
122 |
| - <exec-maven-plugin.version>3.3.0</exec-maven-plugin.version> |
123 |
| - <maven-clean-plugin.version>3.3.2</maven-clean-plugin.version> |
| 121 | + <maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version> |
| 122 | + <exec-maven-plugin.version>3.5.0</exec-maven-plugin.version> |
| 123 | + <maven-clean-plugin.version>3.4.1</maven-clean-plugin.version> |
124 | 124 | <build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
|
125 | 125 | <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
|
126 |
| - <maven-dependency-plugin.version>3.7.0</maven-dependency-plugin.version> |
127 |
| - <maven-surefire-plugin.version>3.3.0</maven-surefire-plugin.version> |
128 |
| - <maven-plugin-plugin.version>3.13.1</maven-plugin-plugin.version> |
129 |
| - <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version> |
| 126 | + <maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version> |
| 127 | + <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> |
| 128 | + <maven-plugin-plugin.version>3.15.1</maven-plugin-plugin.version> |
| 129 | + <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> |
130 | 130 | <addjars-maven-plugin.version>1.0.5</addjars-maven-plugin.version>
|
131 | 131 | <appassembler-maven-plugin.version>2.1.0</appassembler-maven-plugin.version>
|
132 |
| - <maven-javadoc-plugin.version>3.7.0</maven-javadoc-plugin.version> |
| 132 | + <maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version> |
133 | 133 | <nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
|
134 |
| - <frontend-maven-plugin.version>1.15.0</frontend-maven-plugin.version> |
135 |
| - <node.version>22.11.0</node.version> |
| 134 | + <frontend-maven-plugin.version>1.15.1</frontend-maven-plugin.version> |
| 135 | + <node.version>22.14.0</node.version> |
136 | 136 | </properties>
|
137 | 137 |
|
138 | 138 | <modules>
|
|
0 commit comments