Skip to content

Commit

Permalink
Merge pull request #718 from jeffgbutler/dependencies
Browse files Browse the repository at this point in the history
Upgrade to parent 41
  • Loading branch information
jeffgbutler authored Dec 13, 2023
2 parents e25032c + f9ca9a3 commit fd8a17a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-parent</artifactId>
<version>40</version>
<version>41</version>
</parent>

<groupId>org.mybatis.dynamic-sql</groupId>
Expand Down Expand Up @@ -309,7 +309,7 @@
</executions>
</plugin>
<plugin>
<groupId>io.jsonwebtoken.coveralls</groupId>
<groupId>com.github.hazendaz.maven</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<configuration>
<sourceDirectories>src/main/java,src/main/kotlin</sourceDirectories>
Expand Down

0 comments on commit fd8a17a

Please sign in to comment.