Skip to content

Commit

Permalink
Merge branch 'master' into CI/pomCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt committed Apr 12, 2023
2 parents db716e4 + f988431 commit c5f7e99
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.32.0</version>
<version>3.33.0</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.platform</groupId>
Expand Down Expand Up @@ -110,7 +110,7 @@
<!-- support for compressed serialized ASTs -->
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.22</version>
<version>1.23.0</version>
</dependency>
<dependency>
<!-- to reproduce JTD error with nullable annotation -->
Expand Down
2 changes: 1 addition & 1 deletion spoon-control-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-core</artifactId>
<version>10.2.0</version>
<version>10.3.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion spoon-decompiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-core</artifactId>
<version>10.2.0</version>
<version>10.3.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.jboss.windup.decompiler.fernflower/fernflower -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions spoon-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
Expand Down Expand Up @@ -316,7 +316,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.1</version>
<version>4.2</version>
<configuration>
<licenseSets>
<licenseSet>
Expand Down
2 changes: 1 addition & 1 deletion spoon-smpl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-core</artifactId>
<version>10.2.0</version>
<version>10.3.0</version>
</dependency>
<dependency>
<groupId>fr.inria.gforge.spoon</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spoon-visualisation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-core</artifactId>
<version>10.2.0</version>
<version>10.3.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down

0 comments on commit c5f7e99

Please sign in to comment.