Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/black-24.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad authored Nov 11, 2024
2 parents 56c5128 + babba35 commit 9c5a395
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<maven.compiler.version>3.13.0</maven.compiler.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<build-alias>b000</build-alias>
<wala.version>1.6.4</wala.version>
<wala.version>1.6.7</wala.version>
<spotless.version>2.43.0</spotless.version>
<maven.surefire.version>3.3.1</maven.surefire.version>
<parallel>both</parallel>
Expand Down Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>org.python</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 All @@ -120,7 +120,7 @@
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.15.0</version>
<version>2.17.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 9c5a395

Please sign in to comment.