Skip to content

Commit

Permalink
Update all non-breaking dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent 31c6cef commit 069a26c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@
<org.eclipse.emf.ecore.xcore.lib.version>1.6.0</org.eclipse.emf.ecore.xcore.lib.version>
<maven-plugin-api.version>3.9.6</maven-plugin-api.version>
<maven-core.version>3.9.6</maven-core.version>
<maven-plugin-annotations.version>3.10.2</maven-plugin-annotations.version>
<slf4j.version>2.0.9</slf4j.version>
<maven-plugin-annotations.version>3.11.0</maven-plugin-annotations.version>
<slf4j.version>2.0.11</slf4j.version>
<logback.version>1.4.14</logback.version>
<InMemoryJavaCompiler.version>1.3.0</InMemoryJavaCompiler.version>
<jackson.version>2.16.0</jackson.version>
<jackson.version>2.16.1</jackson.version>

<!-- test -->
<junit.version>5.10.1</junit.version>
<mockito-core.version>5.8.0</mockito-core.version>
<mockito-core.version>5.10.0</mockito-core.version>

<!-- Plugin and plugin dependency management -->
<org.eclipse.emf.ecore.xcore.version>1.23.0</org.eclipse.emf.ecore.xcore.version>
Expand All @@ -109,15 +109,15 @@
<build-helper-maven-plugin.version>3.5.0</build-helper-maven-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-dependency-plugin.version>3.6.1</maven-dependency-plugin.version>
<maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version>
<maven-plugin-plugin.version>3.10.2</maven-plugin-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<maven-plugin-plugin.version>3.11.0</maven-plugin-plugin.version>
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
<addjars-maven-plugin.version>1.0.5</addjars-maven-plugin.version>
<appassembler-maven-plugin.version>2.1.0</appassembler-maven-plugin.version>
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<frontend-maven-plugin.version>1.15.0</frontend-maven-plugin.version>
<node.version>20.10.0</node.version>
<node.version>20.11.0</node.version>
</properties>

<modules>
Expand Down
12 changes: 6 additions & 6 deletions rosetta-ide/vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rosetta-profiling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.1</version>
<version>3.5.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 069a26c

Please sign in to comment.