Skip to content

Commit

Permalink
#10
Browse files Browse the repository at this point in the history
update groovy
  • Loading branch information
reallyinsane committed Sep 15, 2024
1 parent 8834e05 commit 4d7b882
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mathan-latex-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<commons.io.version>2.15.1</commons.io.version>
<zt.exec.version>1.12</zt.exec.version>
<gradle.version>6.1.1</gradle.version>
<groovy.version>3.0.20</groovy.version>
<groovy.version>4.0.0</groovy.version>
<junit.version>4.13.2</junit.version>
<fast.classpath.scanner.version>3.1.13</fast.classpath.scanner.version>
<class.graph.version>4.8.165</class.graph.version>
Expand Down Expand Up @@ -131,7 +131,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<version>${groovy.version}</version>
<scope>provided</scope>
Expand Down
2 changes: 1 addition & 1 deletion mathan-latex-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</dependency>

<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4d7b882

Please sign in to comment.