Skip to content

Commit

Permalink
Bumped demo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMosigItemis committed Nov 20, 2024
1 parent 5a4318a commit 2611130
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.itemis</groupId>
<artifactId>org-parent</artifactId>
<version>5.8.7</version>
<version>5.8.8</version>
<relativePath></relativePath>
</parent>

Expand Down Expand Up @@ -65,9 +65,9 @@
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<spotbugs.plugin.version>4.8.6.2</spotbugs.plugin.version>
<spotbugs.plugin.version>4.8.6.6</spotbugs.plugin.version>
<git-commit-id-plugin.version>9.0.1</git-commit-id-plugin.version>
<logback.version>1.5.8</logback.version>
<logback.version>1.5.12</logback.version>
<jscdlib.version>0.11.1-SNAPSHOT</jscdlib.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions ide_setup/eclipse/jscdlib-lifecycle-mapping-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-help-plugin</artifactId>
<versionRange>3.5.0</versionRange>
<versionRange>3.5.1</versionRange>
<goals>
<goal>active-profiles</goal>
</goals>
Expand All @@ -18,7 +18,7 @@
<pluginExecutionFilter>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<versionRange>4.8.6.2</versionRange>
<versionRange>4.8.6.6</versionRange>
<goals>
<goal>check</goal>
</goals>
Expand Down

0 comments on commit 2611130

Please sign in to comment.