Skip to content

Commit

Permalink
update dependencies. increment version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cliserkad committed Jan 17, 2024
1 parent 421f385 commit 91f23e0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.fiz</groupId>
<artifactId>parent</artifactId>
<version>0.9.0</version>
<version>0.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -19,7 +19,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.41.1</version>
<version>2.42.0</version>
<configuration>
<java>
<eclipse>
Expand Down
4 changes: 2 additions & 2 deletions compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.fiz</groupId>
<artifactId>parent</artifactId>
<version>0.9.0</version>
<version>0.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -32,7 +32,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.41.1</version>
<version>2.42.0</version>
<configuration>
<java>
<eclipse>
Expand Down
6 changes: 3 additions & 3 deletions fiz-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.fiz</groupId>
<artifactId>parent</artifactId>
<version>0.9.0</version>
<version>0.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>fiz-maven-plugin</artifactId>
Expand All @@ -28,7 +28,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.41.1</version>
<version>2.42.0</version>
<configuration>
<java>
<eclipse>
Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>dev.fiz</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>0.9.0</version>
<version>0.10.0</version>
<scm>
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
Expand Down Expand Up @@ -57,7 +57,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.41.1</version>
<version>2.42.0</version>
<configuration>
<java>
<eclipse>
Expand Down

0 comments on commit 91f23e0

Please sign in to comment.