Skip to content

Commit

Permalink
fix: upgrade org.mybatis.spring.boot:mybatis-spring-boot-starter from…
Browse files Browse the repository at this point in the history
… 2.2.2 to 2.3.1

Snyk has created this PR to upgrade org.mybatis.spring.boot:mybatis-spring-boot-starter from 2.2.2 to 2.3.1.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.mybatis.spring.boot/mybatis-spring-boot-starter/

See this project in Snyk:
https://app.snyk.io/org/chncaption/project/c05a96a6-c261-4caa-a5c8-2999e438e640?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 11, 2023
1 parent 73083e7 commit a845168
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 @@ -62,7 +62,7 @@
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>2.2.2</version>
<version>2.3.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -131,7 +131,7 @@
<phase>package</phase>
<configuration>
<target>
<copy todir="src/main/docker" file="target/${project.artifactId}.${project.packaging}"></copy>
<copy todir="src/main/docker" file="target/${project.artifactId}.${project.packaging}"/>
</target>
</configuration>
<goals>
Expand Down

0 comments on commit a845168

Please sign in to comment.