Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/org.eclipse.lsp4j-org.ecl…
Browse files Browse the repository at this point in the history
…ipse.lsp4j-0.23.1
  • Loading branch information
khatchad authored Nov 11, 2024
2 parents 4030be9 + 4fb4976 commit be0ddf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion com.ibm.wala.cast.python.ml.j2ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>com.ibm.wala</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20231013</version>
<version>20240303</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -100,7 +100,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-all</artifactId>
<version>5.1</version>
<version>6.0_BETA</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand All @@ -110,7 +110,7 @@
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.15.0</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>com.diffplug.spotless</groupId>
Expand Down

0 comments on commit be0ddf5

Please sign in to comment.